summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson2023-08-311-0/+3
* xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()Tirthendu Sarkar2023-08-301-9/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-0/+1
|\
| * xsk: fix refcount underflow in error pathMagnus Karlsson2023-08-091-0/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-0/+1
|\ \
| * | net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski2023-08-031-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-1/+1
|\ \ \ | |/ / |/| / | |/
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
* | xsk: support ZC Tx multi-buffer in batch APIMaciej Fijalkowski2023-07-191-9/+36
* | xsk: support mbuf on ZC RXMaciej Fijalkowski2023-07-192-1/+32
* | xsk: discard zero length descriptors in Tx pathTirthendu Sarkar2023-07-191-0/+6
* | xsk: add support for AF_XDP multi-buffer on Tx pathTirthendu Sarkar2023-07-192-33/+100
* | xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar2023-07-192-32/+61
* | xsk: add support for AF_XDP multi-buffer on Rx pathTirthendu Sarkar2023-07-191-23/+87
* | xsk: move xdp_buff's data length check to xsk_rcv_checkTirthendu Sarkar2023-07-191-14/+13
* | xsk: prepare both copy and zero-copy modes to co-existMaciej Fijalkowski2023-07-191-4/+13
* | xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar2023-07-191-2/+3
* | xsk: prepare 'options' in xdp_desc for multi-buffer useTirthendu Sarkar2023-07-192-7/+13
|/
* xsk: Honor SO_BINDTODEVICE on bindIlya Maximets2023-07-041-0/+5
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-283-8/+4
|\
| * sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
| * bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-191-4/+0
| * xsk: Use pool->dma_pages to check for DMAKal Conley2023-04-271-3/+4
* | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
|/
* Daniel Borkmann says:Jakub Kicinski2023-04-133-20/+16
|\
| * xsk: Elide base_addr comparison in xp_unaligned_validate_descKal Conley2023-04-131-6/+2
| * xsk: Simplify xp_aligned_validate_desc implementationKal Conley2023-04-131-8/+4
| * xsk: Fix unaligned descriptor validationKal Conley2023-04-061-0/+1
| * xsk: allow remap of fill and/or completion ringsNuno Gonçalves2023-03-251-3/+6
| * bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-6/+7
|\ \ | |/ |/|
| * xsk: Add missing overflow check in xdp_umem_regKal Conley2023-03-161-6/+7
* | bpf, net: xskmap memory usageYafang Shao2023-03-071-0/+13
|/
* xsk: add linux/vmalloc.h to xsk.cXuan Zhuo2023-02-211-0/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-201-26/+33
|\
| * xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski2023-02-171-26/+33
* | xsk: support use vaddr as ringXuan Zhuo2023-02-203-13/+8
* | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-4/+0
|/
* xsk: add usage of XDP features flagsMarek Majtyka2023-02-021-2/+5
* bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen2022-11-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-033-27/+26
|\
| * xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2022-09-222-4/+5
| * xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2022-08-312-23/+21
* | xsk: Expose min chunk size to driversMaxim Mikityanskiy2022-09-301-2/+0
|/
* xsk: Fix corrupted packets for XDP_SHARED_UMEMMagnus Karlsson2022-08-151-6/+10
* xsk: Mark napi_id on sendmsg()Maciej Fijalkowski2022-07-141-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-0/+1
|\
| * xsk: Clear page contiguity bit when unmapping poolIvan Malov2022-06-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-7/+9
|\|
| * xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-141-7/+9