summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
AgeCommit message (Expand)AuthorLines
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-55/+20
2021-10-14netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal-12/+5
2021-10-14netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal-43/+15
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal-21/+9
2021-09-21netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal-1/+1
2021-08-25netfilter: x_tables: handle xt_register_template() returning an error valueLukas Bulwahn-0/+2
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal-63/+65
2021-08-01netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warningFlorian Westphal-2/+3
2021-08-01netfilter: ipt_CLUSTERIP: only add arp mangle hook when requiredFlorian Westphal-17/+34
2021-05-29netfilter: nf_tables: add and use nft_sk helperFlorian Westphal-1/+1
2021-05-03netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal-4/+3
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal-20/+20
2021-04-26netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal-18/+31
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal-52/+65
2021-04-26netfilter: xt_nat: pass table to hookfnFlorian Westphal-10/+34
2021-04-26netfilter: x_tables: remove paranoia testsFlorian Westphal-18/+0
2021-04-26netfilter: arptables: unregister the tables by nameFlorian Westphal-10/+12
2021-04-26netfilter: iptables: unregister the tables by nameFlorian Westphal-32/+20
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal-10/+1
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal-6/+24
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+20
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal-0/+4
2021-04-10netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal-3/+16
2021-04-06netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal-5/+15
2021-03-31netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal-176/+4
2021-03-31netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal-397/+4
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson-14/+14
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson-2/+2
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso-9/+9
2021-01-19netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault-1/+1
2020-12-17netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan-2/+2
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-5/+7
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+14
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan-14/+14
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt-5/+7
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2020-11-01netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso-2/+4
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez-0/+122
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld-2/+2
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso-4/+21
2020-08-28netfilter: delete repeated wordsRandy Dunlap-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-151/+81
2020-07-28net: remove sockptr_advanceChristoph Hellwig-8/+8
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig-1/+1
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig-26/+26
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig-8/+6
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig-4/+2
2020-07-19netfilter/ip_tables: clean up compat {get,set}sockopt handlingChristoph Hellwig-65/+21
2020-07-19netfilter/arp_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig-64/+21
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-3/+3