summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* xsk: Fix unaligned descriptor validationKal Conley2023-05-111-0/+1
* xsk: Add missing overflow check in xdp_umem_regKal Conley2023-03-301-6/+7
* xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2022-10-262-23/+21
* xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2022-10-122-4/+5
* xsk: Clear page contiguity bit when unmapping poolIvan Malov2022-07-121-0/+1
* xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-291-7/+9
* xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-06-142-4/+25
* xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2022-06-142-10/+3
* i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-06-143-13/+19
* xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski2022-05-091-1/+1
* xsk: Fix race at socket teardownMagnus Karlsson2022-04-081-19/+50
* Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson2021-12-221-2/+2
* xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson2021-12-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-4/+7
|\
| * xsk: Fix broken Tx ring validationMagnus Karlsson2021-06-181-4/+7
* | 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-243-16/+21
* | xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-1/+2
* | xsk: Use kvcalloc to support large umemsMagnus Karlsson2021-05-251-4/+3
|/
* xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo2021-05-041-4/+3
* xsk: Align XDP socket batch size with DPDKLi RongQing2021-04-231-1/+1
* bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-101-1/+0
* bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-101-0/+16
* xsk: Update rings for load-acquire/store-release barriersBjörn Töpel2021-03-081-17/+13
* 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: Fold xp_assign_dev and __xp_assign_devBjörn Töpel2021-01-251-9/+3
* 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-182-0/+8
* xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2020-12-182-3/+7
* xsk: Fix memory leak for failed bindMagnus Karlsson2020-12-172-2/+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-113-4/+23
|\ \ | |/ |/|
| * xsk: Return error code if force_zc is setZhang Changzhong2020-12-041-0/+1
| * xsk: Change the tx writeable conditionXuan Zhuo2020-12-032-3/+19
| * 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-045-56/+201
|\ \ | |/ |/|
| * bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin2020-12-021-10/+2
| * bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin2020-12-021-1/+2
| * 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-012-8/+11
| * 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-273-22/+4
| * xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson2020-11-172-13/+133
| * xsk: Introduce padding between more ring pointersMagnus Karlsson2020-11-171-1/+3
* | net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-11-241-7/+1
* | xsk: Fix incorrect netdev reference countMarek Majtyka2020-11-231-1/+3