summaryrefslogtreecommitdiffstats
path: root/include/net/xdp.h
Commit message (Expand)AuthorAgeFilesLines
* net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi2021-02-041-0/+1
* net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+2
* net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+3
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-0/+12
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+0
|\
| * xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-091-2/+0
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+2
* | net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi2020-11-141-1/+16
|/
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-13/+29
|\
| * bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi2020-07-161-0/+1
| * bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+5
| * net: Refactor xdp_convert_buff_to_frameDavid Ahern2020-07-161-13/+22
* | xdp: introduce xdp_get_shared_info_from_{buff, frame} utility routinesLorenzo Bianconi2020-07-191-0/+15
|/
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi2020-06-011-0/+10
* xdp: Add xdp_txq_info to xdp_buffDavid Ahern2020-06-011-0/+5
* xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-211-8/+1
* xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-211-1/+3
* xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer2020-05-141-1/+13
* xdp: Add frame size to xdp_buffJesper Dangaard Brouer2020-05-141-0/+13
* xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei2020-04-221-0/+2
* xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-1/+1
* xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel2018-08-291-0/+1
* xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel2018-08-291-2/+3
* xdp: Helper function to clear kernel pointers in xdp_frameToshiaki Makita2018-08-101-0/+7
* xdp: factor out common program/flags handling from driversJakub Kicinski2018-07-131-0/+13
* xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel2018-06-051-0/+10
* xdp: done implementing ndo_xdp_xmit flush flag for all driversJesper Dangaard Brouer2018-06-031-1/+0
* xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-0/+5
* xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-241-0/+1
* xsk: add Rx receive functions and poll supportBjörn Töpel2018-05-031-0/+1
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-1/+1
* xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer2018-04-171-0/+3
* xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-12/+2
* bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-171-0/+1
* xdp: introduce a new xdp_frame typeJesper Dangaard Brouer2018-04-171-0/+40
* xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer2018-04-171-0/+22
* xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-0/+27
* xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer2018-01-051-0/+1
* xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer2018-01-051-0/+47