aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_bpf_link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-01bpf: Check netfilter ctx accesses are alignedPaul Chaignon1-0/+3
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-1/+2
2025-07-23bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima1-1/+1
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen1-1/+2
2024-11-14netfilter: bpf: Pass string literal as format argument of request_module()Simon Horman1-1/+1
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+4
2024-10-17netfilter: bpf: must hold reference on net namespaceFlorian Westphal1-0/+4
2024-10-16bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu1-1/+2
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko1-1/+1
2023-12-06netfilter: bpf: fix bad registration on nf_defragD. Wythe1-5/+5
2023-07-31netfilter: bpf: Only define get_proto_defrag_hook() if necessaryDaniel Xu1-0/+2
2023-07-28netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu1-15/+108
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal1-0/+1
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal1-1/+69
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal1-0/+159