Age | Commit message (Expand) | Author |
2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-02-13 | xsk: Add truesize to skb_add_rx_frag(). | Sebastian Andrzej Siewior |
2024-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-01-24 | xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags | Maciej Fijalkowski |
2024-01-24 | xsk: recycle buffer in case Rx queue was full | Maciej Fijalkowski |
2024-01-23 | sock_diag: add module pointer to "struct sock_diag_handler" | Eric Dumazet |
2023-12-18 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-12-13 | xsk: add functions to fill control buffer | Maciej Fijalkowski |
2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-12-05 | xsk: Skip polling event check for unbound socket | Yewon Choi |
2023-11-29 | xsk: Add option to calculate TX checksum in SW | Stanislav Fomichev |
2023-11-29 | xsk: Validate xsk_tx_metadata flags | Stanislav Fomichev |
2023-11-29 | xsk: Add TX timestamp and TX checksum offload support | Stanislav Fomichev |
2023-11-29 | xsk: Support tx_metadata_len | Stanislav Fomichev |
2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski |
2023-10-24 | xsk: Avoid starving the xsk further down the list | Albert Huang |
2023-10-17 | net, bpf: Add a warning if NAPI cb missed xdp_do_flush(). | Sebastian Andrzej Siewior |
2023-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-10-09 | xdp: Fix zero-size allocation warning in xskq_create() | Andrew Kanner |
2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet |
2023-09-15 | xsk: add multi-buffer support for sockets sharing umem | Tirthendu Sarkar |
2023-08-31 | xsk: Fix xsk_diag use-after-free error during socket cleanup | Magnus Karlsson |
2023-08-30 | xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR() | Tirthendu Sarkar |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-09 | xsk: fix refcount underflow in error path | Magnus Karlsson |
2023-08-03 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-03 | net: move struct netdev_rx_queue out of netdevice.h | Jakub Kicinski |
2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet |
2023-07-19 | xsk: support ZC Tx multi-buffer in batch API | Maciej Fijalkowski |
2023-07-19 | xsk: support mbuf on ZC RX | Maciej Fijalkowski |
2023-07-19 | xsk: discard zero length descriptors in Tx path | Tirthendu Sarkar |
2023-07-19 | xsk: add support for AF_XDP multi-buffer on Tx path | Tirthendu Sarkar |
2023-07-19 | xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path | Tirthendu Sarkar |
2023-07-19 | xsk: add support for AF_XDP multi-buffer on Rx path | Tirthendu Sarkar |
2023-07-19 | xsk: move xdp_buff's data length check to xsk_rcv_check | Tirthendu Sarkar |
2023-07-19 | xsk: prepare both copy and zero-copy modes to co-exist | Maciej Fijalkowski |
2023-07-19 | xsk: introduce XSK_USE_SG bind flag for xsk socket | Tirthendu Sarkar |
2023-07-19 | xsk: prepare 'options' in xdp_desc for multi-buffer use | Tirthendu Sarkar |
2023-07-04 | xsk: Honor SO_BINDTODEVICE on bind | Ilya Maximets |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-19 | bpf: Centralize permissions checks for all BPF map types | Andrii Nakryiko |
2023-06-09 | mm/gup: remove vmas parameter from pin_user_pages() | Lorenzo Stoakes |
2023-04-27 | xsk: Use pool->dma_pages to check for DMA | Kal Conley |
2023-04-13 | Daniel Borkmann says: | Jakub Kicinski |
2023-04-13 | xsk: Elide base_addr comparison in xp_unaligned_validate_desc | Kal Conley |
2023-04-13 | xsk: Simplify xp_aligned_validate_desc implementation | Kal Conley |
2023-04-06 | xsk: Fix unaligned descriptor validation | Kal Conley |
2023-03-25 | xsk: allow remap of fill and/or completion rings | Nuno Gonçalves |