summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
AgeCommit message (Expand)Author
2021-05-29netfilter: nf_tables: add and use nft_sk helperFlorian Westphal
2021-05-03netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal
2021-04-26netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: xt_nat: pass table to hookfnFlorian Westphal
2021-04-26netfilter: x_tables: remove paranoia testsFlorian Westphal
2021-04-26netfilter: arptables: unregister the tables by nameFlorian Westphal
2021-04-26netfilter: iptables: unregister the tables by nameFlorian Westphal
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-10netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal
2021-04-06netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal
2021-03-31netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal
2021-03-31netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2021-01-19netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault
2020-12-17netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-01netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso
2020-08-28netfilter: delete repeated wordsRandy Dunlap
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig
2020-07-19netfilter/ip_tables: clean up compat {get,set}sockopt handlingChristoph Hellwig
2020-07-19netfilter/arp_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov
2020-06-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-25netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva