summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)Author
2026-04-27xsk: validate MTU against usable frame size on bindMaciej Fijalkowski
2026-04-27xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski
2026-04-27xsk: respect tailroom for ZC setupsMaciej Fijalkowski
2026-04-27xsk: tighten UMEM headroom validation to account for tailroom and min frameMaciej Fijalkowski
2026-03-25xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao
2026-03-25xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao
2026-03-25xsk: s/free_list_node/list_node/Maciej Fijalkowski
2026-03-25xsk: Get rid of xdp_buff_xsk::xskb_list_nodeMaciej Fijalkowski
2026-02-06xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2025-03-28xsk: fix an integer overflow in xp_create_and_assign_umem()Gavrilov Ilia
2024-12-14xsk: fix OOB map writes when deleting elementsMaciej Fijalkowski
2024-12-14xsk: always clear DMA mapping information when unmapping the poolLarysa Zaremba
2024-12-09sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2024-04-17xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
2024-03-01xsk: Add truesize to skb_add_rx_frag().Sebastian Andrzej Siewior
2024-01-31xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski
2024-01-31xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski
2024-01-10xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar
2023-12-13xsk: Skip polling event check for unbound socketYewon Choi
2023-10-09xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner
2023-08-31xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson
2023-08-30xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()Tirthendu Sarkar
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-09xsk: fix refcount underflow in error pathMagnus Karlsson
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-19xsk: support ZC Tx multi-buffer in batch APIMaciej Fijalkowski
2023-07-19xsk: support mbuf on ZC RXMaciej Fijalkowski
2023-07-19xsk: discard zero length descriptors in Tx pathTirthendu Sarkar
2023-07-19xsk: add support for AF_XDP multi-buffer on Tx pathTirthendu Sarkar
2023-07-19xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar
2023-07-19xsk: add support for AF_XDP multi-buffer on Rx pathTirthendu Sarkar
2023-07-19xsk: move xdp_buff's data length check to xsk_rcv_checkTirthendu Sarkar
2023-07-19xsk: prepare both copy and zero-copy modes to co-existMaciej Fijalkowski
2023-07-19xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar
2023-07-19xsk: prepare 'options' in xdp_desc for multi-buffer useTirthendu Sarkar
2023-07-04xsk: Honor SO_BINDTODEVICE on bindIlya Maximets
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-04-27xsk: Use pool->dma_pages to check for DMAKal Conley
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13xsk: Elide base_addr comparison in xp_unaligned_validate_descKal Conley
2023-04-13xsk: Simplify xp_aligned_validate_desc implementationKal Conley
2023-04-06xsk: Fix unaligned descriptor validationKal Conley
2023-03-25xsk: allow remap of fill and/or completion ringsNuno Gonçalves
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski