index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
cpumap.c
Age
Commit message (
Expand
)
Author
2019-04-17
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
2019-04-17
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
2019-04-17
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
2019-03-29
xdp: fix cpumap redirect SKB creation bug
Jesper Dangaard Brouer
2018-12-20
bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
Jesper Dangaard Brouer
2018-08-17
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-09
xdp: fix bug in cpumap teardown code path
Jesper Dangaard Brouer
2018-05-24
xdp: introduce xdp_return_frame_rx_napi
Jesper Dangaard Brouer
2018-04-17
xdp: transition into using xdp_frame for return API
Jesper Dangaard Brouer
2018-04-17
bpf: cpumap convert to use generic xdp_frame
Jesper Dangaard Brouer
2018-04-17
xdp: introduce xdp_return_frame API and use in cpumap
Jesper Dangaard Brouer
2018-02-14
bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
Jason Wang
2018-01-17
bpf: cpumap: make some functions static
Wei Yongjun
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2017-11-02
bpf: cpumap micro-optimization in cpu_map_enqueue
Jesper Dangaard Brouer
2017-10-24
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
2017-10-18
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
2017-10-18
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer