summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+4
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* net/mlx4_en: set correct MTU in SRIOVEugenia Emantayev2013-04-111-1/+3
* net/mlx4_core: Translate guest B0 steering rules to DMFSHadar Hen Zion2013-04-111-22/+63
* net/mlx4_core: Add helper function to translate B0 steering rules to DMFSHadar Hen Zion2013-04-112-22/+33
* net/mlx4_en: Advertize DCB_CAP_DCBX_HOST in getdcbxOr Gerlitz2013-04-071-1/+1
* net/mlx4_en: Enable DCB ETS ops only when supported by the firmwareOr Gerlitz2013-04-074-2/+18
* net/mlx4_core: Added proper description for two device capabilitiesOr Gerlitz2013-04-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-031-2/+2
|\
| * net/mlx4_en: Fix setting initial MAC addressYan Burman2013-04-021-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-223-22/+47
|\|
| * net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion2013-03-211-8/+33
| * net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion2013-03-211-1/+1
| * net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion2013-03-211-11/+11
| * net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion2013-03-211-1/+1
| * net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer2013-03-211-1/+1
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-3/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-1212-59/+75
|\|
| * net/mlx4_en: Disable RFS when running in SRIOV modeAmir Vadai2013-03-071-3/+5
| * net/mlx4_en: Cleanup MAC resources on module unload or port stopYan Burman2013-03-071-16/+20
| * net/mlx4_en: Fix race when setting the device MAC addressYan Burman2013-03-072-22/+21Star
| * net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein2013-03-078-18/+18
| * net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is n...Jack Morgenstein2013-03-071-0/+8
| * net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow...Jack Morgenstein2013-03-071-0/+3
* | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-3/+2Star
* | mlx4: Remove driver specific fdb handlers.Vlad Yasevich2013-03-071-76/+0Star
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-11/+10Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-261-2/+2
|\
| * mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza2013-02-231-1/+1
| * mlx4_en: fix allocation of device tx_cqKleber Sacilotto de Souza2013-02-231-1/+1
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-267-63/+243
|\ \
| * | mlx4: Implement memory windows allocation and deallocationShani Michaeli2013-02-251-0/+95
| * | mlx4_core: Enable memory windows in {INIT, QUERY}_HCAShani Michaeli2013-02-254-0/+10
| * | mlx4_core: Disable memory windows for virtual functionsShani Michaeli2013-02-254-15/+75
| * | mlx4_core: Propagate MR deregistration failures to callerShani Michaeli2013-02-212-9/+24
| * | mlx4_core: Rename MPT-related functions to have mpt_ prefixShani Michaeli2013-02-213-39/+39
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2013-01-2918-168/+395
| |\ \
| * | | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | | bridge: Add vlan support to static neighborsVlad Yasevich2013-02-141-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-091-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-081-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | mlx4_core: Fix advertisement of wrong PF context behaviourOr Gerlitz2013-02-051-1/+1
* | | | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-083-13/+6Star
* | | | mlx4_en: Fix BQL reset TX queue call pointTom Herbert2013-02-082-3/+2Star
* | | | net/mlx4_en: Implement ndo fdb functionalityYan Burman2013-02-081-0/+75
* | | | net/mlx4_en: Add unicast MAC filteringYan Burman2013-02-082-2/+130
* | | | net/mlx4_en: Manage hash of MAC addresses per portYan Burman2013-02-083-38/+79
* | | | net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman2013-02-081-2/+2