summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2024-01-15netfilter: nf_tables: Reject tables of unsupported familyPhil Sutter
2024-01-15netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso
2024-01-05netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso
2023-12-20netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal
2023-12-13netfilter: nft_set_pipapo: skip inactive elements during set walkFlorian Westphal
2023-12-13netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter
2023-12-13netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso
2023-12-13netfilter: nf_tables: bail out on mismatching dynset and set expressionsPablo Neira Ayuso
2023-12-13netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik
2023-11-28netfilter: nf_tables: split async and sync catchall in two functionsPablo Neira Ayuso
2023-11-28netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso
2023-11-28netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2023-11-28netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal
2023-11-28netfilter: nf_tables: use the correct get/put helpersFlorian Westphal
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-20netfilter: nf_tables: Drop pointless memset when dumping rulesPhil Sutter
2023-11-08netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal
2023-10-25netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso
2023-10-25netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso
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-19net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-10netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal
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-06netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal
2023-10-06netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso
2023-10-06netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang
2023-10-06netfilter: exthdr: add support for tcp option removalFlorian Westphal
2023-10-06netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-10-06netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal
2023-10-06netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-10-06netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-10-06netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso
2023-10-06netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso
2023-10-06netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso
2023-10-06netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso
2023-10-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso
2023-10-06netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-10-06netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-10-06netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-10-06netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso
2023-10-06netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso
2023-10-06netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal
2023-10-06netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-10-06netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso
2023-10-06netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso
2023-10-06netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso