summaryrefslogtreecommitdiff
path: root/include/net/xdp.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+5
2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung1-0/+5
2025-09-11net: xdp: handle frags with unreadable memoryJakub Kicinski1-0/+13
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski1-12/+11
2025-09-08xdp, libeth: make the xdp_init_buff() micro-optimization genericAlexander Lobakin1-3/+25
2025-04-23xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington1-0/+3
2025-04-10xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski1-0/+1
2025-02-27xdp: remove xdp_alloc_skb_bulk()Alexander Lobakin1-1/+0
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2025-01-11xsk: Bring back busy polling supportStanislav Fomichev1-1/+0
2024-12-20xsk: add generic XSk &xdp_buff -> skb conversionAlexander Lobakin1-0/+1
2024-12-20xdp: add generic xdp_build_skb_from_buff()Alexander Lobakin1-0/+1
2024-12-20xdp: add generic xdp_buff_add_frag()Alexander Lobakin1-1/+95
2024-12-13xdp: make __xdp_return() MP-agnosticAlexander Lobakin1-2/+2
2024-12-13xdp: get rid of xdp_frame::mem.idAlexander Lobakin1-7/+7
2024-12-13page_pool: allow mixing PPs within one bulkAlexander Lobakin1-4/+12
2024-12-06page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin1-1/+1
2024-12-06xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin1-0/+32
2024-12-06xdp, xsk: constify read-only arguments of some static inline helpersAlexander Lobakin1-12/+17
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