summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2016-04-29net/mlx5e: Enabling aRFS mechanismMaor Gottlieb4-2/+127
2016-04-29net/mlx5e: Add accelerated RFS supportMaor Gottlieb2-1/+436
2016-04-29net/mlx5e: Create aRFS flow tablesMaor Gottlieb6-14/+313
2016-04-29net/mlx5: Initializing CPU reverse mappingMaor Gottlieb2-0/+21
2016-04-29net/mlx5e: Split the main flow steering tableMaor Gottlieb4-563/+462
2016-04-29net/mlx5e: Refactor mlx5e flow steering structsMaor Gottlieb5-154/+160
2016-04-29net/mlx5: Support different attributes for priorities in namespaceMaor Gottlieb1-12/+19
2016-04-29net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb4-37/+64
2016-04-29net/mlx5: Set number of allowed levels in priorityMaor Gottlieb2-30/+33
2016-04-29net/mlx5: Introduce modify flow rule destinationMaor Gottlieb1-2/+2
2016-04-29net/mlx5e: Direct TIR per RQTariq Toukan4-138/+191
2016-04-29net/mlx5e: Call vxlan_get_rx_port() with rtnl lockMatthew Finlay1-1/+4
2016-04-28net/mlx5e: avoid stack overflow in mlx5e_open_channelsArnd Bergmann1-8/+10
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-61/+150
2016-04-26net/mlx5e: Fix checksum handling for non-stripped vlan packetsSaeed Mahameed3-7/+22
2016-04-26net/mlx5e: Add ethtool support for rxvlan-offload (vlan stripping)Gal Pressman2-3/+74
2016-04-26net/mlx5e: Add ethtool support for dump module EEPROMGal Pressman2-0/+156
2016-04-26net/mlx5e: Add ethtool support for interface identify (LED blinking)Gal Pressman2-0/+38
2016-04-26net/mlx5e: Add support for RXALL netdev featureEran Ben Elisha2-0/+69
2016-04-26net/mlx5e: Improve set features ndo resiliencyGal Pressman1-28/+82
2016-04-26net/mlx5e: Add link down events counterGal Pressman2-1/+14
2016-04-26net/mlx5e: Add per priority group to PPort countersGal Pressman4-4/+93
2016-04-26net/mlx5e: Rename VPort countersGal Pressman1-16/+19
2016-04-26net/mlx5e: Statistics handling refactoringGal Pressman4-440/+482
2016-04-26net/mlx5e: Report additional error statistics in get stats ndoGal Pressman1-6/+33
2016-04-26net/mlx4_en: fix spurious timestamping callbacksEric Dumazet1-2/+4
2016-04-24net/mlx5: Add pci shutdown callbackMajd Dibbiny2-6/+32
2016-04-24net/mlx5_core: Remove static from local variableEli Cohen1-1/+1
2016-04-24net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed2-9/+75
2016-04-24net/mlx5e: Fix minimum MTUSaeed Mahameed1-3/+8
2016-04-24net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed2-7/+7
2016-04-24net/mlx5_core: Add ConnectX-5 to list of supported devicesMajd Dibbiny1-0/+2
2016-04-24net/mlx5e: Fix MLX5E_100BASE_T defineRana Shahout2-5/+5
2016-04-24net/mlx5_core: Fix soft lockup in steering error flowMaor Gottlieb1-29/+17
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-25/+89
2016-04-21mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-21net/mlx5e: Add ethtool counter for RX buffer allocation failuresTariq Toukan3-4/+17
2016-04-21net/mlx5e: Delay skb->data accessSaeed Mahameed1-4/+3
2016-04-21net/mlx5e: Remove redundant barrierTariq Toukan1-1/+0
2016-04-21net/mlx5e: Use napi_alloc_skb for RX SKB allocationsTariq Toukan3-10/+7
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan5-68/+514
2016-04-21net/mlx5e: Added ICO SQsTariq Toukan4-25/+174
2016-04-21net/mlx5e: Support RX multi-packet WQE (Striding RQ)Tariq Toukan4-43/+311
2016-04-21net/mlx5e: Use function pointers for RX data path handlingTariq Toukan3-47/+62
2016-04-21net/mlx5e: Use only close NUMA node for default RSSTariq Toukan3-4/+16
2016-04-21net/mlx5e: Allocate set of queue counters per netdevRana Shahout3-2/+62
2016-04-21net/mlx5: Introduce device queue countersTariq Toukan1-0/+68
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha4-3/+10
2016-04-21net/mlx4_core: Don't allow to VF change global pause settingsEugenia Emantayev2-0/+15
2016-04-21net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens1-5/+34