summaryrefslogtreecommitdiffstats
path: root/include/net/xdp.h
Commit message (Expand)AuthorAgeFilesLines
* xdp: Adjust xdp_frame layout to avoid using bitfieldsJesper Dangaard Brouer2022-09-261-2/+2
* net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi2022-03-171-0/+14
* bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron2022-01-211-2/+14
* bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2022-01-211-0/+14
* xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi2022-01-211-2/+16
* net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi2022-01-211-1/+32
* xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi2022-01-211-0/+29
* xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen2022-01-051-0/+3
* bpf, xdp, docs: Correct some English grammar and spellingKev Jackson2021-09-301-4/+4
* bpf: Add function for XDP meta data length checkZvi Effron2021-07-071-0/+5
* xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-0/+1
* 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