summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-301-0/+4
| * net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz2014-10-301-2/+5
| * net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-261-0/+1
| * net/mlx5_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-261-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/+1
* | net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein2014-10-283-11/+4
* | 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-0819-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-044-8/+19
| * net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen2014-10-031-0/+1
| * net/mlx5_core: Identify resources by their typeEli Cohen2014-10-032-22/+47
| * net/mlx5_core: use set/get macros in device capsEli Cohen2014-10-032-76/+91
| * net/mlx5_core: Use hardware registers description header fileEli Cohen2014-10-032-39/+0
| * net/mlx5_core: Update device capabilities handlingEli Cohen2014-10-035-142/+188
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-2/+2
| |\
| * | net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debugJack Morgenstein2014-09-301-2/+12
| * | net/mlx4_core: Protect QUERY_PORT wrapper from untrusted guestsJack Morgenstein2014-09-301-2/+7
| * | net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny2014-09-301-174/+219
| * | net/mlx4_core: Don't disable SRIOV if there are active VFsJack Morgenstein2014-09-301-7/+21
| * | mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet2014-09-281-7/+16
| * | mellanox: Change en_print to return voidJoe Perches2014-09-262-12/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-242-15/+29
| |\ \
OpenPOWER on IntegriCloud