summaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-2/+2
|\
| * Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson2021-12-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-2/+2
|\|
| * xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson2021-12-141-2/+2
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-4/+0
|/
* xsk: Optimize for aligned caseMagnus Karlsson2021-09-281-15/+0
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-241-2/+2
* xsk: Align XDP socket batch size with DPDKLi RongQing2021-04-231-1/+1
* xsk: Build skb by page (aka generic zerocopy xmit)Xuan Zhuo2021-02-251-24/+96
* xsk: Respect device's headroom and tailroom on generic xmit pathAlexander Lobakin2021-02-251-1/+7
* xsk: Remove explicit_free parameter from __xsk_rcv()Björn Töpel2021-01-251-16/+31
* xsk: Clear pool even for inactive queuesMaxim Mikityanskiy2021-01-191-2/+2
* xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2020-12-181-0/+3
* xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2020-12-181-3/+6
* xsk: Fix memory leak for failed bindMagnus Karlsson2020-12-171-0/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-141-2/+2
|\
| * xsk: Validate socket state in xsk_recvmsg, prior touching socket membersBjörn Töpel2020-12-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-4/+16
|\ \ | |/ |/|
| * xsk: Change the tx writeable conditionXuan Zhuo2020-12-031-3/+13
| * xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo2020-12-031-1/+3
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-4/+110
|\ \ | |/ |/|
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-0/+1
| * xsk: Add busy-poll support for {recv,send}msg()Björn Töpel2020-12-011-0/+24
| * xsk: Check need wakeup flag in sendmsg()Björn Töpel2020-12-011-1/+5
| * xsk: Add support for recvmsg()Björn Töpel2020-12-011-1/+21
| * xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun2020-11-271-2/+2
| * xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson2020-11-171-0/+57
* | net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-11-241-7/+1
* | xsk: Fix umem cleanup bug at socket destructMagnus Karlsson2020-11-201-1/+1
|/
* xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-291-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+16
|\
| * xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson2020-09-161-1/+16
* | xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson2020-09-281-0/+1
* | xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson2020-09-021-0/+1
* | xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson2020-09-021-6/+0
* | xsk: Add shared umem support between devicesMagnus Karlsson2020-08-311-7/+4
* | xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-311-14/+30
* | xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-311-9/+6
* | xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-311-21/+13
* | xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-311-21/+27
* | xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-311-10/+64
* | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-311-18/+27
|/
* xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye2020-07-281-1/+1
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-4/+4
* xsk: Add new statisticsCiara Loftus2020-07-131-5/+31
* xdp: Fix xsk_generic_xmit errnoLi RongQing2020-06-111-3/+1
* xsk: Explicitly inline functions and move definitionsBjörn Töpel2020-05-211-0/+15
* xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-211-47/+1
* xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-211-93/+54