summaryrefslogtreecommitdiff
path: root/net/xdp/xsk.c
Commit message (Expand)AuthorAgeFilesLines
* xsk: allow remap of fill and/or completion ringsNuno Gonçalves2023-03-251-3/+6
* 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-201-7/+2
* | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-4/+0
|/
* xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2022-09-221-2/+2
* xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2022-08-311-11/+11
* xsk: Mark napi_id on sendmsg()Maciej Fijalkowski2022-07-141-1/+4
* xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-141-7/+9
* xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2022-06-081-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-1/+14
|\
| * xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-261-0/+13
| * xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski2022-04-071-1/+1
* | xsk: Diversify return codes in xsk_rcv_check()Maciej Fijalkowski2022-04-151-1/+1
* | xsk: Improve xdp_do_redirect() error codesBjörn Töpel2022-04-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-19/+50
|\
| * xsk: Fix race at socket teardownMagnus Karlsson2022-02-281-19/+50
* | i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-271-7/+6
|/
* 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