summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
OpenPOWER on IntegriCloud