summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/devmap.c
AgeCommit message (Expand)AuthorLines
2017-08-07bpf: devmap fix mutex in rcu critical sectionJohn Fastabend-23/+25
2017-07-24bpf: dev_map_alloc() shouldn't return NULLDan Carpenter-0/+1
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend-0/+73
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend-1/+83
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend-0/+12
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend-0/+264