summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2025-09-09netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter
2025-08-28netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal
2025-08-15netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal
2025-08-15netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal
2025-06-27netfilter: nf_set_pipapo_avx2: fix initial map fillFlorian Westphal
2025-06-27netfilter: nft_tunnel: fix geneve_opt dumpFernando Fernandez Mancera
2025-06-27netfilter: nft_quota: match correctly when the quota just depletedZhongqiu Duan
2025-06-04netfilter: conntrack: Bound nf_conntrack sysctl writesNicolas Bouchinet
2025-05-22netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2025-05-22netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2025-05-22netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2025-05-18netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik
2025-05-18ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov
2025-05-18ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault
2025-04-25nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal
2025-04-10net: fix geneve_opt length integer overflowLin Ma
2025-04-10netfilter: nft_tunnel: fix geneve_opt type confusion additionLin Ma
2025-04-10netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets onlyPablo Neira Ayuso
2025-03-28netfilter: nft_counter: Use u64_stats_t for statistic.Sebastian Andrzej Siewior
2025-03-28netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin
2025-03-28ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2025-03-28netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju
2025-03-28netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap ...Nicklas Bo Jensen
2025-03-28netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior
2025-03-07netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long
2025-02-21netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso
2025-02-21netfilter: nft_flow_offload: update tcp state flags under lockFlorian Westphal
2025-01-17netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso
2025-01-17netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso
2024-12-27netfilter: ipset: Fix for recursive locking warningPhil Sutter
2024-12-14netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso
2024-12-14netfilter: ipset: Hold module reference while requesting a modulePhil Sutter
2024-12-14netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup levelPablo Neira Ayuso
2024-12-14netfilter: x_tables: fix LED ID check in led_tg_check()Dmitry Antipov
2024-12-14ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia
2024-12-14netfilter: ipset: add missing range check in bitmap_ip_uadtJeongjun Park
2024-12-14netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal
2024-12-14netfilter: nf_tables: skip transaction if update object is not implementedPablo Neira Ayuso
2024-11-22ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-11-08netfilter: Fix use-after-free in get_info()Dong Chenchen
2024-11-01netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso
2024-10-17netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal
2024-10-17netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman
2024-10-17netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter
2024-10-17netfilter: nf_tables: remove annotation to access set timeout while holding lockPablo Neira Ayuso
2024-10-17netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso
2024-10-17netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso
2024-10-17netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso