aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2-7/+4
2012-01-22mlx4_core: map async events to arbitrary slave eqsMarcel Apfelbaum4-16/+22
2012-01-22mlx4_core: Fix mtt profile issueMarcel Apfelbaum2-2/+2
2012-01-22mlx4_core: removed function index from vf.Marcel Apfelbaum10-53/+8
2012-01-22mlx4_en: eth statistics modificationEugenia Emantayev4-16/+74
2012-01-22mlx4: VF is not allowed to perform dump statsEugenia Emantayev1-0/+2
2012-01-22mlx4_en: clear all eth statistics when port goes upEugenia Emantayev1-12/+24
2012-01-18mlx4_en: set number of rx rings used by RSS using ethtoolYevgeny Petrilin4-7/+102
2012-01-03mlx4_core: Elaborating limitation on VF port optionsYevgeny Petrilin1-1/+6
2012-01-03mlx4_core: fix mtt range deallocationMarcel Apfelbaum1-2/+2
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-12-30mlx4_en: nullify cq->vector field when closing completion queueYevgeny Petrilin1-0/+1
2011-12-29mlx4_core: limiting VF port optionsYevgeny Petrilin1-2/+4
2011-12-29mlx4_core: using array index for sense_allowedYevgeny Petrilin1-1/+1
2011-12-26mlx4: Add missing include of linux/slab.hAxel Lin1-0/+1
2011-12-20mlx4_en: FIX: Setting default_qpn before using itYevgeny Petrilin1-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2-2/+2
2011-12-19mlx4: Fixing wrong error codes in communication channelYevgeny Petrilin1-32/+56
2011-12-19mlx4: not using spin_lock_irq when getting vf by resource.Yevgeny Petrilin1-2/+2
2011-12-19mlx4_en: nullify cached multicast address list after cleanupAlexander Guller1-0/+2
2011-12-19mlx4_core: Changing link sensing logicYevgeny Petrilin3-16/+38
2011-12-19mlx4: capability for link sensingYevgeny Petrilin1-2/+8
2011-12-16mlx4: Fix compile error when driver is comiled-inJoerg Roedel1-2/+2
2011-12-13mlx4_en: updated driver version to 2.0Yevgeny Petrilin1-2/+2
2011-12-13mlx4_core: updated driver version to 1.1Yevgeny Petrilin1-2/+2
2011-12-13mlx4_core: Modify driver initialization flow to accommodate SRIOV for EthernetJack Morgenstein5-157/+931
2011-12-13mlx4_core: adjust catas operation for SRIOV modeJack Morgenstein2-3/+10
2011-12-13mlx4_core: mtts resources units changed to offsetMarcel Apfelbaum6-96/+90
2011-12-13mlx4_en: Allow communication between functions on same hostEugenia Emantayev2-11/+24
2011-12-13mlx4: Ethernet port management modificationsEugenia Emantayev8-258/+621
2011-12-13mlx4: Traffic steering management support for SRIOVEugenia Emantayev5-69/+198
2011-12-13mlx4_core: resource tracking for HCA resources used by guestsEli Cohen9-120/+3628
2011-12-13mlx4_core: Add wrapper functions and comm channel and slave event support to EQsJack Morgenstein1-25/+350
2011-12-13mlx4_core: mtt modifications for SRIOVJack Morgenstein2-41/+361
2011-12-13mlx4_core: cq modifications for SRIOVJack Morgenstein1-27/+89
2011-12-13mlx4_core: qp modifications for SRIOVJack Morgenstein1-54/+181
2011-12-13mlx4_core: srq modifications for SRIOVJack Morgenstein1-23/+83
2011-12-13mlx4_core: Added FW commands and their wrappers for supporting SRIOVMarcel Apfelbaum3-0/+335
2011-12-13net/mlx4_core: Implement the master-slave communication channelYevgeny Petrilin1-27/+672
2011-12-13mlx4_core: Reduce number of PD bits to 17Jack Morgenstein2-6/+18
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein13-55/+81
2011-12-13mlx4: Extanding port_mask functionalityJack Morgenstein1-3/+1
2011-12-13mlx4_core: initial header-file changes for SRIOV supportJack Morgenstein3-46/+455
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+5
2011-11-27net/mlx4_en: bug fix for the case of vlan id 0 and UP 0Amir Vadai1-2/+4
2011-11-27net/mlx4_en: adding loopback supportAmir Vadai3-2/+21
2011-11-27net/mlx4_en: fix WOL handlers were always looking at port2 capability bitOren Duer1-2/+18
2011-11-27net/mlx4_en: using non collapsed CQ on TXYevgeny Petrilin2-38/+36
2011-11-27net/mlx4_en: fix sparse warning on a cast which truncates bits from constant valueOr Gerlitz1-1/+1