aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-12net/mlx5: Use flow steering infrastructure for mlx5_enMaor Gottlieb1-1/+1
2015-12-12net/mlx5e: Assign random MAC address if neededSaeed Mahameed1-0/+5
2015-12-03net/mlx5e: Add support for SR-IOV ndosSaeed Mahameed1-1/+83
2015-12-03net/mlx5: Introduce access functions to modify/query vport stateSaeed Mahameed1-1/+1
2015-12-03net/mlx5: Update access functions to Query/Modify vport MAC addressSaeed Mahameed1-1/+1
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-11-18mlx5: add busy polling supportEric Dumazet1-0/+6
2015-11-15net/mlx5e: Max mtu comparison fixDoron Tsur1-0/+2
2015-11-15net/mlx5e: Added self loopback preventionTariq Toukan1-0/+48
2015-11-03net/mlx5e: Re-eanble client vlan TX accelerationAchiad Shochat1-0/+1
2015-11-03net/mlx5e: Return error in case mlx5e_set_features() failsAchiad Shochat1-1/+1
2015-11-03net/mlx5e: Don't allow more than max supported channelsAchiad Shochat1-2/+1
2015-11-03net/mlx5e: Wait for RX buffers initialization in a more proper mannerAchiad Shochat1-2/+2
2015-11-03net/mlx5e: Avoid NULL pointer access in case of configuration failureAchiad Shochat1-0/+6
2015-09-28net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat1-2/+6
2015-08-25net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout1-4/+4
2015-08-17net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat1-1/+4
2015-08-17net/mlx5e: HW LRO changes/fixesAchiad Shochat1-2/+1
2015-08-17net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat1-1/+6
2015-08-17net/mlx5e: Make RSS indirection table size a constantAchiad Shochat1-33/+27
2015-08-17net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat1-1/+4
2015-08-06net/mlx5_core: Support physical port countersGal Pressman1-0/+42
2015-08-06net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat1-17/+7
2015-08-06net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat1-2/+2
2015-08-06net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat1-304/+302
2015-08-06net/mlx5e: Light-weight netdev open/stopAchiad Shochat1-75/+162
2015-08-06net/mlx5e: Introduce the "Drop RQ"Achiad Shochat1-11/+111
2015-08-06net/mlx5e: Unify the RX flowAchiad Shochat1-29/+64
2015-07-29net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat1-30/+21
2015-07-29net/mlx5e: Introduce create/destroy RSS indir table access functionsAchiad Shochat1-17/+2
2015-07-29net/mlx5e: Do not use netdev_err() before the netdev is registeredAchiad Shochat1-10/+5
2015-07-29net/mlx5e: Avoid redundant de-referenceAchiad Shochat1-1/+1
2015-07-29net/mlx5e: Remove redundant assignment of sq->user_indexAchiad Shochat1-1/+0
2015-07-29net/mlx5e: Remove redundant field mlx5e_priv->num_tcAchiad Shochat1-14/+11
2015-07-29net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQAchiad Shochat1-3/+3
2015-07-27net/mlx5e: Input IPSEC.SPI into the RX RSS hash functionAchiad Shochat1-0/+32
2015-07-27net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and othersAchiad Shochat1-10/+10
2015-07-27net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat1-5/+7
2015-07-27net/mlx5e: Support TX packet copy into WQEAchiad Shochat1-0/+13
2015-07-27net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed1-3/+8
2015-07-27net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed1-10/+36
2015-06-24net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat1-3/+0
2015-06-24net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()Achiad Shochat1-1/+0
2015-06-24net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed1-14/+27
2015-06-11net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat1-1/+15
2015-06-11net/mlx5e: Support NETIF_F_SGSaeed Mahameed1-22/+4
2015-06-11net/mlx5e: Enforce max flow-tables level >= 3Gal Pressman1-1/+4
2015-06-11net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed1-1/+0
2015-06-11net/mlx5e: Add HW cacheline start paddingSaeed Mahameed1-1/+4
2015-06-11net/mlx5e: Fix HW MTU settingsSaeed Mahameed1-28/+33