summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2025-09-10netfilter: nf_tables: restart set lookup on base_seq changeFlorian Westphal-2/+32
2025-09-10netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal-5/+12
2025-09-10netfilter: nf_tables: place base_seq in struct netFlorian Westphal-32/+33
2025-09-10netfilter: nft_set_rbtree: continue traversal if element is inactiveFlorian Westphal-3/+3
2025-09-10netfilter: nft_set_pipapo: don't check genbit from packetpath lookupsFlorian Westphal-5/+19
2025-09-10netfilter: nft_set_bitmap: fix lockdep splat due to missing annotationFlorian Westphal-1/+2
2025-09-04netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIXPhil Sutter-11/+31
2025-08-27netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter-2/+2
2025-08-13netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso-0/+30
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker-1/+2
2025-08-13netfilter: nft_set_pipapo: fix null deref for empty setFlorian Westphal-3/+2
2025-08-08Merge tag 'nf-25-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-45/+40
2025-08-07netfilter: nft_socket: remove WARN_ON_ONCE with huge level valuePablo Neira Ayuso-1/+1
2025-08-07netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl()Dan Carpenter-3/+3
2025-08-07netfilter: nft_set_pipapo: don't return bogus extension pointerFlorian Westphal-6/+6
2025-08-07netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal-24/+17
2025-08-07netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal-11/+13
2025-08-01bpf: Check netfilter ctx accesses are alignedPaul Chaignon-0/+3
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1/+2
2025-07-25netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal-2/+2
2025-07-25netfilter: nft_set_pipapo: prefer kvmalloc for scratch mapsFlorian Westphal-5/+4
2025-07-25netfilter: nft_set_pipapo: merge pipapo_get/lookupFlorian Westphal-130/+58
2025-07-25netfilter: nft_set: remove indirection from update API callFlorian Westphal-9/+5
2025-07-25netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal-91/+95
2025-07-25netfilter: nft_set_pipapo: remove unused argumentsFlorian Westphal-9/+5
2025-07-25netfilter: nfnetlink_hook: Dump flowtable infoPhil Sutter-11/+48
2025-07-25netfilter: nfnetlink: New NFNLA_HOOK_INFO_DESC helperPhil Sutter-22/+25
2025-07-25ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()WangYuli-1/+1
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso-5/+21
2025-07-25netfilter: conntrack: Remove unused net in nf_conntrack_double_lock()Yue Haibing-5/+5
2025-07-25netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalidLance Yang-1/+51
2025-07-25netfilter: conntrack: table full detailed loglvxiafei-1/+5
2025-07-23bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima-1/+1
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov-68/+23
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-68/+23
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal-6/+20
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter-62/+0
2025-07-14netfilter: nf_tables: hide clash bit from userspaceFlorian Westphal-0/+3
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen-1/+2
2025-07-10netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin-2/+2
2025-07-10netfilter: nf_tables: Reintroduce shortened deletion notificationsPhil Sutter-17/+50
2025-07-10netfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter-25/+0
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso-1000/+16
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-11/+15
2025-06-05netfilter: nf_nat: also check reverse tuple to obtain clashing entryFlorian Westphal-3/+9
2025-06-05netfilter: nf_set_pipapo_avx2: fix initial map fillFlorian Westphal-1/+20
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-153/+514
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter-0/+62
2025-05-23netfilter: nf_tables: Support wildcard netdev hook specsPhil Sutter-16/+15