aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha1-2/+4
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman1-2/+2
2018-04-24net/mlx5e: Enable adaptive-TX moderationTal Gilboa1-9/+28
2018-01-10net/dim: use struct net_dim_sample as arg to net_dimAndy Gospodarek1-5/+8
2018-01-10net/mlx5e: Change Mellanox references in DIM codeAndy Gospodarek1-4/+4
2018-01-10net/mlx5e: Remove rq references in mlx5e_rx_amAndy Gospodarek1-1/+4
2017-11-10net/mlx5e: Fix napi poll with zero budgetSaeed Mahameed1-4/+6
2017-09-03net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan1-2/+18
2017-09-03net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan1-9/+1
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan1-63/+1
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan1-2/+2
2017-06-27net/mlx5: Make get_cqe routine not ethernet-specificIlan Tayari1-18/+1
2017-04-30net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Tariq Toukan1-2/+2
2017-04-30net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan1-29/+33
2017-03-27net/mlx5e: CQ and RQ don't need priv pointerSaeed Mahameed1-2/+1
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed1-1/+1
2017-03-24net/mlx5e: Poll XDP TX CQ before RX CQSaeed Mahameed1-3/+3
2017-03-24net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed1-1/+1
2017-03-24net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed1-61/+1
2017-03-24net/mlx5e: Use dma_rmb rather than rmb in CQE fetch routineSaeed Mahameed1-1/+1
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia1-2/+2
2016-09-22net/mlx5e: XDP TX forwarding supportSaeed Mahameed1-1/+64
2016-09-22net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed1-1/+1
2016-09-17net/mlx5e: Single flow order-0 pages for Striding RQTariq Toukan1-1/+1
2016-08-28net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed1-2/+4
2016-06-27net/mlx5e: Support adaptive RX coalescingGil Rockah1-0/+5
2016-04-21net/mlx5e: Remove redundant barrierTariq Toukan1-1/+0
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan1-0/+3
2016-04-21net/mlx5e: Added ICO SQsTariq Toukan1-0/+55
2016-03-13mlx5: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer1-1/+1
2016-03-02net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan1-1/+0
2015-11-18mlx5: support napi_complete_done()Eric Dumazet1-5/+6
2015-06-24net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat1-2/+0
2015-06-24net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat1-1/+1
2015-05-30net/mlx5: Ethernet Datapath filesAmir Vadai1-0/+107