summaryrefslogtreecommitdiff
path: root/kernel/bpf/cpumap.c
AgeCommit message (Expand)Author
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel
2019-12-19xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel
2019-12-19xdp: Simplify cpumap cleanupBjörn Töpel
2019-06-29devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-04-17bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer
2019-04-17bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer
2019-04-17bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer
2018-12-20bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-08-09xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer
2018-04-17bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer
2018-02-14bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang
2018-01-17bpf: cpumap: make some functions staticWei Yongjun
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski
2017-11-02bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer
2017-10-24bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer
2017-10-18bpf: cpumap add tracepointsJesper Dangaard Brouer
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer