summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2014-11-16mlx4: use netdev_rss_key_fill() helperEric Dumazet2-6/+9
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2014-11-13net/mlx4_core: Support more than 64 VFsMatan Barak2-1/+28
2014-11-13net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...Matan Barak5-39/+186
2014-11-13net/mlx4_core: Add QUERY_FUNC firmware commandMatan Barak2-0/+67
2014-11-13net/mlx4_core: Refactor mlx4_load_oneMatan Barak1-42/+99
2014-11-13net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanupMatan Barak3-36/+57
2014-11-13net/mlx4_core: Use correct variable type for mlx4_slave_capMatan Barak3-4/+4
2014-11-13net/mlx4_core: Fix wrong reading of reserved_eqsMatan Barak1-1/+1
2014-11-11net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel...Or Gerlitz1-8/+14
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli6-8/+141
2014-11-11net/mlx4_en: Extend usage of napi_gro_fragsShani Michaeli1-54/+54
2014-11-11mlx4: restore conditional call to napi_complete_done()Eric Dumazet1-7/+8
2014-11-10mlx4: use napi_complete_done()Eric Dumazet1-7/+4
2014-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+5
2014-11-07net/mlx5_core: Fix race on driver loadEli Cohen1-2/+2
2014-11-07net/mlx5_core: Fix race in create EQEli Cohen1-4/+3
2014-11-03net/mlx4_core: Add retrieval of CONFIG_DEV parametersMatan Barak4-6/+108
2014-11-03net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pagesIdo Shamay1-3/+4
2014-11-03net/mlx4_en: Remove RX buffers alignment to IP_ALIGNIdo Shamay2-13/+4
2014-11-03net/mlx4_core: Protect port type setting by mutexAmir Vadai1-1/+8
2014-11-03net/mlx4_core: Prevent VF from changing port configurationSaeed Mahameed3-2/+35
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+11
2014-10-31mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz1-0/+4
2014-10-31net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz1-2/+5
2014-10-30mlx4: use napi_schedule_irqoff()Eric Dumazet2-4/+4
2014-10-29net/mlx4_en: Report actual number of rings in indirection tableAmir Vadai1-0/+1
2014-10-29net/mlx4_en: Move spinlocks and work initalizations to beginning of init_netdevEugenia Emantayev1-15/+15
2014-10-29net/mlx4_en: Call napi_synchronize on stop_portIdo Shamay1-2/+1
2014-10-29net/mlx4_en: Cleanups suggested by clang static checkerJack Morgenstein3-11/+4
2014-10-29net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ONSaeed Mahameed2-78/+88
2014-10-29net/mlx4_en: Add support for setting rxvlan offload OFF/ONSaeed Mahameed3-15/+50
2014-10-29net/mlx4_en: Use PTYS register to set ethtool settings (Speed)Saeed Mahameed1-4/+104
2014-10-29net/mlx4_en: Use PTYS register to query ethtool settingsSaeed Mahameed4-16/+338
2014-10-29ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting supportSaeed Mahameed3-10/+26
2014-10-29net/mlx4_core: Add ethernet backplane autoneg device capabilitySaeed Mahameed1-1/+6
2014-10-29net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev capSaeed Mahameed2-2/+125
2014-10-29ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool supportSaeed Mahameed1-0/+83
2014-10-29net/mlx4_core: Introduce mlx4_get_module_info for cable module info readingSaeed Mahameed1-0/+156
2014-10-27net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen1-0/+1
2014-10-27net/mlx5_core: Call synchronize_irq() before freeing EQ bufferEli Cohen1-0/+1
2014-10-10mlx4: fix race accessing page->_countEric Dumazet1-3/+3
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-642/+1006
2014-10-09net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet1-2/+3
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-10-07net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet1-24/+24
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet3-2/+44
2014-10-06net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet1-29/+38
2014-10-06net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet1-0/+1
2014-10-06net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet1-10/+11