| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+7 |
| 2026-06-03 | xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata() | Jason Xing | 1 | -4/+7 |
| 2026-05-22 | xdp: convert to getsockopt_iter | Breno Leitao | 1 | -13/+11 |
| 2026-05-05 | xsk: fix u64 descriptor address truncation on 32-bit architectures | Jason Xing | 1 | -32/+56 |
| 2026-05-05 | xsk: fix xsk_addrs slab leak on multi-buffer error path | Jason Xing | 1 | -2/+2 |
| 2026-05-05 | xsk: avoid skb leak in XDP_TX_METADATA case | Jason Xing | 1 | -1/+3 |
| 2026-05-05 | xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb() | Jason Xing | 1 | -3/+2 |
| 2026-05-05 | xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path | Jason Xing | 1 | -1/+1 |
| 2026-05-05 | xsk: handle NULL dereference of the skb without frags issue | Jason Xing | 1 | -3/+8 |
| 2026-05-05 | xsk: free the skb when hitting the upper bound MAX_SKB_FRAGS | Jason Xing | 1 | -1/+4 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -11/+79 |
| 2026-04-14 | Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Linus Torvalds | 1 | -3/+15 |
| 2026-04-09 | net: remove the netif_get_rx_queue_lease_locked() helpers | Jakub Kicinski | 1 | -28/+49 |
| 2026-04-09 | Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp' | Jakub Kicinski | 1 | -14/+61 |
| 2026-04-09 | xsk: Proxy pool management for leased queues | Daniel Borkmann | 1 | -12/+35 |
| 2026-04-09 | xsk: Extend xsk_rcv_check validation | Daniel Borkmann | 1 | -3/+26 |
| 2026-04-06 | xsk: respect tailroom for ZC setups | Maciej Fijalkowski | 1 | -2/+2 |
| 2026-03-17 | xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processing | Maciej Fijalkowski | 1 | -2/+2 |
| 2026-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3 | Alexei Starovoitov | 1 | -10/+16 |
| 2026-02-28 | xsk: Fix zero-copy AF_XDP fragment drop | Nikhil P. Rao | 1 | -9/+15 |
| 2026-02-28 | xsk: Fix fragment node deletion to prevent buffer leak | Nikhil P. Rao | 1 | -1/+1 |
| 2026-02-24 | xsk: avoid double checking against rx queue being full | Maciej Fijalkowski | 1 | -1/+13 |
| 2026-01-20 | Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'" | Jakub Kicinski | 1 | -62/+17 |
| 2026-01-20 | xsk: Proxy pool management for leased queues | Daniel Borkmann | 1 | -13/+35 |
| 2026-01-20 | xsk: Extend xsk_rcv_check validation | Daniel Borkmann | 1 | -3/+26 |
| 2026-01-20 | net: Implement netdev_nl_queue_create_doit | Daniel Borkmann | 1 | -1/+1 |
| 2026-01-15 | xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path | Jason Xing | 1 | -4/+4 |
| 2026-01-15 | xsk: advance cq/fq check when shared umem is used | Jason Xing | 1 | -0/+7 |
| 2025-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -55/+88 |
| 2025-11-25 | xsk: avoid data corruption on cq descriptor number | Fernando Fernandez Mancera | 1 | -55/+88 |
| 2025-11-11 | xsk: add indirect call for xsk_destruct_skb | Jason Xing | 1 | -1/+2 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-11-04 | xsk: use a smaller new lock for shared pool case | Jason Xing | 1 | -9/+6 |
| 2025-09-26 | xsk: wrap generic metadata handling onto separate function | Maciej Fijalkowski | 1 | -39/+53 |
| 2025-09-26 | xsk: remove @first_frag from xsk_build_skb() | Maciej Fijalkowski | 1 | -5/+3 |
| 2025-09-26 | xsk: avoid overwriting skb fields for multi-buffer traffic | Maciej Fijalkowski | 1 | -8/+9 |
| 2025-09-09 | xsk: Fix immature cq descriptor production | Maciej Fijalkowski | 1 | -14/+99 |
| 2025-07-10 | net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockopt | Jason Xing | 1 | -2/+19 |
| 2025-07-08 | net: xsk: update tx queue consumer immediately after transmission | Jason Xing | 1 | -7/+10 |
| 2025-05-21 | xsk: Bring back busy polling support in XDP_COPY | Samiullah Khawaja | 1 | -1/+1 |
| 2025-04-24 | xsk: Fix race condition in AF_XDP generic RX path | e.kubanski | 1 | -3/+3 |
| 2025-04-02 | xsk: Fix __xsk_generic_xmit() error code when cq is full | Wang Liang | 1 | -1/+4 |
| 2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
| 2025-03-06 | net: hold netdev instance lock during ndo_bpf | Stanislav Fomichev | 1 | -0/+3 |
| 2025-02-21 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -0/+3 |
| 2025-02-20 | xsk: Add launch time hardware offload support to XDP Tx metadata | Song Yoong Siang | 1 | -0/+3 |
| 2025-02-17 | net: use napi_id_valid helper | Stefano Jordhani | 1 | -1/+1 |
| 2025-01-10 | xsk: Bring back busy polling support | Stanislav Fomichev | 1 | -5/+9 |
| 2024-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -5/+6 |
| 2024-11-15 | xsk: Free skb when TX metadata options are invalid | Felix Maurer | 1 | -5/+6 |
| 2024-10-14 | xsk: Use xsk_buff_pool directly for cq functions | Maciej Fijalkowski | 1 | -16/+16 |
| 2024-10-14 | xsk: Get rid of xdp_buff_xsk::orig_addr | Maciej Fijalkowski | 1 | -1/+1 |
| 2024-10-14 | xsk: s/free_list_node/list_node/ | Maciej Fijalkowski | 1 | -2/+2 |
| 2024-10-14 | xsk: Get rid of xdp_buff_xsk::xskb_list_node | Maciej Fijalkowski | 1 | -2/+2 |
| 2024-07-30 | xsk: Try to make xdp_umem_reg extension a bit more future-proof | Stanislav Fomichev | 1 | -11/+12 |
| 2024-07-02 | net: Move flush list retrieval to where it is used. | Sebastian Andrzej Siewior | 1 | -2/+4 |
| 2024-07-02 | net: Optimize xdp_do_flush() with bpf_net_context infos. | Sebastian Andrzej Siewior | 1 | -12/+1 |
| 2024-06-24 | net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT. | Sebastian Andrzej Siewior | 1 | -8/+4 |
| 2024-06-05 | Revert "xsk: Support redirect to any socket bound to the same umem" | Magnus Karlsson | 1 | -4/+1 |
| 2024-04-05 | xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING | Eric Dumazet | 1 | -0/+2 |
| 2024-03-02 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+4 |
| 2024-02-13 | xsk: Add truesize to skb_add_rx_frag(). | Sebastian Andrzej Siewior | 1 | -1/+2 |
| 2024-02-05 | xsk: support redirect to any socket bound to the same umem | Magnus Karlsson | 1 | -1/+4 |
| 2024-01-24 | xsk: recycle buffer in case Rx queue was full | Maciej Fijalkowski | 1 | -4/+8 |
| 2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+2 |
| 2023-12-05 | xsk: Skip polling event check for unbound socket | Yewon Choi | 1 | -3/+2 |
| 2023-11-29 | xsk: Add option to calculate TX checksum in SW | Stanislav Fomichev | 1 | -0/+6 |
| 2023-11-29 | xsk: Validate xsk_tx_metadata flags | Stanislav Fomichev | 1 | -0/+4 |
| 2023-11-29 | xsk: Add TX timestamp and TX checksum offload support | Stanislav Fomichev | 1 | -0/+34 |
| 2023-11-29 | xsk: Support tx_metadata_len | Stanislav Fomichev | 1 | -1/+11 |
| 2023-10-24 | xsk: Avoid starving the xsk further down the list | Albert Huang | 1 | -0/+18 |
| 2023-10-17 | net, bpf: Add a warning if NAPI cb missed xdp_do_flush(). | Sebastian Andrzej Siewior | 1 | -0/+10 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | 1 | -1/+1 |
| 2023-09-15 | xsk: add multi-buffer support for sockets sharing umem | Tirthendu Sarkar | 1 | -1/+1 |
| 2023-08-30 | xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR() | Tirthendu Sarkar | 1 | -9/+13 |
| 2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2023-08-09 | xsk: fix refcount underflow in error path | Magnus Karlsson | 1 | -0/+1 |
| 2023-08-03 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -0/+1 |
| 2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2023-08-03 | net: move struct netdev_rx_queue out of netdevice.h | Jakub Kicinski | 1 | -0/+1 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -1/+1 |
| 2023-07-19 | xsk: support mbuf on ZC RX | Maciej Fijalkowski | 1 | -1/+25 |
| 2023-07-19 | xsk: add support for AF_XDP multi-buffer on Tx path | Tirthendu Sarkar | 1 | -28/+92 |
| 2023-07-19 | xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path | Tirthendu Sarkar | 1 | -20/+54 |
| 2023-07-19 | xsk: add support for AF_XDP multi-buffer on Rx path | Tirthendu Sarkar | 1 | -23/+87 |
| 2023-07-19 | xsk: move xdp_buff's data length check to xsk_rcv_check | Tirthendu Sarkar | 1 | -14/+13 |
| 2023-07-19 | xsk: prepare both copy and zero-copy modes to co-exist | Maciej Fijalkowski | 1 | -4/+13 |
| 2023-07-19 | xsk: introduce XSK_USE_SG bind flag for xsk socket | Tirthendu Sarkar | 1 | -2/+3 |
| 2023-07-19 | xsk: prepare 'options' in xdp_desc for multi-buffer use | Tirthendu Sarkar | 1 | -4/+4 |
| 2023-07-04 | xsk: Honor SO_BINDTODEVICE on bind | Ilya Maximets | 1 | -0/+5 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -1/+0 |
| 2023-03-25 | xsk: allow remap of fill and/or completion rings | Nuno Gonçalves | 1 | -3/+6 |
| 2023-02-21 | xsk: add linux/vmalloc.h to xsk.c | Xuan Zhuo | 1 | -0/+1 |
| 2023-02-20 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -26/+33 |
| 2023-02-20 | xsk: support use vaddr as ring | Xuan Zhuo | 1 | -7/+2 |
| 2023-02-17 | xsk: check IFF_UP earlier in Tx path | Maciej Fijalkowski | 1 | -26/+33 |
| 2023-02-15 | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 1 | -4/+0 |
| 2022-09-22 | xsk: Inherit need_wakeup flag for shared sockets | Jalal Mostafa | 1 | -2/+2 |
| 2022-08-31 | xsk: Fix backpressure mechanism on Tx | Maciej Fijalkowski | 1 | -11/+11 |
| 2022-07-14 | xsk: Mark napi_id on sendmsg() | Maciej Fijalkowski | 1 | -1/+4 |
| 2022-06-14 | xsk: Fix generic transmit when completion queue reservation fails | Ciara Loftus | 1 | -7/+9 |
| 2022-06-08 | xsk: Fix handling of invalid descriptors in XSK TX batching API | Maciej Fijalkowski | 1 | -2/+3 |
| 2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+14 |
| 2022-04-26 | xsk: Fix possible crash when multiple sockets are created | Maciej Fijalkowski | 1 | -0/+13 |
| 2022-04-15 | xsk: Diversify return codes in xsk_rcv_check() | Maciej Fijalkowski | 1 | -1/+1 |
| 2022-04-15 | xsk: Improve xdp_do_redirect() error codes | Björn Töpel | 1 | -1/+1 |
| 2022-04-07 | xsk: Fix l2fwd for copy mode + busy poll combo | Maciej Fijalkowski | 1 | -1/+1 |
| 2022-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -19/+50 |
| 2022-02-28 | xsk: Fix race at socket teardown | Magnus Karlsson | 1 | -19/+50 |
| 2022-01-27 | i40e: xsk: Move tmp desc array from driver to pool | Magnus Karlsson | 1 | -7/+6 |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2021-12-17 | Revert "xsk: Do not sleep in poll() when need_wakeup set" | Magnus Karlsson | 1 | -2/+2 |
| 2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2021-12-14 | xsk: Do not sleep in poll() when need_wakeup set | Magnus Karlsson | 1 | -2/+2 |
| 2021-11-16 | net: drop nopreempt requirement on sock_prot_inuse_add() | Eric Dumazet | 1 | -4/+0 |
| 2021-09-28 | xsk: Optimize for aligned case | Magnus Karlsson | 1 | -15/+0 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
| 2021-06-24 | xdp: Add proper __rcu annotations to redirect map entries | Toke Høiland-Jørgensen | 1 | -2/+2 |
| 2021-04-23 | xsk: Align XDP socket batch size with DPDK | Li RongQing | 1 | -1/+1 |
| 2021-02-25 | xsk: Build skb by page (aka generic zerocopy xmit) | Xuan Zhuo | 1 | -24/+96 |
| 2021-02-25 | xsk: Respect device's headroom and tailroom on generic xmit path | Alexander Lobakin | 1 | -1/+7 |
| 2021-01-25 | xsk: Remove explicit_free parameter from __xsk_rcv() | Björn Töpel | 1 | -16/+31 |
| 2021-01-19 | xsk: Clear pool even for inactive queues | Maxim Mikityanskiy | 1 | -2/+2 |
| 2020-12-18 | xsk: Rollback reservation at NETDEV_TX_BUSY | Magnus Karlsson | 1 | -0/+3 |
| 2020-12-18 | xsk: Fix race in SKB mode transmit with shared cq | Magnus Karlsson | 1 | -3/+6 |
| 2020-12-17 | xsk: Fix memory leak for failed bind | Magnus Karlsson | 1 | -0/+4 |
| 2020-12-14 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -2/+2 |
| 2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+16 |
| 2020-12-08 | xsk: Validate socket state in xsk_recvmsg, prior touching socket members | Björn Töpel | 1 | -2/+2 |
| 2020-12-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -4/+110 |
| 2020-12-03 | xsk: Change the tx writeable condition | Xuan Zhuo | 1 | -3/+13 |
| 2020-12-03 | xsk: Replace datagram_poll by sock_poll_wait | Xuan Zhuo | 1 | -1/+3 |
| 2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel | 1 | -0/+1 |
| 2020-12-01 | xsk: Add busy-poll support for {recv,send}msg() | Björn Töpel | 1 | -0/+24 |
| 2020-12-01 | xsk: Check need wakeup flag in sendmsg() | Björn Töpel | 1 | -1/+5 |
| 2020-12-01 | xsk: Add support for recvmsg() | Björn Töpel | 1 | -1/+21 |
| 2020-11-27 | xdp: Remove the functions xsk_map_inc and xsk_map_put | Zhu Yanjun | 1 | -2/+2 |
| 2020-11-24 | net, xsk: Avoid taking multiple skbuff references | Björn Töpel | 1 | -7/+1 |
| 2020-11-20 | xsk: Fix umem cleanup bug at socket destruct | Magnus Karlsson | 1 | -1/+1 |
| 2020-11-17 | xsk: Introduce batched Tx descriptor interfaces | Magnus Karlsson | 1 | -0/+57 |
| 2020-10-29 | xsk: Fix possible memory leak at socket close | Magnus Karlsson | 1 | -1/+2 |
| 2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+16 |
| 2020-09-28 | xsk: Fix possible crash in socket_release when out-of-memory | Magnus Karlsson | 1 | -0/+1 |
| 2020-09-16 | xsk: Do not discard packet when NETDEV_TX_BUSY | Magnus Karlsson | 1 | -1/+16 |
| 2020-09-02 | xsk: Fix use-after-free in failed shared_umem bind | Magnus Karlsson | 1 | -0/+1 |
| 2020-09-02 | xsk: Fix possible segfault at xskmap entry insertion | Magnus Karlsson | 1 | -6/+0 |
| 2020-08-31 | xsk: Add shared umem support between devices | Magnus Karlsson | 1 | -7/+4 |
| 2020-08-31 | xsk: Add shared umem support between queue ids | Magnus Karlsson | 1 | -14/+30 |
| 2020-08-31 | xsk: Move xsk_tx_list and its lock to buffer pool | Magnus Karlsson | 1 | -9/+6 |
| 2020-08-31 | xsk: Move queue_id, dev and need_wakeup to buffer pool | Magnus Karlsson | 1 | -21/+13 |
| 2020-08-31 | xsk: Move fill and completion rings to buffer pool | Magnus Karlsson | 1 | -21/+27 |
| 2020-08-31 | xsk: Create and free buffer pool independently from umem | Magnus Karlsson | 1 | -10/+64 |
| 2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces | Magnus Karlsson | 1 | -18/+27 |
| 2020-07-28 | xdp: Prevent kernel-infoleak in xsk_getsockopt() | Peilin Ye | 1 | -1/+1 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -4/+4 |
| 2020-07-13 | xsk: Add new statistics | Ciara Loftus | 1 | -5/+31 |
| 2020-06-11 | xdp: Fix xsk_generic_xmit errno | Li RongQing | 1 | -3/+1 |
| 2020-05-21 | xsk: Explicitly inline functions and move definitions | Björn Töpel | 1 | -0/+15 |
| 2020-05-21 | xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code | Björn Töpel | 1 | -47/+1 |
| 2020-05-21 | xsk: Introduce AF_XDP buffer allocation API | Björn Töpel | 1 | -93/+54 |
| 2020-05-21 | xsk: Move driver interface to xdp_sock_drv.h | Magnus Karlsson | 1 | -1/+1 |
| 2020-05-04 | xsk: Change two variable names for increased clarity | Magnus Karlsson | 1 | -4/+4 |
| 2020-04-26 | xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit comments | Tobias Klauser | 1 | -2/+2 |
| 2020-04-06 | xsk: Fix out of boundary write in __xsk_rcv_memcpy | Li RongQing | 1 | -2/+3 |
| 2020-02-11 | xsk: Publish global consumer pointers when NAPI is finished | Magnus Karlsson | 1 | -0/+2 |
| 2020-01-22 | xsk, net: Make sock_def_readable() have external linkage | Björn Töpel | 1 | -1/+1 |
| 2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -34/+45 |
| 2019-12-20 | xsk: Add function naming comments and reorder functions | Magnus Karlsson | 1 | -0/+10 |
| 2019-12-20 | xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr | Magnus Karlsson | 1 | -2/+2 |
| 2019-12-20 | xsk: Change names of validation functions | Magnus Karlsson | 1 | -2/+2 |
| 2019-12-20 | xsk: Simplify the consumer ring access functions | Magnus Karlsson | 1 | -12/+12 |
| 2019-12-20 | xsk: Standardize naming of producer ring access functions | Magnus Karlsson | 1 | -10/+10 |
| 2019-12-19 | xsk: Make xskmap flush_list common for all map instances | Björn Töpel | 1 | -8/+9 |
| 2019-12-19 | xsk: Add rcu_read_lock around the XSK wakeup | Maxim Mikityanskiy | 1 | -8/+14 |
| 2019-11-24 | xsk: Fix xsk_poll()'s return type | Luc Van Oostenryck | 1 | -4/+4 |
| 2019-11-02 | xsk: Restructure/inline XSKMAP lookup/redirect/flush | Björn Töpel | 1 | -2/+31 |
| 2019-10-03 | xsk: Fix crash in poll when device does not support ndo_xsk_wakeup | Magnus Karlsson | 1 | -15/+27 |
| 2019-09-24 | mm: introduce page_size() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2019-09-05 | xsk: use state member for socket synchronization | Björn Töpel | 1 | -15/+39 |
| 2019-09-05 | xsk: avoid store-tearing when assigning umem | Björn Töpel | 1 | -2/+2 |
| 2019-09-05 | xsk: avoid store-tearing when assigning queues | Björn Töpel | 1 | -1/+1 |
| 2019-08-31 | xsk: add support to allow unaligned chunk placement | Kevin Laatz | 1 | -18/+76 |
| 2019-08-17 | xsk: remove AF_XDP socket from map when the socket is released | Björn Töpel | 1 | -0/+50 |
| 2019-08-17 | xsk: add support for need_wakeup flag in AF_XDP rings | Magnus Karlsson | 1 | -17/+125 |
| 2019-08-17 | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup | Magnus Karlsson | 1 | -1/+2 |
| 2019-07-12 | xdp: fix potential deadlock on socket mutex | Ilya Maximets | 1 | -0/+2 |
| 2019-07-12 | xdp: fix possible cq entry leak | Ilya Maximets | 1 | -7/+4 |
| 2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -11/+76 |
| 2019-07-09 | xdp: fix race on generic receive path | Ilya Maximets | 1 | -9/+22 |
| 2019-07-03 | xdp: fix hang while unregistering device bound to xdp socket | Ilya Maximets | 1 | -11/+76 |
| 2019-06-27 | xsk: Return the whole xdp_desc from xsk_umem_consume_tx | Maxim Mikityanskiy | 1 | -7/+3 |
| 2019-06-27 | xsk: Add getsockopt XDP_OPTIONS | Maxim Mikityanskiy | 1 | -0/+20 |
| 2019-06-27 | xsk: Add API to check for available entries in FQ | Maxim Mikityanskiy | 1 | -0/+6 |
| 2019-03-08 | xsk: fix to reject invalid flags in xsk_bind | Björn Töpel | 1 | -1/+4 |
| 2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+15 |
| 2019-02-21 | Revert "xsk: simplify AF_XDP socket teardown" | Björn Töpel | 1 | -1/+15 |
| 2019-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
| 2019-02-10 | xsk: add missing smp_rmb() in xsk_mmap | Magnus Karlsson | 1 | -0/+4 |
| 2019-01-25 | xsk: add sock_diag interface for AF_XDP | Björn Töpel | 1 | -5/+1 |
| 2019-01-25 | net: xsk: track AF_XDP sockets on a per-netns list | Björn Töpel | 1 | -0/+30 |