index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
cpumap.c
Age
Commit message (
Expand
)
Author
2021-07-07
bpf: cpumap: Implement generic cpumap
Kumar Kartikeya Dwivedi
2021-06-24
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
2021-04-27
bpf, cpumap: Bulk skb using netif_receive_skb_list
Lorenzo Bianconi
2021-03-10
bpf, xdp: Restructure redirect actions
Björn Töpel
2021-03-10
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
2021-01-20
net, xdp: Introduce __xdp_build_skb_from_frame utility routine
Lorenzo Bianconi
2020-12-02
bpf: Eliminate rlimit-based memory accounting for cpumap maps
Roman Gushchin
2020-12-02
bpf: Refine memcg-based memory accounting for cpumap maps
Roman Gushchin
2020-09-28
bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature
Lorenzo Bianconi
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-01
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-21
bpf: cpumap: Fix possible rcpu kthread hung
Lorenzo Bianconi
2020-07-16
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-07-16
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
2020-07-16
cpumap: Use non-locked version __ptr_ring_consume_batched
Jesper Dangaard Brouer
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-14
xdp: Cpumap redirect use frame_sz and increase skb_tailroom
Jesper Dangaard Brouer
2020-04-20
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
2019-12-19
xdp: Make cpumap flush_list common for all map instances
Björn Töpel
2019-12-19
xdp: Fix graze->grace type-o in cpumap comments
Björn Töpel
2019-12-19
xdp: Simplify cpumap cleanup
Björn Töpel
2019-06-29
devmap/cpumap: Use flush list instead of bitmap
Toke Høiland-Jørgensen
2019-06-19
xdp: page_pool related fix to cpumap
Jesper Dangaard Brouer
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
Thomas Gleixner
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
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
[next]