summaryrefslogtreecommitdiff
path: root/include/net/xdp.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net, xdp: Correct grammarRandy Dunlap1-2/+2
2023-12-14xdp: Add VLAN tag hintLarysa Zaremba1-0/+6
2023-12-14ice: Support RX hash XDP hintLarysa Zaremba1-0/+3
2023-12-11net, xdp: Allow metadata > 32Aleksander Lobakin1-1/+6
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev1-1/+4
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev1-4/+12
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski1-4/+25
2023-04-14Daniel Borkmann says:Jakub Kicinski1-29/+0
2023-04-13mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer1-0/+2
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer1-0/+45
2023-03-15xdp: remove unused {__,}xdp_release_frame()Alexander Lobakin1-29/+0
2023-03-11xdp: add xdp_set_features_flag utility routineLorenzo Bianconi1-0/+11
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+12
2023-02-03netdev-genl: create a simple family for netdev stuffJakub Kicinski1-0/+3
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev1-0/+21
2022-09-26xdp: Adjust xdp_frame layout to avoid using bitfieldsJesper Dangaard Brouer1-2/+2
2022-03-17net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi1-0/+14
2022-01-22bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron1-2/+14
2022-01-22bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi1-0/+14
2022-01-22xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi1-2/+16
2022-01-22net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi1-1/+32
2022-01-22xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi1-0/+29
2022-01-06xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-0/+3
2021-10-01bpf, xdp, docs: Correct some English grammar and spellingKev Jackson1-4/+4
2021-07-08bpf: Add function for XDP meta data length checkZvi Effron1-0/+5
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-0/+1
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi1-0/+1
2021-01-21net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi1-0/+2
2021-01-21net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi1-0/+3
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-0/+12
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-0/+7
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen1-2/+0
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+2
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi1-1/+16
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-2/+0
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+29
2020-07-20xdp: introduce xdp_get_shared_info_from_{buff, frame} utility routinesLorenzo Bianconi1-0/+15
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi1-0/+1
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-0/+5
2020-07-16net: Refactor xdp_convert_buff_to_frameDavid Ahern1-13/+22
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-06-02xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi1-0/+10
2020-06-02xdp: Add xdp_txq_info to xdp_buffDavid Ahern1-0/+5
2020-05-22xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel1-8/+1
2020-05-22xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel1-1/+3
2020-05-15xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer1-1/+13
2020-05-15xdp: Add frame size to xdp_buffJesper Dangaard Brouer1-0/+13
2020-04-23xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei1-0/+2
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer1-0/+15