summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi2020-09-281-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2020-09-011-8/+3
* | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+1
|/
* bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi2020-07-211-4/+7
* bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi2020-07-161-2/+15
* bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-13/+108
* cpumap: Formalize map value as a named structLorenzo Bianconi2020-07-161-13/+15
* cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer2020-07-161-1/+1
* bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+3
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-1/+1
* xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer2020-05-141-18/+3
* cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-04-201-1/+1
* xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-191-18/+18
* xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel2019-12-191-3/+3
* xdp: Simplify cpumap cleanupBjörn Töpel2019-12-191-29/+5
* devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2019-06-291-57/+48
* xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-1/+1
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-311-4/+1
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-3/+5
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-2/+2
|/
* bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer2019-04-171-0/+12
* bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer2019-04-171-7/+15
* bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer2019-04-171-10/+11
* xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-03-291-3/+10
* bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer2018-12-201-1/+1
* bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-171-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-131-0/+1
|\
| * bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-0/+1
* | xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
|/
* xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-241-1/+1
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-3/+3
* bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-171-72/+28
* xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-24/+36
* bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang2018-02-141-1/+1
* bpf: cpumap: make some functions staticWei Yongjun2018-01-171-11/+12
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-141-7/+1
* bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer2017-11-021-2/+2
* bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer2017-10-241-4/+8
* bpf: cpumap add tracepointsJesper Dangaard Brouer2017-10-181-5/+19
* bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-22/+130
* bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-181-1/+21
* bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-181-0/+560