aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-04-11net/mlx4_en: set correct MTU in SRIOVEugenia Emantayev1-1/+3
2013-04-11net/mlx4_core: Translate guest B0 steering rules to DMFSHadar Hen Zion1-22/+63
2013-04-11net/mlx4_core: Add helper function to translate B0 steering rules to DMFSHadar Hen Zion2-22/+33
2013-04-07net/mlx4_en: Advertize DCB_CAP_DCBX_HOST in getdcbxOr Gerlitz1-1/+1
2013-04-07net/mlx4_en: Enable DCB ETS ops only when supported by the firmwareOr Gerlitz4-2/+18
2013-04-07net/mlx4_core: Added proper description for two device capabilitiesOr Gerlitz1-1/+2
2013-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-04-02net/mlx4_en: Fix setting initial MAC addressYan Burman1-2/+2
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-22/+47
2013-03-21net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion1-8/+33
2013-03-21net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion1-1/+1
2013-03-21net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion1-11/+11
2013-03-21net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion1-1/+1
2013-03-21net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer1-1/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+1
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-59/+75
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-3/+2
2013-03-07net/mlx4_en: Disable RFS when running in SRIOV modeAmir Vadai1-3/+5
2013-03-07net/mlx4_en: Cleanup MAC resources on module unload or port stopYan Burman1-16/+20
2013-03-07net/mlx4_en: Fix race when setting the device MAC addressYan Burman2-22/+21
2013-03-07net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein8-18/+18
2013-03-07net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is not enabledJack Morgenstein1-0/+8
2013-03-07net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steeringJack Morgenstein1-0/+3
2013-03-07mlx4: Remove driver specific fdb handlers.Vlad Yasevich1-76/+0
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-11/+10
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-63/+243
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli1-0/+95
2013-02-25mlx4_core: Enable memory windows in {INIT, QUERY}_HCAShani Michaeli4-0/+10
2013-02-25mlx4_core: Disable memory windows for virtual functionsShani Michaeli4-15/+75
2013-02-23mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza1-1/+1
2013-02-23mlx4_en: fix allocation of device tx_cqKleber Sacilotto de Souza1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-21mlx4_core: Propagate MR deregistration failures to callerShani Michaeli2-9/+24
2013-02-21mlx4_core: Rename MPT-related functions to have mpt_ prefixShani Michaeli3-39/+39
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-0/+1
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches3-13/+6
2013-02-07mlx4_en: Fix BQL reset TX queue call pointTom Herbert2-3/+2
2013-02-07net/mlx4_en: Implement ndo fdb functionalityYan Burman1-0/+75
2013-02-07net/mlx4_en: Add unicast MAC filteringYan Burman2-2/+130
2013-02-07net/mlx4_en: Manage hash of MAC addresses per portYan Burman3-38/+79
2013-02-07net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman1-2/+2
2013-02-07net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman2-128/+145
2013-02-07net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman5-205/+222
2013-02-07net/mlx4_en: Cleanup multiline stringsYan Burman1-15/+10
2013-02-07net/mlx4_en: Optimize Rx fast path filter checksYan Burman4-30/+35
2013-02-07net/mlx4_en: Optimize loopback related checks in data pathYan Burman6-21/+65