aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/devmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski1-7/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend1-1/+1
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng1-1/+4
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend1-0/+3
2017-10-19bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann1-2/+3
2017-09-18bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser1-2/+4
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend1-1/+1
2017-08-23bpf: netdev is never null in __dev_map_flushDaniel Borkmann1-5/+3
2017-08-22bpf: minor cleanups for dev_mapDaniel Borkmann1-59/+41
2017-08-20bpf: fix double free from dev_map_notification()Daniel Borkmann1-7/+5
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau1-3/+6
2017-08-16bpf: devmap: remove unnecessary value size checkJohn Fastabend1-6/+0
2017-08-07bpf: devmap fix mutex in rcu critical sectionJohn Fastabend1-23/+25
2017-07-24bpf: dev_map_alloc() shouldn't return NULLDan Carpenter1-0/+1
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend1-0/+73
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-1/+83
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend1-0/+12
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend1-0/+264