summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xsk: Fix umem cleanup bug at socket destructMagnus Karlsson2020-11-204-6/+19
|/
* xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-292-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-123-4/+5
|\
| * bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-1/+1
| * xsk: Introduce padding between ring pointersMagnus Karlsson2020-10-091-0/+4
| * xsk: Remove internal DMA headersBjörn Töpel2020-10-051-3/+0
* | 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 a documentation mistake in xsk_queue.hCiara Loftus2020-09-291-1/+1
* | xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson2020-09-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-235-23/+10
|\ \
| * | xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson2020-09-141-2/+2
| * | xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson2020-09-021-0/+1