summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* mlx4: Fix typo in cmd.cMasanari Iida2012-02-041-1/+1
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+1Star
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-312-7/+4Star
* mlx4_core: map async events to arbitrary slave eqsMarcel Apfelbaum2012-01-224-16/+22
* mlx4_core: Fix mtt profile issueMarcel Apfelbaum2012-01-222-2/+2
* mlx4_core: removed function index from vf.Marcel Apfelbaum2012-01-2210-53/+8Star
* mlx4_en: eth statistics modificationEugenia Emantayev2012-01-224-16/+74
* mlx4: VF is not allowed to perform dump statsEugenia Emantayev2012-01-221-0/+2
* mlx4_en: clear all eth statistics when port goes upEugenia Emantayev2012-01-221-12/+24
* mlx4_en: set number of rx rings used by RSS using ethtoolYevgeny Petrilin2012-01-184-7/+102
* mlx4_core: Elaborating limitation on VF port optionsYevgeny Petrilin2012-01-031-1/+6
* mlx4_core: fix mtt range deallocationMarcel Apfelbaum2012-01-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-031-0/+1
|\
| * mlx4_en: nullify cq->vector field when closing completion queueYevgeny Petrilin2011-12-301-0/+1
* | mlx4_core: limiting VF port optionsYevgeny Petrilin2011-12-291-2/+4
* | mlx4_core: using array index for sense_allowedYevgeny Petrilin2011-12-291-1/+1
* | mlx4: Add missing include of linux/slab.hAxel Lin2011-12-261-0/+1
* | mlx4_en: FIX: Setting default_qpn before using itYevgeny Petrilin2011-12-201-1/+1
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-202-2/+2
* | mlx4: Fixing wrong error codes in communication channelYevgeny Petrilin2011-12-191-32/+56
* | mlx4: not using spin_lock_irq when getting vf by resource.Yevgeny Petrilin2011-12-191-2/+2
* | mlx4_en: nullify cached multicast address list after cleanupAlexander Guller2011-12-191-0/+2
* | mlx4_core: Changing link sensing logicYevgeny Petrilin2011-12-193-16/+38
* | mlx4: capability for link sensingYevgeny Petrilin2011-12-191-2/+8
* | mlx4: Fix compile error when driver is comiled-inJoerg Roedel2011-12-161-2/+2
* | mlx4_en: updated driver version to 2.0Yevgeny Petrilin2011-12-131-2/+2
* | mlx4_core: updated driver version to 1.1Yevgeny Petrilin2011-12-131-2/+2
* | mlx4_core: Modify driver initialization flow to accommodate SRIOV for EthernetJack Morgenstein2011-12-135-157/+931
* | mlx4_core: adjust catas operation for SRIOV modeJack Morgenstein2011-12-132-3/+10
* | mlx4_core: mtts resources units changed to offsetMarcel Apfelbaum2011-12-136-96/+90Star
* | mlx4_en: Allow communication between functions on same hostEugenia Emantayev2011-12-132-11/+24
* | mlx4: Ethernet port management modificationsEugenia Emantayev2011-12-138-258/+621
* | mlx4: Traffic steering management support for SRIOVEugenia Emantayev2011-12-135-69/+198
* | mlx4_core: resource tracking for HCA resources used by guestsEli Cohen2011-12-139-120/+3628
* | mlx4_core: Add wrapper functions and comm channel and slave event support to EQsJack Morgenstein2011-12-131-25/+350
* | mlx4_core: mtt modifications for SRIOVJack Morgenstein2011-12-132-41/+361
* | mlx4_core: cq modifications for SRIOVJack Morgenstein2011-12-131-27/+89
* | mlx4_core: qp modifications for SRIOVJack Morgenstein2011-12-131-54/+181
* | mlx4_core: srq modifications for SRIOVJack Morgenstein2011-12-131-23/+83
* | mlx4_core: Added FW commands and their wrappers for supporting SRIOVMarcel Apfelbaum2011-12-133-0/+335
* | net/mlx4_core: Implement the master-slave communication channelYevgeny Petrilin2011-12-131-27/+672
* | mlx4_core: Reduce number of PD bits to 17Jack Morgenstein2011-12-132-6/+18
* | mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein2011-12-1313-55/+81
* | mlx4: Extanding port_mask functionalityJack Morgenstein2011-12-131-3/+1Star
* | mlx4_core: initial header-file changes for SRIOV supportJack Morgenstein2011-12-133-46/+455
* | net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-091-2/+5
* | net/mlx4_en: bug fix for the case of vlan id 0 and UP 0Amir Vadai2011-11-271-2/+4
* | net/mlx4_en: adding loopback supportAmir Vadai2011-11-273-2/+21
* | net/mlx4_en: fix WOL handlers were always looking at port2 capability bitOren Duer2011-11-271-2/+18
* | net/mlx4_en: using non collapsed CQ on TXYevgeny Petrilin2011-11-272-38/+36Star