aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2026-06-01netfilter: nft_ct: bail out on template ct in get evalJiayuan Chen2-6/+4
2026-06-01netfilter: nft_tunnel: fix use-after-free on object destroyTristan Madani1-1/+1
2026-06-01netfilter: conntrack_irc: fix possible out-of-bounds readFlorian Westphal1-2/+2
2026-06-01netfilter: synproxy: add mutex to guard hook reference countingFernando Fernandez Mancera1-6/+18
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov2-12/+15
2026-06-01netfilter: xt_NFQUEUE: prefer raw_smp_processor_idFernando Fernandez Mancera1-1/+1
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-41/+126
2026-05-25netfilter: nf_conntrack_ftp: avoid u16 overflowsGiuseppe Caruso1-4/+7
2026-05-24netfilter: nft_set_pipapo_avx2: restore performance optimizationFlorian Westphal1-21/+14
2026-05-24netfilter: nf_conntrack_proto_tcp: fix typos in commentsAvinash Duduskar1-4/+4
2026-05-24netfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB readMuhammad Bilal1-3/+3
2026-05-24netfilter: nfnl_cthelper: apply per-class values when updating policiesDavid Carlier1-2/+2
2026-05-24netfilter: nft_set_rbtree: remove dead conditionalFlorian Westphal1-3/+0
2026-05-24netfilter: ctnetlink: use nf_ct_exp_net() in expectation dumpPratham Gupta1-1/+1
2026-05-24netfilter: nf_conncount: use per-rule hash initvalFlorian Westphal1-4/+3
2026-05-24netfilter: allow nfnetlink built-in onlyPablo Neira Ayuso2-2/+2
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal6-0/+36
2026-05-22netfilter: nf_tables: fix dst corruption in same register operationFernando Fernandez Mancera2-7/+24
2026-05-22netfilter: disable payload mangling in usernsFlorian Westphal2-2/+7
2026-05-22netfilter: xt_cpu: prefer raw_smp_processor_idFlorian Westphal1-1/+1
2026-05-22netfilter: nf_conntrack_gre: fix gre keymap list corruptionFlorian Westphal3-30/+90
2026-05-22netfilter: synproxy: refresh tcphdr after skb_ensure_writableChris Mason1-0/+2
2026-05-22netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction checkHamza Mahfooz1-1/+2
2026-05-16netfilter: nf_queue: hold bridge skb->dev while queuedHaoze Xie2-1/+5
2026-05-16netfilter: ipset: annotate "pos" for concurrent readers/writersJozsef Kadlecsik1-24/+38
2026-05-16netfilter: ipset: Fix data race between add and dump in all hash typesJozsef Kadlecsik1-2/+5
2026-05-16netfilter: ipset: Fix data race between add and list header in all hash typesJozsef Kadlecsik1-2/+2
2026-05-16netfilter: nft_inner: release local_lock before re-enabling softirqsFlorian Westphal1-1/+1
2026-05-16netfilter: ipset: stop hash:* range iteration at endNan Li4-4/+17
2026-05-16netfilter: nft_inner: Fix IPv6 inner_thoff desyncYizhou Zhao1-1/+0
2026-05-16netfilter: ipset: fix a potential dump-destroy raceJozsef Kadlecsik1-0/+1
2026-05-16ipvs: avoid possible loop in ip_vs_dst_event on resizingJulian Anastasov1-65/+122
2026-05-16netfilter: nf_conntrack_helper: fix possible null deref during error logFlorian Westphal1-5/+8
2026-05-08netfilter: nft_ct: fix missing expect put in obj evalLi Xiasong1-0/+2
2026-05-08netfilter: nf_conntrack_sip: get helper before allocating expectationLi Xiasong1-4/+4
2026-05-08netfilter: ctnetlink: check tuple and mask in expectations created via nfqueuePablo Neira Ayuso1-0/+3
2026-05-08netfilter: nf_conntrack_expect: restore helper propagation via expectationPablo Neira Ayuso7-11/+35
2026-05-08netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal1-19/+62
2026-05-08netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal1-0/+29
2026-05-08netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal1-8/+42
2026-05-08netfilter: x_tables: allow initial table replace without emitting audit log messageFlorian Westphal1-9/+20
2026-05-05ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCUWaiman Long1-5/+8
2026-05-05ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_sizeJulian Anastasov1-1/+1
2026-05-05ipvs: fix races around est_mutex and est_cpulistJulian Anastasov2-44/+90
2026-05-05ipvs: do not leak dest after get from dest trashJulian Anastasov1-13/+24
2026-05-05ipvs: fix the spin_lock usage for RT buildJulian Anastasov1-32/+40
2026-05-05ipvs: fix races around the conn_lfactor and svc_lfactor sysctl varsJulian Anastasov2-4/+10
2026-05-05ipvs: fixes for the new ip_vs_status infoJulian Anastasov1-15/+36
2026-05-01netfilter: xt_IDLETIMER: Switch to alarm_start_timer()Thomas Gleixner1-6/+18
2026-05-01netfilter: flowtable: use skb_pull_rcsum() to pop vlan/pppoe headerPablo Neira Ayuso1-2/+2