summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-05-021-1/+1
* 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