summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-18/+24
2012-02-06mlx4: fix DMA mapping leak when allocation failsThadeu Lima de Souza Cascardo1-1/+5
2012-02-06mlx4: allow device removal by fixing dma unmap sizeThadeu Lima de Souza Cascardo3-4/+6
2012-02-06mlx4_core: use correct port for steeringEugenia Emantayev1-6/+6
2012-02-06mlx4_core: use correct flag for unicast_promiscEugenia Emantayev1-2/+2
2012-02-06mlx4_core: fix memory leak at multi_func_cleanupEugenia Emantayev1-5/+5
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-2/+1
2012-02-05mlx4: Fix typo in cmd.cMasanari Iida1-1/+1
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2012-02-01drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2-7/+4
2012-01-23mlx4_core: map async events to arbitrary slave eqsMarcel Apfelbaum4-16/+22
2012-01-23mlx4_core: Fix mtt profile issueMarcel Apfelbaum2-2/+2
2012-01-23mlx4_core: removed function index from vf.Marcel Apfelbaum10-53/+8
2012-01-23mlx4_en: eth statistics modificationEugenia Emantayev4-16/+74
2012-01-23mlx4: VF is not allowed to perform dump statsEugenia Emantayev1-0/+2
2012-01-23mlx4_en: clear all eth statistics when port goes upEugenia Emantayev1-12/+24
2012-01-19mlx4_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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-12-31mlx4_en: nullify cq->vector field when closing completion queueYevgeny Petrilin1-0/+1
2011-12-30mlx4_core: limiting VF port optionsYevgeny Petrilin1-2/+4
2011-12-30mlx4_core: using array index for sense_allowedYevgeny Petrilin1-1/+1
2011-12-27mlx4: 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-20module_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-17mlx4: 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