summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-3/+3
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
3 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds34-47/+47
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook54-118/+110
8 daysnetfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An1-0/+1
8 daysipvs: do not keep dest_dst if dev is going downJulian Anastasov1-10/+36
8 daysipvs: skip ipv6 extension headers for csum checksJulian Anastasov3-39/+20
8 daysnetfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal1-5/+5
8 daysnetfilter: nf_tables: revert commit_mutex usage in reset pathBrian Witte1-206/+42
8 daysnetfilter: nft_quota: use atomic64_xchg for resetBrian Witte1-6/+7
8 daysnetfilter: nft_counter: serialize reset with spinlockBrian Witte1-4/+16
8 daysnetfilter: annotate NAT helper hook pointers with __rcuSun Jian5-27/+29
13 daysMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds29-404/+1123
2026-02-11Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-136/+415
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds3-16/+10
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-114/+2
2026-02-07net/ipv6: Introduce payload_len helpersAlice Mikityanska3-3/+3
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso2-14/+78
2026-02-06netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso1-4/+143
2026-02-06netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso1-5/+25
2026-02-06netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso2-0/+18
2026-02-06netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn1-2/+2
2026-02-06netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal1-2/+7
2026-02-06netfilter: flowtable: dedicated slab for flow entryQingfang Deng1-2/+10
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal1-49/+74
2026-02-06netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal1-68/+68
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano1-1/+1
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell1-30/+116
2026-01-29netfilter: xt_time: use is_leap_year() helperJinjie Ruan1-6/+2
2026-01-29netfilter: flowtable: Add IP6IP6 tx sw accelerationLorenzo Bianconi1-2/+106
2026-01-29netfilter: flowtable: Add IP6IP6 rx sw accelerationLorenzo Bianconi1-13/+70
2026-01-29netfilter: Introduce tunnel metadata info in nf_flowtable_ctx structLorenzo Bianconi1-16/+25
2026-01-29netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_p...Lorenzo Bianconi1-11/+12
2026-01-22netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso1-6/+0
2026-01-22netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso1-90/+64
2026-01-22netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso1-84/+257
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso2-1/+4
2026-01-20netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal1-1/+1
2026-01-20netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera1-2/+13
2026-01-20netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal1-3/+10
2026-01-20netfilter: nfnetlink_queue: nfqnl_instance GFP_ATOMIC -> GFP_KERNEL_ACCOUNT a...Scott Mitchell1-41/+34
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal9-0/+13
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal4-0/+4
2026-01-20netfilter: nf_conntrack: enable icmp clash supportFlorian Westphal2-0/+2
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera1-5/+10
2026-01-20netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi1-0/+1
2026-01-20netfilter: nf_tables: reset table validation state on abortFlorian Westphal1-0/+7
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov10-52/+102