summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2026-03-13netfilter: xt_time: use unsigned int for monthday bit shiftJenny Guanni Qu
2026-03-13netfilter: xt_CT: drop pending enqueued packets on template removalPablo Neira Ayuso
2026-03-13netfilter: nft_ct: drop pending enqueued packets on removalPablo Neira Ayuso
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-03-13netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS caseJenny Guanni Qu
2026-03-13netfilter: nf_flow_table_ip: reset mac header before vlan pushEric Woudstra
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal
2026-03-13netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller
2026-03-13netfilter: conntrack: add missing netlink policy validationsFlorian Westphal
2026-03-13netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-10netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labelsYuan Tan
2026-03-10netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()Hyunwoo Kim
2026-03-10netfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim
2026-03-10netfilter: x_tables: guard option walkers against 1-byte tail readsDavid Dull
2026-03-10netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()Jenny Guanni Qu
2026-03-10netfilter: nf_tables: always walk all pending catchall elementsFlorian Westphal
2026-03-10netfilter: nf_tables: Fix for duplicate device in netdev hooksPhil Sutter
2026-03-09net: Add SPDX ids to some source filesTim Bird
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso
2026-03-05netfilter: nf_tables: unconditionally bump set->nelems before insertionPablo Neira Ayuso
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov
2026-03-04ipvs: add resizable hash tablesJulian Anastasov
2026-03-04netfilter: nfnetlink_queue: remove locking in nfqnl_get_sk_secctxFlorian Westphal
2026-03-04netfilter: nfnetlink_queue: no longer acquire sk_callback_lockEric Dumazet
2026-03-04netfilter: nfnetlink_log: no longer acquire sk_callback_lockEric Dumazet
2026-03-04netfilter: nft_meta: no longer acquire sk_callback_lock in nft_meta_get_eval_...Eric Dumazet
2026-03-04netfilter: xt_owner: no longer acquire sk_callback_lock in mt_owner()Eric Dumazet
2026-03-04netfilter: nf_log_syslog: no longer acquire sk_callback_lock in nf_log_dump_s...Eric Dumazet
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal
2026-02-25netfilter: nf_tables: drop obsolete EXPORT_SYMBOLsFlorian Westphal
2026-02-25netfilter: nft_set_rbtree: don't disable bh when acquiring tree lockFlorian Westphal
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov
2026-02-25ipvs: use single svc tableJulian Anastasov
2026-02-25ipvs: some service readers can use RCUJulian Anastasov
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook