summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2013-01-31net/mlx4_en: Fix transmit timeout when driver restarts portAmir Vadai3-8/+14
2013-01-31net/mlx4_en: Don't reassign port mac address on firmware that supports itMatan Barak2-2/+8
2013-01-31net/mlx4_core: Use firmware driven flow steering hash modeHadar Hen Zion4-24/+2
2013-01-31net/mlx4_en: Fix ethtool rules leftovers after module unloadedHadar Hen Zion3-0/+21
2013-01-31net/mlx4_en: Block insertion of ethtool steering rules while the interface is...Hadar Hen Zion1-2/+4
2013-01-31net/mlx4_en: Fix vlan mask for ethtool steering rulesHadar Hen Zion1-4/+9
2013-01-31net/mlx4_en: Validate VLAN IDs provided in ethtool flow steering rulesHadar Hen Zion1-0/+4
2013-01-31net/mlx4_en: Fix ip/udp steering rules multicast mac when attached via ethtoolHadar Hen Zion1-37/+82
2013-01-31net/mlx4_core: Set correctly allow_loopback flagHadar Hen Zion1-1/+1
2013-01-31net/mlx4_core: Directly expose fields of HW flow steering rule control segmentHadar Hen Zion3-4/+7
2013-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+11
2013-01-28net/mlx4_en: Initialize RFS filters lock and list in init_netdevAmir Vadai1-3/+5
2013-01-28net/mlx4_en: Fix a race when closing TX queueAmir Vadai1-1/+15
2013-01-28net/mlx4_core: Return proper error code when __mlx4_add_one failsJack Morgenstein1-2/+5
2013-01-28net/mlx4_en: Use the correct netif lock on ndo_set_rx_modeEugenia Emantayev1-2/+2
2013-01-28net/mlx4_en: Fix traffic loss under promiscuous modeAviad Yehezkel1-9/+26
2013-01-28net/mlx4_en: Issue the dump eth statistics command under lockEugenia Emantayev1-4/+4
2013-01-21net/mlx4_en: remove redundant codeEric Dumazet1-4/+0
2013-01-18net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaultsOr Gerlitz1-9/+2
2013-01-18net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV modeYan Burman1-4/+9
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-3/+1
2012-12-19mlx4_core: Allow choosing flow steering modeJack Morgenstein3-16/+49
2012-12-19mlx4_core: Adjustments to Flow Steering activation logic for SR-IOVJack Morgenstein3-25/+62
2012-12-19mlx4_core: Fix error flow in the flow steering wrapperHadar Hen Zion1-1/+1
2012-12-19mlx4_core: Add QPN enforcement for flow steering rules set by VFsHadar Hen Zion1-6/+20
2012-12-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds10-25/+105
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12net/mlx4_en: Add support for destination MAC in steering rulesYan Burman1-6/+15
2012-12-12net/mlx4_en: Use generic etherdevice.h functions.Yan Burman1-4/+2
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03mlx4_core: remove __dev* attributesBill Pemberton1-3/+3
2012-12-03net/mlx4_en: Set number of rx/tx channels using ethtoolAmir Vadai5-14/+93
2012-12-03net/mlx4_en: Fix TX moderation info loss after set_ringparam is calledAmir Vadai1-29/+30
2012-11-30mlx4_core: Fix potential deadlock in mlx4_eq_int()Jack Morgenstein2-8/+11
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-28net/mlx4_en: Can set maxrate only for TC0Amir Vadai1-1/+1
2012-11-26mlx4: 64-byte CQE/EQE supportOr Gerlitz10-17/+94
2012-11-20net: Remove bogus dependencies on INETBen Hutchings1-1/+1
2012-11-20mlx4_en: Remove remnants of LRO supportBen Hutchings3-25/+4
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-1/+1
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-19/+19
2012-11-08mlx4: change TX coalescing defaultsEric Dumazet2-2/+2
2012-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+15
2012-10-26net/mlx4_core: Unmap UAR also in the case of error flowDotan Barak1-4/+14
2012-10-26net/mlx4_en: Don't use vlan tag value as an indication for vlan presenceMoni Shoua1-1/+1
2012-10-26net/mlx4_en: Fix double-release-range in tx-ringsJack Morgenstein1-1/+0
2012-10-23mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() failsDotan Barak1-1/+4
2012-10-23mlx4_core: Remove annoying debug messages from SR-IOV flowOr Gerlitz2-12/+0
2012-10-04mlx4_core: Adjust flow steering attach wrapper so that IB works on SR-IOV VFsJack Morgenstein1-0/+2
2012-10-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds9-193/+1113