summaryrefslogtreecommitdiff
path: root/include/net/xdp.h
AgeCommit message (Expand)Author
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev
2024-12-19xsk: add generic XSk &xdp_buff -> skb conversionAlexander Lobakin
2024-12-19xdp: add generic xdp_build_skb_from_buff()Alexander Lobakin
2024-12-19xdp: add generic xdp_buff_add_frag()Alexander Lobakin
2024-12-12xdp: make __xdp_return() MP-agnosticAlexander Lobakin
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin
2024-12-12page_pool: allow mixing PPs within one bulkAlexander Lobakin
2024-12-05page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin
2024-12-05xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin
2024-12-05xdp, xsk: constify read-only arguments of some static inline helpersAlexander Lobakin
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