summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-01net/mlx5e: Handle RQ flush in error casesDaniel Jurgens1-0/+41
2016-06-29net/mlx5e: Reorganize ethtool statisticsGal Pressman1-2/+2
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-10/+10
2016-05-11net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan1-19/+20
2016-05-11net/mlx5e: CQE compressionTariq Toukan1-2/+149
2016-04-26net/mlx5e: Fix checksum handling for non-stripped vlan packetsSaeed Mahameed1-5/+15
2016-04-21net/mlx5e: Add ethtool counter for RX buffer allocation failuresTariq Toukan1-2/+9
2016-04-21net/mlx5e: Delay skb->data accessSaeed Mahameed1-4/+3
2016-04-21net/mlx5e: Use napi_alloc_skb for RX SKB allocationsTariq Toukan1-7/+5
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan1-51/+376
2016-04-21net/mlx5e: Support RX multi-packet WQE (Striding RQ)Tariq Toukan1-10/+143
2016-04-21net/mlx5e: Use function pointers for RX data path handlingTariq Toukan1-35/+39
2016-03-10net/mlx5e: Support offload cls_flower with skbedit mark actionAmir Vadai1-0/+3
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+1
2016-03-02net/mlx5e: Add rx/tx bytes software countersGal Pressman1-0/+1
2016-03-02net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan1-7/+0
2016-02-24net/mlx5e: Move to checksum completeMatthew Finlay1-4/+5
2016-01-05net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha1-0/+9
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-11-18mlx5: support napi_complete_done()Eric Dumazet1-8/+6
2015-11-18mlx5: add busy polling supportEric Dumazet1-0/+2
2015-08-17mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller1-1/+1
2015-08-17net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat1-9/+33
2015-08-17net/mlx5e: HW LRO changes/fixesAchiad Shochat1-1/+3
2015-06-24net/mlx5e: Prefetch skb data on RXSaeed Mahameed1-0/+1
2015-06-24net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat1-0/+2
2015-06-24net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat1-1/+1
2015-06-11net/mlx5e: Add HW cacheline start paddingSaeed Mahameed1-5/+5
2015-05-30net/mlx5: Ethernet Datapath filesAmir Vadai1-0/+249