| Commit message (Expand) | Author | Age | Files | Lines |
* | xsk: Avoid starving the xsk further down the list | Albert Huang | 2023-10-24 | 1 | -0/+18 |
* | net, bpf: Add a warning if NAPI cb missed xdp_do_flush(). | Sebastian Andrzej Siewior | 2023-10-17 | 1 | -0/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-13 | 1 | -0/+10 |
|\ |
|
| * | xdp: Fix zero-size allocation warning in xskq_create() | Andrew Kanner | 2023-10-09 | 1 | -0/+10 |
* | | net: implement lockless SO_PRIORITY | Eric Dumazet | 2023-10-01 | 1 | -1/+1 |
* | | xsk: add multi-buffer support for sockets sharing umem | Tirthendu Sarkar | 2023-09-15 | 2 | -1/+4 |
|/ |
|
* | xsk: Fix xsk_diag use-after-free error during socket cleanup | Magnus Karlsson | 2023-08-31 | 1 | -0/+3 |
* | xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR() | Tirthendu Sarkar | 2023-08-30 | 1 | -9/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-10 | 1 | -0/+1 |
|\ |
|
| * | xsk: fix refcount underflow in error path | Magnus Karlsson | 2023-08-10 | 1 | -0/+1 |
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-08-04 | 1 | -0/+1 |
|\ \ |
|
| * | | net: move struct netdev_rx_queue out of netdevice.h | Jakub Kicinski | 2023-08-03 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-03 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | net: annotate data-races around sk->sk_mark | Eric Dumazet | 2023-07-29 | 1 | -1/+1 |
* | | xsk: support ZC Tx multi-buffer in batch API | Maciej Fijalkowski | 2023-07-19 | 1 | -9/+36 |
* | | xsk: support mbuf on ZC RX | Maciej Fijalkowski | 2023-07-19 | 2 | -1/+32 |
* | | xsk: discard zero length descriptors in Tx path | Tirthendu Sarkar | 2023-07-19 | 1 | -0/+6 |
* | | xsk: add support for AF_XDP multi-buffer on Tx path | Tirthendu Sarkar | 2023-07-19 | 2 | -33/+100 |
* | | xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path | Tirthendu Sarkar | 2023-07-19 | 2 | -32/+61 |
* | | xsk: add support for AF_XDP multi-buffer on Rx path | Tirthendu Sarkar | 2023-07-19 | 1 | -23/+87 |
* | | xsk: move xdp_buff's data length check to xsk_rcv_check | Tirthendu Sarkar | 2023-07-19 | 1 | -14/+13 |
* | | xsk: prepare both copy and zero-copy modes to co-exist | Maciej Fijalkowski | 2023-07-19 | 1 | -4/+13 |
* | | xsk: introduce XSK_USE_SG bind flag for xsk socket | Tirthendu Sarkar | 2023-07-19 | 1 | -2/+3 |
* | | xsk: prepare 'options' in xdp_desc for multi-buffer use | Tirthendu Sarkar | 2023-07-19 | 2 | -7/+13 |
|/ |
|
* | xsk: Honor SO_BINDTODEVICE on bind | Ilya Maximets | 2023-07-04 | 1 | -0/+5 |
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-06-29 | 3 | -8/+4 |
|\ |
|
| * | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 2023-06-25 | 1 | -1/+0 |
| * | bpf: Centralize permissions checks for all BPF map types | Andrii Nakryiko | 2023-06-19 | 1 | -4/+0 |
| * | xsk: Use pool->dma_pages to check for DMA | Kal Conley | 2023-04-27 | 1 | -3/+4 |
* | | mm/gup: remove vmas parameter from pin_user_pages() | Lorenzo Stoakes | 2023-06-10 | 1 | -1/+1 |
|/ |
|
* | Daniel Borkmann says: | Jakub Kicinski | 2023-04-14 | 3 | -20/+16 |
|\ |
|
| * | xsk: Elide base_addr comparison in xp_unaligned_validate_desc | Kal Conley | 2023-04-13 | 1 | -6/+2 |
| * | xsk: Simplify xp_aligned_validate_desc implementation | Kal Conley | 2023-04-13 | 1 | -8/+4 |
| * | xsk: Fix unaligned descriptor validation | Kal Conley | 2023-04-06 | 1 | -0/+1 |
| * | xsk: allow remap of fill and/or completion rings | Nuno Gonçalves | 2023-03-26 | 1 | -3/+6 |
| * | bpf: return long from bpf_map_ops funcs | JP Kobryn | 2023-03-22 | 1 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-03-24 | 1 | -6/+7 |
|\ \
| |/
|/| |
|
| * | xsk: Add missing overflow check in xdp_umem_reg | Kal Conley | 2023-03-16 | 1 | -6/+7 |
* | | bpf, net: xskmap memory usage | Yafang Shao | 2023-03-07 | 1 | -0/+13 |
|/ |
|
* | xsk: add linux/vmalloc.h to xsk.c | Xuan Zhuo | 2023-02-21 | 1 | -0/+1 |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-02-21 | 1 | -26/+33 |
|\ |
|
| * | xsk: check IFF_UP earlier in Tx path | Maciej Fijalkowski | 2023-02-17 | 1 | -26/+33 |
* | | xsk: support use vaddr as ring | Xuan Zhuo | 2023-02-20 | 3 | -13/+8 |
* | | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 2023-02-15 | 1 | -4/+0 |
|/ |
|
* | xsk: add usage of XDP features flags | Marek Majtyka | 2023-02-03 | 1 | -2/+5 |
* | bpf: Expand map key argument of bpf_redirect_map to u64 | Toke Høiland-Jørgensen | 2022-11-15 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-10-04 | 3 | -27/+26 |
|\ |
|
| * | xsk: Inherit need_wakeup flag for shared sockets | Jalal Mostafa | 2022-09-22 | 2 | -4/+5 |
| * | xsk: Fix backpressure mechanism on Tx | Maciej Fijalkowski | 2022-08-31 | 2 | -23/+21 |
* | | xsk: Expose min chunk size to drivers | Maxim Mikityanskiy | 2022-09-30 | 1 | -2/+0 |
|/ |
|