summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout2015-08-251-4/+4
* net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat2015-08-181-1/+4
* net/mlx5e: HW LRO changes/fixesAchiad Shochat2015-08-181-2/+1Star
* net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat2015-08-181-1/+6
* net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2015-08-181-33/+27Star
* net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2015-08-181-1/+4
* net/mlx5_core: Support physical port countersGal Pressman2015-08-071-0/+42
* net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat2015-08-071-17/+7Star
* net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat2015-08-071-2/+2
* net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat2015-08-071-304/+302Star
* net/mlx5e: Light-weight netdev open/stopAchiad Shochat2015-08-071-75/+162
* net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2015-08-071-11/+111
* net/mlx5e: Unify the RX flowAchiad Shochat2015-08-071-29/+64
* net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat2015-07-301-30/+21Star
* net/mlx5e: Introduce create/destroy RSS indir table access functionsAchiad Shochat2015-07-301-17/+2Star
* net/mlx5e: Do not use netdev_err() before the netdev is registeredAchiad Shochat2015-07-301-10/+5Star
* net/mlx5e: Avoid redundant de-referenceAchiad Shochat2015-07-301-1/+1
* net/mlx5e: Remove redundant assignment of sq->user_indexAchiad Shochat2015-07-301-1/+0Star
* net/mlx5e: Remove redundant field mlx5e_priv->num_tcAchiad Shochat2015-07-301-14/+11Star
* net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQAchiad Shochat2015-07-301-3/+3
* net/mlx5e: Input IPSEC.SPI into the RX RSS hash functionAchiad Shochat2015-07-271-0/+32
* net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and othersAchiad Shochat2015-07-271-10/+10
* net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat2015-07-271-5/+7
* net/mlx5e: Support TX packet copy into WQEAchiad Shochat2015-07-271-0/+13
* net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed2015-07-271-3/+8
* net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed2015-07-271-10/+36
* net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat2015-06-241-3/+0Star
* net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()Achiad Shochat2015-06-241-1/+0Star
* net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed2015-06-241-14/+27
* net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat2015-06-121-1/+15
* net/mlx5e: Support NETIF_F_SGSaeed Mahameed2015-06-121-22/+4Star
* net/mlx5e: Enforce max flow-tables level >= 3Gal Pressman2015-06-121-1/+4
* net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed2015-06-121-1/+0Star
* net/mlx5e: Add HW cacheline start paddingSaeed Mahameed2015-06-121-1/+4
* net/mlx5e: Fix HW MTU settingsSaeed Mahameed2015-06-121-28/+33
* net/mlx5_core: fix an error codeDan Carpenter2015-06-121-1/+2
* net/mlx5_core: Use port number in the query port mtu helpersMajd Dibbiny2015-06-051-2/+2
* net/mlx5_core: Make the vport helpers available for the IB driver tooMajd Dibbiny2015-06-051-1/+1
* net/mlx5_core: Apply proper name convention to helpersHaggai Abramonvsky2015-06-051-10/+10
* net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai2015-05-311-0/+1899