summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter
AgeCommit message (Expand)Author
6 daysnetfilter: x_tables: unregister the templates firstFlorian Westphal
6 daysnetfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso
2025-12-07netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal
2025-08-28netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-17netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault
2024-10-17netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter
2024-10-17netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-08-19netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima
2024-06-16netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal
2024-04-17netfilter: complete validation of user inputEric Dumazet
2024-04-10netfilter: validate user input for expected lengthEric Dumazet
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal
2023-03-11netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov
2023-03-11netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-10-26netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter
2022-07-29ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima
2022-01-27netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal
2021-09-21netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal
2021-08-25netfilter: x_tables: handle xt_register_template() returning an error valueLukas Bulwahn
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal
2021-08-01netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warningFlorian Westphal
2021-08-01netfilter: ipt_CLUSTERIP: only add arp mangle hook when requiredFlorian Westphal
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