summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
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
2024-09-30netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso
2024-09-30netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-09-30netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter
2024-09-30netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal
2024-09-18netfilter: nft_socket: fix sk refcount leaksFlorian Westphal
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang
2024-08-29netfilter: flowtable: validate vlan headerPablo Neira Ayuso
2024-08-29netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior
2024-08-29netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior
2024-08-29netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter
2024-08-29netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter
2024-08-29netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctxPhil Sutter
2024-08-29netfilter: nf_tables: nft_obj_filter fits into cb->ctxPhil Sutter
2024-08-29netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctxPhil Sutter
2024-08-29netfilter: nf_tables: A better name for nft_obj_filterPhil Sutter