summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-30net/mlx5e: RX, Recycle buffer of UMR WQEsTariq Toukan1-2/+9
2018-03-30net/mlx5e: Keep single pre-initialized UMR WQE per RQTariq Toukan1-1/+3
2018-03-30net/mlx5e: Remove page_ref bulking in Striding RQTariq Toukan1-31/+16
2018-03-30net/mlx5e: Support XDP over Striding RQTariq Toukan1-7/+23
2018-03-30net/mlx5e: Refactor RQ XDP_TX indicationTariq Toukan1-5/+3
2018-03-30net/mlx5e: Use linear SKB in Striding RQTariq Toukan1-28/+74
2018-03-30net/mlx5e: Use inline MTTs in UMR WQEsTariq Toukan1-14/+14
2018-03-30net/mlx5e: Do not busy-wait for UMR completion in Striding RQTariq Toukan1-1/+1
2018-03-30net/mlx5e: Code movements in RX UMR WQE postTariq Toukan1-62/+45
2018-03-30net/mlx5e: Save MTU in channels paramsTariq Toukan1-2/+1
2018-03-27net/mlx5e: Use no-offset function in skb header copyTariq Toukan1-3/+2
2018-03-27net/mlx5e: Separate dma base address and offset in dma_sync callTariq Toukan1-4/+2
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+35
2018-02-20net/mlx5e: Fix TCP checksum in LRO buffersGal Pressman1-14/+35
2018-02-15IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen1-5/+6
2018-01-19net/mlx5e: Add likely to the common RX checksum flowGal Pressman1-1/+1
2018-01-09net/mlx5e: IPoIB, Use correct timestamp in child receive flowFeras Daoud1-1/+6
2018-01-08net/mlx5e: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman1-5/+4
2018-01-05xdp/mlx5: setup xdp_rxq_infoJesper Dangaard Brouer1-0/+1
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2017-11-10net/mlx5e: Set page to null in case dma mapping failsInbar Karmy1-7/+5
2017-11-09net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packetsGal Pressman1-3/+14
2017-11-09net/mlx5e: Add VLAN offloads statisticsGal Pressman1-1/+3
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-9/+28
2017-10-14net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker1-1/+19
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud1-8/+9
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-09-28net/mlx5e: Fix calculated checksum offloads countersGal Pressman1-0/+3
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-09-03net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan1-2/+4
2017-09-03net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan1-17/+2
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan1-16/+85
2017-09-03net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan1-5/+5
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan1-4/+4
2017-09-03net/mlx5e: Refactor data-path lro header functionTariq Toukan1-25/+20
2017-09-03net/mlx5e: Early-return on empty completion queuesTariq Toukan1-17/+23
2017-09-03net/mlx5e: NAPI busy-poll when UMR post is in progressTariq Toukan1-5/+4
2017-09-03net/mlx5e: Small enhancements for RX MPWQE allocation and freeTariq Toukan1-12/+6
2017-09-03net/mlx5e: Use memset to init skbs_frags array to zerosTariq Toukan1-1/+1
2017-09-03net/mlx5e: Replace multiplication by stride size with a shiftTariq Toukan1-2/+2
2017-09-03net/mlx5e: Reorganize struct mlx5e_rqTariq Toukan1-7/+6
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-30net/mlx5e: Fix dangling page pointer on DMA mapping errorEran Ben Elisha1-1/+1
2017-08-20net/mlx5e: Place constants on the right side of comparisonsOr Gerlitz1-2/+2
2017-08-07net/mlx5: Add CONFIG_MLX5_ESWITCH KconfigSaeed Mahameed1-0/+2
2017-06-27net/mlx5e: IPSec, Add Innova IPSec offload RX data pathIlan Tayari1-0/+41
2017-06-27net/mlx5: Make get_cqe routine not ethernet-specificIlan Tayari1-2/+2
2017-06-22net/mlx5e: Introduce RX Page-ReuseTariq Toukan1-28/+91
2017-06-22net/mlx5e: Build SKB with exact frag_sizeTariq Toukan1-1/+3
2017-06-19net/mlx5e: IPoIB, Add PTP support to IPoIB device driverFeras Daoud1-0/+4