summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/devmap.c
AgeCommit message (Expand)AuthorLines
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+7
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend-1/+1
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng-1/+4
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend-0/+3
2017-10-19bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann-2/+3
2017-09-18bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser-2/+4
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend-1/+1
2017-08-23bpf: netdev is never null in __dev_map_flushDaniel Borkmann-5/+3
2017-08-22bpf: minor cleanups for dev_mapDaniel Borkmann-59/+41
2017-08-20bpf: fix double free from dev_map_notification()Daniel Borkmann-7/+5
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau-3/+6
2017-08-16bpf: devmap: remove unnecessary value size checkJohn Fastabend-6/+0
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