index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
xskmap.c
Age
Commit message (
Expand
)
Author
2019-06-29
xskmap: Move non-standard list manipulation to helper
Toke Høiland-Jørgensen
2019-06-10
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-04
bpf: remove redundant assignment to err
Colin Ian King
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-11
xsk: do not call synchronize_net() under RCU read lock
Björn Töpel
2018-10-09
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
2018-08-17
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-05-18
xsk: clean up SPDX headers
Björn Töpel
2018-05-04
bpf, xskmap: fix crash in xsk_map_alloc error path handling
Daniel Borkmann
2018-05-03
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel