summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2023-12-13netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter
2023-12-13netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik
2023-11-28netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush (for 5.4)Pablo Neira Ayuso
2023-11-28netfilter: nf_tables: disable toggling dormant table state more than oncePablo Neira Ayuso
2023-11-28netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso
2023-11-28netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso
2023-11-28netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso
2023-11-28netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso
2023-11-28netfilter: nf_tables: fix memleak when more than 255 elements expiredPablo Neira Ayuso
2023-11-28netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso
2023-11-28netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso
2023-11-28netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso
2023-11-28netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-11-28netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-11-28netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-11-28netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso
2023-11-28netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso
2023-11-28netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-11-28netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso
2023-11-28netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso
2023-11-28netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-11-28netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal
2023-11-28netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal
2023-11-28netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal
2023-11-28netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso
2023-11-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-11-28netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso
2023-11-28netfilter: nf_tables: pass context to nft_set_destroy()Pablo Neira Ayuso
2023-11-20netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal
2023-11-20netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden
2023-11-20netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski
2023-11-08netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal
2023-10-25netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso
2023-10-25netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal
2023-10-25net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-10-10netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-10-10netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-09-23netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa
2023-09-23netfilter: xt_sctp: validate the flag_info countWander Lairson Costa
2023-09-23netfilter: xt_u32: validate user space inputWander Lairson Costa
2023-09-23netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng
2023-08-30netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long
2023-08-30netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso
2023-08-30ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-07-27netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal
2023-07-27netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-07-27netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo