summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_bpf_link.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-241-1/+1
* netfilter: bpf: fix bad registration on nf_defragD. Wythe2023-12-061-5/+5
* netfilter: bpf: Only define get_proto_defrag_hook() if necessaryDaniel Xu2023-07-311-0/+2
* netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu2023-07-281-15/+108
* bpf: add test_run support for netfilter program typeFlorian Westphal2023-04-211-0/+1
* bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-211-1/+69
* bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal2023-04-211-0/+159