summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso2021-06-076-38/+24
| * | netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso2021-06-071-39/+25
| * | netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso2021-06-071-38/+34
| * | netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso2021-06-076-70/+41
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-075-32/+66
|\ \ \ | |/ / |/| / | |/
| * netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso2021-06-021-2/+6
| * netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso2021-06-021-1/+1
| * ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-05-271-1/+1
| * netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2021-05-241-19/+40
| * netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso2021-05-211-7/+14
| * netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso2021-05-211-1/+3
| * netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal2021-05-201-1/+1
* | netfilter: fix clang-12 fmt string warningsFlorian Westphal2021-06-012-2/+2
* | netfilter: nft_set_pipapo_avx2: fix up description warningsFlorian Westphal2021-06-011-2/+1
* | netfilter: nf_tables: remove xt_action_param from nft_pktinfoFlorian Westphal2021-05-291-10/+18
* | netfilter: nf_tables: remove unused arg in nft_set_pktinfo_unspec()Florian Westphal2021-05-293-17/+17
* | netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal2021-05-297-18/+18
* | netfilter: nf_tables: add and use nft_sk helperFlorian Westphal2021-05-291-2/+2
* | netfilter: use nfnetlink_unicast()Pablo Neira Ayuso2021-05-295-124/+44
* | netfilter: xt_CT: Remove redundant assignment to retYang Li2021-05-291-1/+0
* | netfilter: x_tables: improve limit_mt scalabilityJason Baron2021-05-291-20/+26
* | netfilter: Remove leading spaces in KconfigJuerg Haefliger2021-05-292-2/+2
* | netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal2021-05-296-15/+47
* | netfilter: add and use nft_set_do_lookup helperFlorian Westphal2021-05-282-4/+4
* | netfilter: nft_set_pipapo_avx2: Skip LDMXCSR, we don't need a valid MXCSR stateStefano Brivio2021-05-281-2/+7
* | netfilter: nft_exthdr: Support SCTP chunksPhil Sutter2021-05-281-0/+51
|/
* netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio2021-05-143-2/+7
* netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-142-5/+5
* netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2021-05-072-7/+10
* netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet2021-05-071-1/+9
* netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso2021-05-051-2/+2
* netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso2021-05-056-7/+21
* netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso2021-05-051-0/+2
* netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet2021-05-051-0/+1
* netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-031-19/+69
* netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann2021-04-271-2/+2
* netfilter: nft_socket: fix an unused variable warningArnd Bergmann2021-04-271-2/+5
* netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-276-63/+458
* netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso2021-04-271-4/+11
* netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso2021-04-271-13/+18
* netfilter: nftables: add loop check helper functionPablo Neira Ayuso2021-04-271-9/+21
* netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso2021-04-271-11/+11
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-263-11/+21
* netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-2611-118/+261
* netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso2021-04-262-172/+180
* netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso2021-04-264-116/+105
* netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-269-336/+277
* netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso2021-04-264-71/+61
* netfilter: nf_log_syslog: Unset bridge logger in pernet exitPhil Sutter2021-04-261-0/+1
* netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-0/+1