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
starfive-6.6.48-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
/
xskmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
xsk: Move xskmap.c to net/xdp/
Björn Töpel
1
-265
/
+0
2019-12-20
xsk: Make xskmap flush_list common for all map instances
Björn Töpel
1
-15
/
+3
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
1
-4
/
+2
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
1
-48
/
+0
2019-11-02
bpf: Implement map_gen_lookup() callback for XSKMAP
Maciej Fijalkowski
1
-0
/
+17
2019-11-02
xsk: Store struct xdp_sock as a flexible array member of the XSKMAP
Björn Töpel
1
-32
/
+23
2019-09-25
bpf/xskmap: Return ERR_PTR for failure case instead of NULL.
Jonathan Lemon
1
-1
/
+1
2019-08-20
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
YueHaibing
1
-1
/
+1
2019-08-18
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
1
-2
/
+6
2019-08-18
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
1
-20
/
+105
2019-06-29
xskmap: Move non-standard list manipulation to helper
Toke Høiland-Jørgensen
1
-2
/
+1
2019-06-11
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
1
-0
/
+7
2019-06-04
bpf: remove redundant assignment to err
Colin Ian King
1
-1
/
+1
2019-06-01
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
1
-4
/
+1
2019-06-01
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
1
-4
/
+5
2019-06-01
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
1
-2
/
+2
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+2
2018-10-11
xsk: do not call synchronize_net() under RCU read lock
Björn Töpel
1
-8
/
+2
2018-10-10
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
1
-1
/
+1
2018-08-18
bpf: fix redirect to map under tail calls
Daniel Borkmann
1
-0
/
+1
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
1
-2
/
+1
2018-05-18
xsk: clean up SPDX headers
Björn Töpel
1
-9
/
+0
2018-05-05
bpf, xskmap: fix crash in xsk_map_alloc error path handling
Daniel Borkmann
1
-0
/
+2
2018-05-04
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
1
-0
/
+239