summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli2014-11-116-8/+141
* net/mlx4_en: Extend usage of napi_gro_fragsShani Michaeli2014-11-111-54/+54
* mlx4: restore conditional call to napi_complete_done()Eric Dumazet2014-11-111-7/+8
* mlx4: use napi_complete_done()Eric Dumazet2014-11-101-7/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-072-6/+5Star
|\
| * net/mlx5_core: Fix race on driver loadEli Cohen2014-11-061-2/+2
| * net/mlx5_core: Fix race in create EQEli Cohen2014-11-061-4/+3Star
* | net/mlx4_core: Add retrieval of CONFIG_DEV parametersMatan Barak2014-11-034-6/+108
* | net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pagesIdo Shamay2014-11-031-3/+4
* | net/mlx4_en: Remove RX buffers alignment to IP_ALIGNIdo Shamay2014-11-032-13/+4Star
* | net/mlx4_core: Protect port type setting by mutexAmir Vadai2014-11-031-1/+8
* | net/mlx4_core: Prevent VF from changing port configurationSaeed Mahameed2014-11-033-2/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-014-2/+11
|\|
| * mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz2014-10-311-0/+4
| * net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz2014-10-311-2/+5
| * net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-271-0/+1
| * net/mlx5_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-271-0/+1
* | mlx4: use napi_schedule_irqoff()Eric Dumazet2014-10-302-4/+4
* | net/mlx4_en: Report actual number of rings in indirection tableAmir Vadai2014-10-281-0/+1
* | net/mlx4_en: Move spinlocks and work initalizations to beginning of init_netdevEugenia Emantayev2014-10-281-15/+15
* | net/mlx4_en: Call napi_synchronize on stop_portIdo Shamay2014-10-281-2/+1Star
* | net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein2014-10-283-11/+4Star
* | net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ONSaeed Mahameed2014-10-282-78/+88
* | net/mlx4_en: Add support for setting rxvlan offload OFF/ONSaeed Mahameed2014-10-283-15/+50
* | net/mlx4_en: Use PTYS register to set ethtool settings (Speed)Saeed Mahameed2014-10-281-4/+104
* | net/mlx4_en: Use PTYS register to query ethtool settingsSaeed Mahameed2014-10-284-16/+338
* | ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting supportSaeed Mahameed2014-10-283-10/+26
* | net/mlx4_core: Add ethernet backplane autoneg device capabilitySaeed Mahameed2014-10-281-1/+6
* | net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev capSaeed Mahameed2014-10-282-2/+125
* | ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool supportSaeed Mahameed2014-10-281-0/+83
* | net/mlx4_core: Introduce mlx4_get_module_info for cable module info readingSaeed Mahameed2014-10-281-0/+156
|/
* mlx4: fix race accessing page->_countEric Dumazet2014-10-101-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0919-642/+1006
|\
| * net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2014-10-081-2/+3
| * net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet2014-10-071-24/+24
| * net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet2014-10-063-2/+44
| * net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet2014-10-061-29/+38
| * net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet2014-10-061-0/+1
| * net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet2014-10-061-10/+11
| * net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet2014-10-061-24/+34
| * net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet2014-10-061-5/+11
| * net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet2014-10-061-7/+15
| * net/mlx4_en: Use prefetch in tx pathEric Dumazet2014-10-061-0/+9
| * net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet2014-10-062-37/+49
| * net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet2014-10-061-3/+3
| * net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet2014-10-062-8/+12
| * net/mlx4_en: Align tx path structures to cache linesEric Dumazet2014-10-061-40/+46
| * net/mlx4_en: Code cleanups in tx pathEric Dumazet2014-10-062-24/+26
| * mlx4: add a new xmit_more counterEric Dumazet2014-10-054-8/+19
| * net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen2014-10-041-0/+1