summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-20net/mlx5e: Fix TCP checksum in LRO buffersGal Pressman1-14/+35
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
2017-06-19net/mlx5e: Use hard_mtu as part of the mlx5e_priv structErez Shitrit1-5/+1
2017-06-19net/mlx5e: IPoIB, Move to a separate directorySaeed Mahameed1-1/+1
2017-05-23net/mlx5e: IPoIB, handle RX packet correctlyErez Shitrit1-1/+7
2017-04-30net/mlx5e: Use prefetchw when a write is to followTariq Toukan1-1/+1
2017-04-30net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed1-1/+3
2017-04-22mlx5: fix warning about missing prototypeStephen Hemminger1-0/+1
2017-04-17net/mlx5e: IPoIB, RX handlerSaeed Mahameed1-0/+78
2017-03-27net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed1-22/+0
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed1-4/+4
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed1-17/+16
2017-03-24net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed1-5/+5
2017-03-24net/mlx5e: Optimize XDP frame xmitSaeed Mahameed1-31/+10
2017-03-24net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed1-7/+11
2017-03-24net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed1-0/+82