summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/devmap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: dev_map_alloc() shouldn't return NULLDan Carpenter2017-07-251-0/+1
* net: add notifier hooks for devmap bpf mapJohn Fastabend2017-07-171-0/+73
* xdp: Add batching support to redirect mapJohn Fastabend2017-07-171-1/+83
* bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-171-0/+12
* bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-171-0/+264