summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2019-06-291-57/+48Star
* 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-181-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-06-011-4/+1Star
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-011-3/+5
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-011-2/+2
|/
* bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer2019-04-181-0/+12
* bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer2019-04-181-7/+15
* bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer2019-04-181-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-181-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-251-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/+28Star
* 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/+1Star
* 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