summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion2013-04-241-26/+59
* mlx4_core: Directly expose fields of DMFS HW rule control segmentHadar Hen Zion2013-04-241-7/+7
* mlx4_core: Change a few DMFS fields names to match firmare specHadar Hen Zion2013-04-241-3/+3
* mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion2013-04-243-20/+19
* mlx4_core: Move DMFS HW structs to common header fileHadar Hen Zion2013-04-241-79/+0
* mlx4_core: Reduce warning message for SRQ_LIMIT event to debug levelJack Morgenstein2013-04-241-2/+2
* mlx4_core: Implement SRQ object lookup from srqnShlomo Pongratz2013-04-161-0/+15
* net/mlx4_en: Fix setting initial MAC addressYan Burman2013-04-021-2/+2
* 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
* 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/+21
* 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
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-11/+10
* 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-211-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-131-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-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/+6
* | | | mlx4_en: Fix BQL reset TX queue call pointTom Herbert2013-02-072-3/+2
* | | | net/mlx4_en: Implement ndo fdb functionalityYan Burman2013-02-071-0/+75
* | | | net/mlx4_en: Add unicast MAC filteringYan Burman2013-02-072-2/+130
* | | | net/mlx4_en: Manage hash of MAC addresses per portYan Burman2013-02-073-38/+79
* | | | net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman2013-02-071-2/+2
* | | | net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman2013-02-072-128/+145
* | | | net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman2013-02-075-205/+222
* | | | net/mlx4_en: Cleanup multiline stringsYan Burman2013-02-071-15/+10
* | | | net/mlx4_en: Optimize Rx fast path filter checksYan Burman2013-02-074-30/+35
* | | | net/mlx4_en: Optimize loopback related checks in data pathYan Burman2013-02-076-21/+65
* | | | 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
OpenPOWER on IntegriCloud