summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2025-09-19netfilter: nft_set_pipapo: fix null deref for empty setFlorian Westphal
2025-09-19netfilter: nf_tables: restart set lookup on base_seq changeFlorian Westphal
2025-09-19netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal
2025-09-19netfilter: nf_tables: place base_seq in struct netFlorian Westphal
2025-09-19netfilter: nf_tables: Reintroduce shortened deletion notificationsPhil Sutter
2025-09-19netfilter: nft_set_rbtree: continue traversal if element is inactiveFlorian Westphal
2025-09-19netfilter: nft_set_pipapo: don't check genbit from packetpath lookupsFlorian Westphal
2025-09-19netfilter: nft_set_pipapo: don't return bogus extension pointerFlorian Westphal
2025-09-19netfilter: nft_set_pipapo: merge pipapo_get/lookupFlorian Westphal
2025-09-19netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal
2025-09-19netfilter: nft_set_pipapo: remove unused argumentsFlorian Westphal
2025-09-19netfilter: nft_set_bitmap: fix lockdep splat due to missing annotationFlorian Westphal
2025-09-09netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIXPhil Sutter
2025-09-09netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter
2025-08-20netfilter: nft_set_pipapo: prefer kvmalloc for scratch mapsFlorian Westphal
2025-08-20netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso
2025-08-20ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker
2025-08-20netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal
2025-08-20netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal
2025-08-15bpf: Check netfilter ctx accesses are alignedPaul Chaignon
2025-08-15netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal
2025-08-15bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima
2025-08-15netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin
2025-08-15netfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter
2025-07-14netfilter: nf_tables: hide clash bit from userspaceFlorian Westphal
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-05netfilter: nf_nat: also check reverse tuple to obtain clashing entryFlorian Westphal
2025-06-05netfilter: nf_set_pipapo_avx2: fix initial map fillFlorian Westphal
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter
2025-05-23netfilter: nf_tables: Support wildcard netdev hook specsPhil Sutter
2025-05-23netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc()Phil Sutter
2025-05-23netfilter: nf_tables: Handle NETDEV_CHANGENAME eventsPhil Sutter
2025-05-23netfilter: nf_tables: Wrap netdev notifiersPhil Sutter
2025-05-23netfilter: nf_tables: Respect NETDEV_REGISTER eventsPhil Sutter
2025-05-23netfilter: nf_tables: Prepare for handling NETDEV_REGISTER eventsPhil Sutter
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter
2025-05-23netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce nft_register_flowtable_ops()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter
2025-05-23netfilter: nf_tables: Introduce functions freeing nft_hook objectsPhil Sutter
2025-05-23netfilter: nf_tables: add packets conntrack state to debug trace infoFlorian Westphal
2025-05-23netfilter: conntrack: make nf_conntrack_id callable without a module dependencyFlorian Westphal
2025-05-23netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-23netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctxSebastian Andrzej Siewior
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior
2025-05-23netfilter: nft_tunnel: fix geneve_opt dumpFernando Fernandez Mancera
2025-05-22netfilter: xtables: support arpt_mark and ipv6 optstrip for iptables-nft only...Florian Westphal