summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Fix compilation error when CONFIG_INET isn't definedHadar Hen Zion2013-02-041-0/+4
* net/mlx4_en: Fix error propagation for ethtool helper functionHadar Hen Zion2013-02-041-18/+34
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-042-6/+2
* net/mlx4_en: Fix transmit timeout when driver restarts portAmir Vadai2013-01-313-8/+14
* net/mlx4_en: Don't reassign port mac address on firmware that supports itMatan Barak2013-01-312-2/+8
* net/mlx4_core: Use firmware driven flow steering hash modeHadar Hen Zion2013-01-314-24/+2
* net/mlx4_en: Fix ethtool rules leftovers after module unloadedHadar Hen Zion2013-01-313-0/+21
* net/mlx4_en: Block insertion of ethtool steering rules while the interface is...Hadar Hen Zion2013-01-311-2/+4
* net/mlx4_en: Fix vlan mask for ethtool steering rulesHadar Hen Zion2013-01-311-4/+9
* net/mlx4_en: Validate VLAN IDs provided in ethtool flow steering rulesHadar Hen Zion2013-01-311-0/+4
* net/mlx4_en: Fix ip/udp steering rules multicast mac when attached via ethtoolHadar Hen Zion2013-01-311-37/+82
* net/mlx4_core: Set correctly allow_loopback flagHadar Hen Zion2013-01-311-1/+1
* net/mlx4_core: Directly expose fields of HW flow steering rule control segmentHadar Hen Zion2013-01-313-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-292-13/+11
|\
| * net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaultsOr Gerlitz2013-01-181-9/+2
| * net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV modeYan Burman2013-01-181-4/+9
* | net/mlx4_en: Initialize RFS filters lock and list in init_netdevAmir Vadai2013-01-281-3/+5
* | net/mlx4_en: Fix a race when closing TX queueAmir Vadai2013-01-281-1/+15
* | net/mlx4_core: Return proper error code when __mlx4_add_one failsJack Morgenstein2013-01-281-2/+5
* | net/mlx4_en: Use the correct netif lock on ndo_set_rx_modeEugenia Emantayev2013-01-281-2/+2
* | net/mlx4_en: Fix traffic loss under promiscuous modeAviad Yehezkel2013-01-281-9/+26
* | net/mlx4_en: Issue the dump eth statistics command under lockEugenia Emantayev2013-01-281-4/+4
* | net/mlx4_en: remove redundant codeEric Dumazet2013-01-201-4/+0
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-081-3/+1
|/
* 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-1310-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/+2
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* | mlx4_core: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* | net/mlx4_en: Set number of rx/tx channels using ethtoolAmir Vadai2012-12-025-14/+93
* | net/mlx4_en: Fix TX moderation info loss after set_ringparam is calledAmir Vadai2012-12-021-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-191-1/+1
* | mlx4_en: Remove remnants of LRO supportBen Hutchings2012-11-193-25/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-104-19/+19
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-262-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/+0
| * | 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/+0
| |/
OpenPOWER on IntegriCloud