summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)Author
2019-11-10net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budgetMaxim Mikityanskiy
2019-02-12net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang
2019-01-09net/mlx5e: RX, Fix wrong early return in receive queue pollTariq Toukan
2018-11-04net/mlx5e: fix csum adjustments caused by RXFCSEric Dumazet
2018-06-11net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha
2018-03-08net/mlx5e: Fix TCP checksum in LRO buffersGal Pressman
2017-11-10net/mlx5e: Set page to null in case dma mapping failsInbar Karmy
2017-09-28net/mlx5e: Fix calculated checksum offloads countersGal Pressman
2017-09-03net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan
2017-09-03net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan
2017-09-03net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan
2017-09-03net/mlx5e: Refactor data-path lro header functionTariq Toukan
2017-09-03net/mlx5e: Early-return on empty completion queuesTariq Toukan
2017-09-03net/mlx5e: NAPI busy-poll when UMR post is in progressTariq Toukan
2017-09-03net/mlx5e: Small enhancements for RX MPWQE allocation and freeTariq Toukan
2017-09-03net/mlx5e: Use memset to init skbs_frags array to zerosTariq Toukan
2017-09-03net/mlx5e: Replace multiplication by stride size with a shiftTariq Toukan
2017-09-03net/mlx5e: Reorganize struct mlx5e_rqTariq Toukan
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30net/mlx5e: Fix dangling page pointer on DMA mapping errorEran Ben Elisha
2017-08-20net/mlx5e: Place constants on the right side of comparisonsOr Gerlitz
2017-08-07net/mlx5: Add CONFIG_MLX5_ESWITCH KconfigSaeed Mahameed
2017-06-27net/mlx5e: IPSec, Add Innova IPSec offload RX data pathIlan Tayari
2017-06-27net/mlx5: Make get_cqe routine not ethernet-specificIlan Tayari
2017-06-22net/mlx5e: Introduce RX Page-ReuseTariq Toukan
2017-06-22net/mlx5e: Build SKB with exact frag_sizeTariq Toukan
2017-06-19net/mlx5e: IPoIB, Add PTP support to IPoIB device driverFeras Daoud
2017-06-19net/mlx5e: Use hard_mtu as part of the mlx5e_priv structErez Shitrit
2017-06-19net/mlx5e: IPoIB, Move to a separate directorySaeed Mahameed
2017-05-23net/mlx5e: IPoIB, handle RX packet correctlyErez Shitrit
2017-04-30net/mlx5e: Use prefetchw when a write is to followTariq Toukan
2017-04-30net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed
2017-04-22mlx5: fix warning about missing prototypeStephen Hemminger
2017-04-17net/mlx5e: IPoIB, RX handlerSaeed Mahameed
2017-03-27net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed
2017-03-24net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed
2017-03-24net/mlx5e: Optimize XDP frame xmitSaeed Mahameed
2017-03-24net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed
2017-03-24net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed
2017-03-24net/mlx5e: Xmit, no write combiningSaeed Mahameed
2017-03-22net/mlx5e: Count LRO packets correctlyGal Pressman
2017-02-23net/mlx5e: Fix wrong CQE decompressionTariq Toukan
2017-02-23net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed
2017-02-23net/mlx5e: s390 system compilation fixMohamad Haj Yahia
2017-02-06net/mlx5e: XDP Tx, no inline copy on ConnectX-5Saeed Mahameed
2017-02-06net/mlx5: TX WQE updateSaeed Mahameed