summaryrefslogtreecommitdiff
path: root/kernel/bpf/devmap.c
AgeCommit message (Expand)Author
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend
2017-10-19bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann
2017-09-18bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend
2017-08-23bpf: netdev is never null in __dev_map_flushDaniel Borkmann
2017-08-22bpf: minor cleanups for dev_mapDaniel Borkmann
2017-08-20bpf: fix double free from dev_map_notification()Daniel Borkmann
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-08-16bpf: devmap: remove unnecessary value size checkJohn Fastabend
2017-08-07bpf: devmap fix mutex in rcu critical sectionJohn Fastabend
2017-07-24bpf: dev_map_alloc() shouldn't return NULLDan Carpenter
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend