summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
Commit message (Expand)AuthorAgeFilesLines
...
* net/mlx5e: Keep single pre-initialized UMR WQE per RQTariq Toukan2018-03-311-1/+3
* net/mlx5e: Remove page_ref bulking in Striding RQTariq Toukan2018-03-311-31/+16Star
* net/mlx5e: Support XDP over Striding RQTariq Toukan2018-03-311-7/+23
* net/mlx5e: Refactor RQ XDP_TX indicationTariq Toukan2018-03-311-5/+3Star
* net/mlx5e: Use linear SKB in Striding RQTariq Toukan2018-03-311-28/+74
* net/mlx5e: Use inline MTTs in UMR WQEsTariq Toukan2018-03-311-14/+14
* net/mlx5e: Do not busy-wait for UMR completion in Striding RQTariq Toukan2018-03-311-1/+1
* net/mlx5e: Code movements in RX UMR WQE postTariq Toukan2018-03-311-62/+45Star
* net/mlx5e: Save MTU in channels paramsTariq Toukan2018-03-311-2/+1Star
* net/mlx5e: Use no-offset function in skb header copyTariq Toukan2018-03-281-3/+2Star
* net/mlx5e: Separate dma base address and offset in dma_sync callTariq Toukan2018-03-281-4/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-14/+35
|\
| * net/mlx5e: Fix TCP checksum in LRO buffersGal Pressman2018-02-201-14/+35
* | IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-151-5/+6
|/
* net/mlx5e: Add likely to the common RX checksum flowGal Pressman2018-01-191-1/+1
* net/mlx5e: IPoIB, Use correct timestamp in child receive flowFeras Daoud2018-01-091-1/+6
* net/mlx5e: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman2018-01-091-5/+4Star
* xdp/mlx5: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-121-7/+5Star
|\
| * net/mlx5e: Set page to null in case dma mapping failsInbar Karmy2017-11-101-7/+5Star
* | net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packetsGal Pressman2017-11-091-3/+14
* | net/mlx5e: Add VLAN offloads statisticsGal Pressman2017-11-091-1/+3
* | Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-10-161-9/+28
|\ \
| * | net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker2017-10-141-1/+19
| * | net/mlx5: PTP code migration to driver core sectionFeras Daoud2017-10-141-8/+9
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-061-0/+3
|\|
| * net/mlx5e: Fix calculated checksum offloads countersGal Pressman2017-09-281-0/+3
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
|/
* net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan2017-09-031-2/+4
* net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan2017-09-031-17/+2Star
* net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan2017-09-031-16/+85
* net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan2017-09-031-5/+5
* net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan2017-09-031-4/+4
* net/mlx5e: Refactor data-path lro header functionTariq Toukan2017-09-031-25/+20Star
* net/mlx5e: Early-return on empty completion queuesTariq Toukan2017-09-031-17/+23
* net/mlx5e: NAPI busy-poll when UMR post is in progressTariq Toukan2017-09-031-5/+4Star
* net/mlx5e: Small enhancements for RX MPWQE allocation and freeTariq Toukan2017-09-031-12/+6Star
* net/mlx5e: Use memset to init skbs_frags array to zerosTariq Toukan2017-09-031-1/+1
* net/mlx5e: Replace multiplication by stride size with a shiftTariq Toukan2017-09-031-2/+2
* net/mlx5e: Reorganize struct mlx5e_rqTariq Toukan2017-09-031-7/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-1/+1
|\
| * net/mlx5e: Fix dangling page pointer on DMA mapping errorEran Ben Elisha2017-08-301-1/+1
* | net/mlx5e: Place constants on the right side of comparisonsOr Gerlitz2017-08-201-2/+2
* | net/mlx5: Add CONFIG_MLX5_ESWITCH KconfigSaeed Mahameed2017-08-071-0/+2
|/
* net/mlx5e: IPSec, Add Innova IPSec offload RX data pathIlan Tayari2017-06-271-0/+41
* net/mlx5: Make get_cqe routine not ethernet-specificIlan Tayari2017-06-271-2/+2
* net/mlx5e: Introduce RX Page-ReuseTariq Toukan2017-06-221-28/+91
* net/mlx5e: Build SKB with exact frag_sizeTariq Toukan2017-06-221-1/+3
* net/mlx5e: IPoIB, Add PTP support to IPoIB device driverFeras Daoud2017-06-191-0/+4
* net/mlx5e: Use hard_mtu as part of the mlx5e_priv structErez Shitrit2017-06-191-5/+1Star