Age | Commit message (Expand) | Author |
2022-04-25 | netfilter: flowtable: Remove the empty file | Rongguang Wei |
2022-03-20 | netfilter: nf_nat_h323: eliminate anonymous module_init & module_exit | Randy Dunlap |
2022-03-20 | netfilter: nft_fib: add reduce support | Florian Westphal |
2022-03-20 | netfilter: nf_tables: do not reduce read-only expressions | Pablo Neira Ayuso |
2022-02-04 | netfilter: conntrack: pptp: use single option structure | Florian Westphal |
2022-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski |
2022-01-27 | netfilter: Remove flowtable relics | Geert Uytterhoeven |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song |
2022-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-01-05 | netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() | Xin Xiong |
2021-12-23 | netfilter: flowtable: remove ipv4/ipv6 modules | Florian Westphal |
2021-10-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2021-10-14 | netfilter: arp_tables: allow use of arpt_do_table as hookfn | Florian Westphal |
2021-10-14 | netfilter: iptables: allow use of ipt_do_table as hookfn | Florian Westphal |
2021-09-28 | netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1 | Florian Westphal |
2021-09-21 | netfilter: iptable_raw: drop bogus net_init annotation | Florian Westphal |
2021-08-25 | netfilter: x_tables: handle xt_register_template() returning an error value | Lukas Bulwahn |
2021-08-09 | netfilter: x_tables: never register tables by default | Florian Westphal |
2021-08-01 | netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warning | Florian Westphal |
2021-08-01 | netfilter: ipt_CLUSTERIP: only add arp mangle hook when required | Florian Westphal |
2021-05-29 | netfilter: nf_tables: add and use nft_sk helper | Florian Westphal |
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 |