| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | bpf: cpumap: Fix possible rcpu kthread hung | Lorenzo Bianconi | 2020-07-21 | 1 | -4/+7 |
* | bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries | Lorenzo Bianconi | 2020-07-16 | 1 | -2/+15 |
* | bpf: cpumap: Add the possibility to attach an eBPF program to cpumap | Lorenzo Bianconi | 2020-07-16 | 1 | -13/+108 |
* | cpumap: Formalize map value as a named struct | Lorenzo Bianconi | 2020-07-16 | 1 | -13/+15 |
* | cpumap: Use non-locked version __ptr_ring_consume_batched | Jesper Dangaard Brouer | 2020-07-16 | 1 | -1/+1 |
* | bpf: Set map_btf_{name, id} for all map types | Andrey Ignatov | 2020-06-22 | 1 | -0/+3 |
* | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame | Lorenzo Bianconi | 2020-06-01 | 1 | -1/+1 |
* | bpf: Implement CAP_BPF | Alexei Starovoitov | 2020-05-15 | 1 | -1/+1 |
* | xdp: Cpumap redirect use frame_sz and increase skb_tailroom | Jesper Dangaard Brouer | 2020-05-14 | 1 | -18/+3 |
* | cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled | Toke Høiland-Jørgensen | 2020-04-20 | 1 | -1/+1 |
* | xdp: Make cpumap flush_list common for all map instances | Björn Töpel | 2019-12-19 | 1 | -18/+18 |
* | xdp: Fix graze->grace type-o in cpumap comments | Björn Töpel | 2019-12-19 | 1 | -3/+3 |
* | xdp: Simplify cpumap cleanup | Björn Töpel | 2019-12-19 | 1 | -29/+5 |
* | devmap/cpumap: Use flush list instead of bitmap | Toke Høiland-Jørgensen | 2019-06-29 | 1 | -57/+48 |
* | xdp: page_pool related fix to cpumap | Jesper Dangaard Brouer | 2019-06-19 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-17 | 1 | -1/+1 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363 | Thomas Gleixner | 2019-06-05 | 1 | -1/+1 |
* | | bpf: move memory size checks to bpf_map_charge_init() | Roman Gushchin | 2019-05-31 | 1 | -4/+1 |
* | | bpf: rework memlock-based memory accounting for maps | Roman Gushchin | 2019-05-31 | 1 | -3/+5 |
* | | bpf: group memory related fields in struct bpf_map_memory | Roman Gushchin | 2019-05-31 | 1 | -2/+2 |
|/ |
|
* | bpf: cpumap memory prefetchw optimizations for struct page | Jesper Dangaard Brouer | 2019-04-17 | 1 | -0/+12 |
* | bpf: cpumap do bulk allocation of SKBs | Jesper Dangaard Brouer | 2019-04-17 | 1 | -7/+15 |
* | bpf: cpumap use ptr_ring_consume_batched | Jesper Dangaard Brouer | 2019-04-17 | 1 | -10/+11 |
* | xdp: fix cpumap redirect SKB creation bug | Jesper Dangaard Brouer | 2019-03-29 | 1 | -3/+10 |
* | bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't | Jesper Dangaard Brouer | 2018-12-20 | 1 | -1/+1 |
* | bpf: fix redirect to map under tail calls | Daniel Borkmann | 2018-08-17 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-08-13 | 1 | -0/+1 |
|\ |
|
| * | bpf: decouple btf from seq bpf fs dump and enable more maps | Daniel Borkmann | 2018-08-13 | 1 | -0/+1 |
* | | xdp: fix bug in cpumap teardown code path | Jesper Dangaard Brouer | 2018-08-09 | 1 | -6/+9 |
|/ |
|
* | xdp: introduce xdp_return_frame_rx_napi | Jesper Dangaard Brouer | 2018-05-24 | 1 | -1/+1 |
* | xdp: transition into using xdp_frame for return API | Jesper Dangaard Brouer | 2018-04-17 | 1 | -3/+3 |
* | bpf: cpumap convert to use generic xdp_frame | Jesper Dangaard Brouer | 2018-04-17 | 1 | -72/+28 |
* | xdp: introduce xdp_return_frame API and use in cpumap | Jesper Dangaard Brouer | 2018-04-17 | 1 | -24/+36 |
* | bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc() | Jason Wang | 2018-02-14 | 1 | -1/+1 |
* | bpf: cpumap: make some functions static | Wei Yongjun | 2018-01-17 | 1 | -11/+12 |
* | bpf: add helper for copying attrs to struct bpf_map | Jakub Kicinski | 2018-01-14 | 1 | -7/+1 |
* | bpf: cpumap micro-optimization in cpu_map_enqueue | Jesper Dangaard Brouer | 2017-11-02 | 1 | -2/+2 |
* | bpf: cpumap fix potential lost wake-up problem | Jesper Dangaard Brouer | 2017-10-24 | 1 | -4/+8 |
* | bpf: cpumap add tracepoints | Jesper Dangaard Brouer | 2017-10-18 | 1 | -5/+19 |
* | bpf: cpumap xdp_buff to skb conversion and allocation | Jesper Dangaard Brouer | 2017-10-18 | 1 | -22/+130 |
* | bpf: XDP_REDIRECT enable use of cpumap | Jesper Dangaard Brouer | 2017-10-18 | 1 | -1/+21 |
* | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP | Jesper Dangaard Brouer | 2017-10-18 | 1 | -0/+560 |