summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: remove redundant codeEric Dumazet2013-01-211-4/+0Star
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-3/+1Star
* mlx4_core: Allow choosing flow steering modeJack Morgenstein2012-12-193-16/+49
* mlx4_core: Adjustments to Flow Steering activation logic for SR-IOVJack Morgenstein2012-12-193-25/+62
* mlx4_core: Fix error flow in the flow steering wrapperHadar Hen Zion2012-12-191-1/+1
* mlx4_core: Add QPN enforcement for flow steering rules set by VFsHadar Hen Zion2012-12-191-6/+20
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-1410-25/+105
|\
| * mlx4_core: Fix potential deadlock in mlx4_eq_int()Jack Morgenstein2012-11-292-8/+11
| * mlx4: 64-byte CQE/EQE supportOr Gerlitz2012-11-2610-17/+94
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \
| * | various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-191-1/+1
| |/
* | net/mlx4_en: Add support for destination MAC in steering rulesYan Burman2012-12-121-6/+15
* | net/mlx4_en: Use generic etherdevice.h functions.Yan Burman2012-12-121-4/+2Star
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* | mlx4_core: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* | net/mlx4_en: Set number of rx/tx channels using ethtoolAmir Vadai2012-12-035-14/+93
* | net/mlx4_en: Fix TX moderation info loss after set_ringparam is calledAmir Vadai2012-12-031-29/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-291-1/+1
|\ \
| * | net/mlx4_en: Can set maxrate only for TC0Amir Vadai2012-11-281-1/+1
| |/
* | net: Remove bogus dependencies on INETBen Hutchings2012-11-201-1/+1
* | mlx4_en: Remove remnants of LRO supportBen Hutchings2012-11-203-25/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-114-19/+19
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-272-6/+15
| |\
| | * net/mlx4_core: Unmap UAR also in the case of error flowDotan Barak2012-10-261-4/+14
| | * net/mlx4_en: Don't use vlan tag value as an indication for vlan presenceMoni Shoua2012-10-261-1/+1
| | * net/mlx4_en: Fix double-release-range in tx-ringsJack Morgenstein2012-10-261-1/+0Star
| * | mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() failsDotan Barak2012-10-231-1/+4
| * | mlx4_core: Remove annoying debug messages from SR-IOV flowOr Gerlitz2012-10-232-12/+0Star
| |/
* / mlx4: change TX coalescing defaultsEric Dumazet2012-11-072-2/+2
|/
* mlx4_core: Adjust flow steering attach wrapper so that IB works on SR-IOV VFsJack Morgenstein2012-10-031-0/+2
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-039-193/+1113
|\
| *-. Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier2012-10-029-193/+1113
| |\ \
| | | * mlx4_core: Disable SENSE_PORT for multifunction devicesRoland Dreier2012-10-011-0/+3
| | | * mlx4_core: Clean up enabling of SENSE_PORT for older (ConnectX-1/-2) HCAsRoland Dreier2012-10-012-14/+15
| | | * mlx4_core: Stash PCI ID driver_data in mlx4_priv structureRoland Dreier2012-10-012-13/+22
| | | * mlx4_core: Fix crash on uninitialized priv->cmd.slave_semRoland Dreier2012-10-013-26/+38
| | | * mlx4_core: Trivial cleanups to driver log messagesRoland Dreier2012-10-011-5/+4Star
| | | * mlx4_core: Trivial readability fix: "0X30" -> "0x30"Roland Dreier2012-10-011-1/+1
| | | * mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein2012-10-014-114/+205
| | | * mlx4: Paravirtualize Node Guids for slavesJack Morgenstein2012-10-013-0/+34
| | | * mlx4: Activate SR-IOV mode for IBJack Morgenstein2012-10-011-6/+0Star
| | | * IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein2012-10-013-2/+8
| | | * mlx4_core: INIT/CLOSE port logic for IB ports in SR-IOV modeJack Morgenstein2012-10-012-17/+92
| | | * net/mlx4_core: Adjustments to SET_PORT for IB SR-IOVJack Morgenstein2012-10-011-0/+10
| | | * IB/mlx4: Propagate P_Key and guid change port management events to slavesJack Morgenstein2012-10-011-0/+6
| | | * mlx4: Add alias_guid mechanismJack Morgenstein2012-10-011-2/+4
| | | * mlx4_core: Add IB port-state machine and port mgmt event propagationJack Morgenstein2012-10-012-16/+222
| | | * mlx4: MAD_IFC paravirtualizationJack Morgenstein2012-10-011-0/+162
| | | * mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein2012-10-014-12/+275
| | | * IB/mlx4: Initialize SR-IOV IB support for slaves in master contextJack Morgenstein2012-10-011-0/+3