index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
devmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-26
bpf: devmap: fix wrong interface selection in notifier_call
Taehee Yoo
1
-2
/
+1
2018-08-18
bpf: fix redirect to map under tail calls
Daniel Borkmann
1
-0
/
+1
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
1
-0
/
+1
2018-08-09
xdp: fix bug in devmap teardown code path
Jesper Dangaard Brouer
1
-5
/
+9
2018-07-08
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
1
-1
/
+6
2018-06-16
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
1
-0
/
+14
2018-06-03
bpf/xdp: devmap can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
1
-13
/
+6
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
1
-1
/
+1
2018-05-31
bpf: devmap: remove redundant assignment of dev = dev
Colin Ian King
1
-1
/
+1
2018-05-25
xdp/trace: extend tracepoint in devmap with an err
Jesper Dangaard Brouer
1
-2
/
+3
2018-05-25
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
1
-11
/
+18
2018-05-25
xdp: introduce xdp_return_frame_rx_napi
Jesper Dangaard Brouer
1
-1
/
+1
2018-05-25
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
1
-4
/
+23
2018-05-25
bpf: devmap prepare xdp frames for bulking
Jesper Dangaard Brouer
1
-4
/
+70
2018-05-25
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
1
-6
/
+28
2018-01-15
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
1
-7
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+7
2017-10-22
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
1
-1
/
+1
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-1
/
+4
2017-10-20
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
1
-0
/
+3
2017-10-19
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
1
-2
/
+3
2017-09-19
bpf: devmap: pass on return value of bpf_map_precharge_memlock
Tobias Klauser
1
-2
/
+4
2017-09-09
bpf: devmap, use cond_resched instead of cpu_relax
John Fastabend
1
-1
/
+1
2017-08-24
bpf: netdev is never null in __dev_map_flush
Daniel Borkmann
1
-5
/
+3
2017-08-23
bpf: minor cleanups for dev_map
Daniel Borkmann
1
-59
/
+41
2017-08-21
bpf: fix double free from dev_map_notification()
Daniel Borkmann
1
-7
/
+5
2017-08-20
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
1
-3
/
+6
2017-08-16
bpf: devmap: remove unnecessary value size check
John Fastabend
1
-6
/
+0
2017-08-08
bpf: devmap fix mutex in rcu critical section
John Fastabend
1
-23
/
+25
2017-07-25
bpf: dev_map_alloc() shouldn't return NULL
Dan Carpenter
1
-0
/
+1
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
1
-0
/
+73
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
1
-1
/
+83
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
1
-0
/
+12
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
1
-0
/
+264