index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
xskmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-21
xsk: Move xskmap.c to net/xdp/
Björn Töpel
1
-265
/
+0
2019-12-19
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-17
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
1
-2
/
+6
2019-08-17
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-10
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-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
1
-4
/
+1
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
1
-4
/
+5
2019-05-31
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-09
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
1
-1
/
+1
2018-08-17
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-04
bpf, xskmap: fix crash in xsk_map_alloc error path handling
Daniel Borkmann
1
-0
/
+2
2018-05-03
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
1
-0
/
+239