summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-24net/mlx5e: Set page to null in case dma mapping failsInbar Karmy1-7/+5
2017-08-30net/mlx5e: Fix dangling page pointer on DMA mapping errorEran Ben Elisha1-1/+1
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-25net/mlx5e: Different SQ typesSaeed Mahameed1-17/+16
2017-03-25net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed1-5/+5
2017-03-25net/mlx5e: Optimize XDP frame xmitSaeed Mahameed1-31/+10
2017-03-25net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed1-7/+11
2017-03-25net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed1-0/+82
2017-03-25net/mlx5e: Xmit, no write combiningSaeed Mahameed1-2/+2
2017-03-22net/mlx5e: Count LRO packets correctlyGal Pressman1-0/+4
2017-02-23net/mlx5e: Fix wrong CQE decompressionTariq Toukan1-7/+6
2017-02-23net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed1-0/+1
2017-02-23net/mlx5e: s390 system compilation fixMohamad Haj Yahia1-0/+1
2017-02-06net/mlx5e: XDP Tx, no inline copy on ConnectX-5Saeed Mahameed1-7/+13
2017-02-06net/mlx5: TX WQE updateSaeed Mahameed1-2/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-4/+8
2017-01-24net/mlx5e: CQE compression control code reuseShaker Daibes1-6/+2
2017-01-20net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet1-0/+3
2017-01-18net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau1-18/+29
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia1-3/+3
2016-12-06net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed1-1/+1
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann1-2/+6
2016-11-28net/mlx5e: Add CQE compression user controlShaker Daibes1-2/+2
2016-09-23net/mlx5: E-Switch, Support VLAN actions in the offloads modeOr Gerlitz1-0/+33
2016-09-23net/mlx5e: Refactor retrival of skb from rx completion element (cqe)Or Gerlitz1-13/+28
2016-09-22net/mlx5e: XDP TX xmit moreSaeed Mahameed1-8/+24
2016-09-22net/mlx5e: XDP TX forwarding supportSaeed Mahameed1-19/+91
2016-09-22net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed1-4/+4
2016-09-22net/mlx5e: XDP fast RX drop bpf programs supportRana Shahout1-1/+25
2016-09-22net/mlx5e: Union RQ RX info per RQ typeSaeed Mahameed1-5/+5
2016-09-22net/mlx5e: Build RX SKB on demandSaeed Mahameed1-112/+103
2016-09-17net/mlx5e: Implement RX mapped page cache for page recycleTariq Toukan1-5/+52
2016-09-17net/mlx5e: Introduce API for RX mapped pagesTariq Toukan1-19/+27
2016-09-17net/mlx5e: Single flow order-0 pages for Striding RQTariq Toukan1-241/+51
2016-09-09net/mlx5e: Fix parsing of vlan packets when updating lro headerGal Pressman1-7/+15