summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)AuthorFilesLines
2022-10-15xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2-4/+5
2022-07-12xsk: Clear page contiguity bit when unmapping poolIvan Malov1-0/+1
2021-12-22Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson1-2/+2
2021-12-22xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson1-2/+2
2021-07-14xsk: Fix broken Tx ring validationMagnus Karlsson1-4/+7
2021-05-19xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo1-4/+3
2021-05-14xsk: Respect device's headroom and tailroom on generic xmit pathAlexander Lobakin1-1/+7
2021-01-27xsk: Clear pool even for inactive queuesMaxim Mikityanskiy1-2/+2
2021-01-17xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2-0/+8
2021-01-17xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2-3/+7
2021-01-12xsk: Fix memory leak for failed bindMagnus Karlsson2-2/+4
2020-12-04xsk: Return error code if force_zc is setZhang Changzhong1-0/+1
2020-12-03xsk: Change the tx writeable conditionXuan Zhuo2-3/+19
2020-12-03xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo1-1/+3
2020-11-25net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel1-7/+1
2020-11-23xsk: Fix incorrect netdev reference countMarek Majtyka1-1/+3
2020-11-20xsk: Fix umem cleanup bug at socket destructMagnus Karlsson4-6/+19
2020-10-29xsk: Fix possible memory leak at socket closeMagnus Karlsson2-3/+7
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-4/+5
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-1/+1
2020-10-09xsk: Introduce padding between ring pointersMagnus Karlsson1-0/+4
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+16
2020-10-05xsk: Remove internal DMA headersBjörn Töpel1-3/+0
2020-09-29xsk: Fix a documentation mistake in xsk_queue.hCiara Loftus1-1/+1
2020-09-28xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson1-0/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-23/+10
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+8
2020-09-17xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson1-1/+16
2020-09-15xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson1-2/+2
2020-09-15xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel1-9/+8
2020-09-03xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson1-0/+1
2020-09-02xsk: Fix null check on error return pathGustavo A. R. Silva1-1/+1
2020-09-02xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson3-12/+0
2020-09-02xsk: Fix possible segfault in xsk umem diagnosticsMagnus Karlsson1-8/+6
2020-08-31xsk: Add shared umem support between devicesMagnus Karlsson1-7/+4
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson2-16/+54
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson2-42/+142
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson2-19/+24
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson4-37/+32
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson6-71/+39
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson4-46/+49
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson6-182/+225
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2-30/+39
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2-24/+26
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau1-1/+8
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+1
2020-07-28xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye1-1/+1
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+4
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-5/+55
2020-07-14xsk: Add xdp statistics to xsk_diagCiara Loftus1-0/+17