aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/devmap.c
Commit message (Expand)AuthorAge
* bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo2018-10-25
* bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-13
|\
| * bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-12
* | xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-09
|/
* xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-07
* xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-15
* bpf/xdp: devmap can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-03
* xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-03
* bpf: devmap: remove redundant assignment of dev = devColin Ian King2018-05-30
* xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer2018-05-24
* xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-24
* xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-24
* xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-24
* bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer2018-05-24
* bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-24
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\
| * bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-21
| * bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-20
| * bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-19
* | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-20
|/
* bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser2017-09-18
* bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend2017-09-09
* bpf: netdev is never null in __dev_map_flushDaniel Borkmann2017-08-24
* bpf: minor cleanups for dev_mapDaniel Borkmann2017-08-23
* bpf: fix double free from dev_map_notification()Daniel Borkmann2017-08-20
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-20
* bpf: devmap: remove unnecessary value size checkJohn Fastabend2017-08-16
* bpf: devmap fix mutex in rcu critical sectionJohn Fastabend2017-08-07
* bpf: dev_map_alloc() shouldn't return NULLDan Carpenter2017-07-24
* net: add notifier hooks for devmap bpf mapJohn Fastabend2017-07-17
* xdp: Add batching support to redirect mapJohn Fastabend2017-07-17
* bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-17
* bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-17