summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Disable VLAN filter in promiscuous modeAchiad Shochat2015-10-091-2/+14
* net/mlx5: Fix typo in mlx5_query_port_pvlcJiri Pirko2015-10-091-1/+1
* IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-251-22/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-0/+22
|\
| * mlx5: Fix missing device local_dma_lkeySagi Grimberg2015-08-281-0/+22
* | net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout2015-08-253-6/+6
* | mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller2015-08-171-1/+1
* | net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat2015-08-173-12/+43
* | net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2015-08-172-0/+80
* | net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2015-08-172-22/+17
* | net/mlx5e: HW LRO changes/fixesAchiad Shochat2015-08-173-4/+5
* | net/mlx5e: Support smaller RX/TX ring sizesAchiad Shochat2015-08-171-2/+2
* | net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat2015-08-173-11/+74
* | net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2015-08-172-35/+30
* | net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2015-08-172-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-0/+2
|\ \ | |/
| * net/mlx5_core: Set log_uar_page_sz for non 4K page size architectureCarol L Soto2015-08-071-0/+2
* | net/mlx5_core: Support physical port countersGal Pressman2015-08-063-1/+126
* | net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat2015-08-063-106/+32
* | net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat2015-08-061-2/+2
* | net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat2015-08-063-308/+306
* | net/mlx5e: Light-weight netdev open/stopAchiad Shochat2015-08-063-75/+176
* | net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat2015-08-062-0/+14
* | net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2015-08-062-11/+114
* | net/mlx5e: Unify the RX flowAchiad Shochat2015-08-062-34/+69
* | net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat2015-07-293-50/+60
* | net/mlx5e: Introduce create/destroy RSS indir table access functionsAchiad Shochat2015-07-293-17/+35
* | net/mlx5e: Do not use netdev_err() before the netdev is registeredAchiad Shochat2015-07-291-10/+5
* | net/mlx5e: Avoid redundant de-referenceAchiad Shochat2015-07-291-1/+1
* | net/mlx5e: Remove redundant assignment of sq->user_indexAchiad Shochat2015-07-291-1/+0
* | net/mlx5e: Remove redundant field mlx5e_priv->num_tcAchiad Shochat2015-07-293-18/+14
* | net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQAchiad Shochat2015-07-291-3/+3
* | net/mlx5_core: Check the return value of mlx5_command_exec()Haggai Abramonvsky2015-07-291-1/+6
* | net/mlx5e: Input IPSEC.SPI into the RX RSS hash functionAchiad Shochat2015-07-273-1/+127
* | net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and othersAchiad Shochat2015-07-273-98/+104
* | net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat2015-07-275-18/+76
* | net/mlx5e: Support TX packet copy into WQEAchiad Shochat2015-07-274-1/+77
* | net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed2015-07-275-18/+62
* | net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed2015-07-273-10/+76
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2427-359/+7293
|\
| * net/mlx5e: Prefetch skb data on RXSaeed Mahameed2015-06-241-0/+1
| * net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat2015-06-243-2/+4
| * net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat2015-06-245-7/+3
| * net/mlx5e: Remove extra spacesAchiad Shochat2015-06-241-4/+4
| * net/mlx5e: Avoid TX CQE generation if more xmit packets expectedAchiad Shochat2015-06-241-23/+34
| * net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completionAchiad Shochat2015-06-241-3/+1
| * net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()Achiad Shochat2015-06-241-1/+0
| * net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting themSaeed Mahameed2015-06-241-4/+1
| * net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed2015-06-243-33/+31
| * net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat2015-06-112-1/+16
OpenPOWER on IntegriCloud