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