summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
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
2026-02-17netfilter: nf_tables: fix use-after-free in nf_tables_addchain()Inseo An
2026-02-17ipvs: do not keep dest_dst if dev is going downJulian Anastasov
2026-02-17ipvs: skip ipv6 extension headers for csum checksJulian Anastasov
2026-02-17netfilter: nf_conntrack_h323: don't pass uninitialised l3num valueFlorian Westphal
2026-02-17netfilter: nf_tables: revert commit_mutex usage in reset pathBrian Witte
2026-02-17netfilter: nft_quota: use atomic64_xchg for resetBrian Witte
2026-02-17netfilter: nft_counter: serialize reset with spinlockBrian Witte
2026-02-17netfilter: annotate NAT helper hook pointers with __rcuSun Jian
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-02-10Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso
2026-02-06netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn
2026-02-06netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal
2026-02-06netfilter: flowtable: dedicated slab for flow entryQingfang Deng
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal
2026-02-06netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell
2026-01-29netfilter: xt_time: use is_leap_year() helperJinjie Ruan
2026-01-29netfilter: flowtable: Add IP6IP6 tx sw accelerationLorenzo Bianconi