aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_bpf_link.c
AgeCommit message (Expand)AuthorFilesLines
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