index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
devmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: devmap: fix wrong interface selection in notifier_call
Taehee Yoo
2018-10-26
1
-2
/
+1
*
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-17
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-13
1
-0
/
+1
|
\
|
*
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-13
1
-0
/
+1
*
|
xdp: fix bug in devmap teardown code path
Jesper Dangaard Brouer
2018-08-09
1
-5
/
+9
|
/
*
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
2018-07-07
1
-1
/
+6
*
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
2018-06-15
1
-0
/
+14
*
bpf/xdp: devmap can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
2018-06-03
1
-13
/
+6
*
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
2018-06-03
1
-1
/
+1
*
bpf: devmap: remove redundant assignment of dev = dev
Colin Ian King
2018-05-30
1
-1
/
+1
*
xdp/trace: extend tracepoint in devmap with an err
Jesper Dangaard Brouer
2018-05-24
1
-2
/
+3
*
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
2018-05-24
1
-11
/
+18
*
xdp: introduce xdp_return_frame_rx_napi
Jesper Dangaard Brouer
2018-05-24
1
-1
/
+1
*
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
2018-05-24
1
-4
/
+23
*
bpf: devmap prepare xdp frames for bulking
Jesper Dangaard Brouer
2018-05-24
1
-4
/
+70
*
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
2018-05-24
1
-6
/
+28
*
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
1
-7
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-3
/
+7
|
\
|
*
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
2017-10-22
1
-1
/
+1
|
*
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
2017-10-20
1
-0
/
+3
|
*
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
2017-10-19
1
-2
/
+3
*
|
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
1
-1
/
+4
|
/
*
bpf: devmap: pass on return value of bpf_map_precharge_memlock
Tobias Klauser
2017-09-18
1
-2
/
+4
*
bpf: devmap, use cond_resched instead of cpu_relax
John Fastabend
2017-09-08
1
-1
/
+1
*
bpf: netdev is never null in __dev_map_flush
Daniel Borkmann
2017-08-23
1
-5
/
+3
*
bpf: minor cleanups for dev_map
Daniel Borkmann
2017-08-22
1
-59
/
+41
*
bpf: fix double free from dev_map_notification()
Daniel Borkmann
2017-08-20
1
-7
/
+5
*
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-08-19
1
-3
/
+6
*
bpf: devmap: remove unnecessary value size check
John Fastabend
2017-08-16
1
-6
/
+0
*
bpf: devmap fix mutex in rcu critical section
John Fastabend
2017-08-07
1
-23
/
+25
*
bpf: dev_map_alloc() shouldn't return NULL
Dan Carpenter
2017-07-24
1
-0
/
+1
*
net: add notifier hooks for devmap bpf map
John Fastabend
2017-07-17
1
-0
/
+73
*
xdp: Add batching support to redirect map
John Fastabend
2017-07-17
1
-1
/
+83
*
bpf: add bpf_redirect_map helper routine
John Fastabend
2017-07-17
1
-0
/
+12
*
bpf: add devmap, a map for storing net device references
John Fastabend
2017-07-17
1
-0
/
+264