summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)Author
7 daysnetfilter: nft_fib_ipv6: bail out of sibling walk if rt got unlinkedJiayuan Chen
2026-05-22netfilter: nft_fib_ipv6: handle routes via external nexthopJiayuan Chen
2026-05-22netfilter: nft_fib_ipv6: walk fib6_siblings under RCUJiayuan Chen
2026-05-16netfilter: ip6t_hbh: reject oversized option listsZhengchuan Liang
2026-05-08netfilter: x_tables: close dangling table module init raceFlorian Westphal
2026-05-08netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal
2026-05-08netfilter: x_tables: unregister the templates firstFlorian Westphal
2026-05-08netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal
2026-05-08netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal
2026-04-30netfilter: nf_socket: skip socket lookup for non-first fragmentsFernando Fernandez Mancera
2026-04-20netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso
2026-04-10netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-08netfilter: ip6t_eui64: reject invalid MAC header for all packetsZhengchuan Liang
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-26netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()Ren Wei
2026-03-04netfilter: nft_fib_ipv6: switch to fib6_lookupFlorian Westphal
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal
2025-09-11netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal
2025-05-22netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancyFlorian Westphal
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-03-23netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet
2024-10-15netfilter: Make legacy configs user selectableBreno Leitao
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-09-27netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-09-26Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-09-26netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman
2024-09-19netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal
2024-08-14netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes
2024-07-31netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2024-05-06netfilter: use NF_DROP instead of -NF_DROPJason Xing