Age | Commit message (Expand) | Author |
2021-05-03 | netfilter: arptables: use pernet ops struct during unregister | Florian Westphal |
2021-04-26 | netfilter: allow to turn off xtables compat layer | Florian Westphal |
2021-04-26 | netfilter: arp_tables: pass table pointer via nf_hook_ops | Florian Westphal |
2021-04-26 | netfilter: ip_tables: pass table pointer via nf_hook_ops | Florian Westphal |
2021-04-26 | netfilter: xt_nat: pass table to hookfn | Florian Westphal |
2021-04-26 | netfilter: x_tables: remove paranoia tests | Florian Westphal |
2021-04-26 | netfilter: arptables: unregister the tables by name | Florian Westphal |
2021-04-26 | netfilter: iptables: unregister the tables by name | Florian Westphal |
2021-04-26 | netfilter: x_tables: remove ipt_unregister_table | Florian Westphal |
2021-04-26 | netfilter: disable defrag once its no longer needed | Florian Westphal |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-13 | netfilter: x_tables: fix compat match/target pad out-of-bound write | Florian Westphal |
2021-04-10 | netfilter: arp_tables: add pre_exit hook for table unregister | Florian Westphal |
2021-04-06 | netfilter: nf_defrag_ipv4: use net_generic infra | Florian Westphal |
2021-03-31 | netfilter: nf_log_arp: merge with nf_log_syslog | Florian Westphal |
2021-03-31 | netfilter: nf_log_ipv4: rename to nf_log_syslog | Florian Westphal |
2021-03-15 | Revert "netfilter: x_tables: Switch synchronization to RCU" | Mark Tomlinson |
2021-03-15 | Revert "netfilter: x_tables: Update remaining dereference to RCU" | Mark Tomlinson |
2021-01-27 | netfilter: nftables: add nft_parse_register_load() and use it | Pablo Neira Ayuso |
2021-01-19 | netfilter: rpfilter: mask ecn bits before fib lookup | Guillaume Nault |
2020-12-17 | netfilter: x_tables: Update remaining dereference to RCU | Subash Abhinov Kasiviswanathan |
2020-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski |
2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-12-08 | netfilter: x_tables: Switch synchronization to RCU | Subash Abhinov Kasiviswanathan |
2020-12-01 | netfilter: use actual socket sk for REJECT action | Jan Engelhardt |
2020-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-01 | netfilter: nft_reject_inet: allow to use reject from inet ingress | Pablo Neira Ayuso |
2020-10-31 | netfilter: nf_reject: add reject skbuff creation helpers | Jose M. Guisado Gomez |
2020-10-30 | netfilter: use actual socket sk rather than skb sk when routing harder | Jason A. Donenfeld |
2020-10-14 | netfilter: nf_log: missing vlan offload tag and proto | Pablo Neira Ayuso |
2020-08-28 | netfilter: delete repeated words | Randy Dunlap |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-07-28 | net: remove sockptr_advance | Christoph Hellwig |
2020-07-28 | netfilter: arp_tables: restore a SPDX identifier | Christoph Hellwig |
2020-07-24 | netfilter: switch nf_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | netfilter: switch xt_copy_counters to sockptr_t | Christoph Hellwig |
2020-07-19 | netfilter: remove the compat argument to xt_copy_counters_from_user | Christoph Hellwig |
2020-07-19 | netfilter/ip_tables: clean up compat {get,set}sockopt handling | Christoph Hellwig |
2020-07-19 | netfilter/arp_tables: clean up compat {get, set}sockopt handling | Christoph Hellwig |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2020-07-06 | Replace HTTP links with HTTPS ones: IPv* | Alexander A. Klimov |
2020-06-30 | netfilter: introduce support for reject at prerouting stage | Laura Garcia Liebana |
2020-06-25 | netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c. | David Wilder |
2020-06-25 | netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help... | David Wilder |
2020-06-25 | netfilter: Add MODULE_DESCRIPTION entries to kernel modules | Rob Gill |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-05-25 | netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code | Pablo Neira Ayuso |
2020-03-15 | netfilter: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-03-12 | inet: Use fallthrough; | Joe Perches |