summaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-033-1/+47
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-12-013-1/+47
| |\
| | * mlx4_core: Save/restore default port IB capability maskJack Morgenstein2008-11-293-1/+47
* | | mlx4: fix warning in drivers/net/mlx4/mcg.cIngo Molnar2008-11-261-1/+1
* | | mlx4: fix error path in drivers/net/mlx4/en_rx.cIngo Molnar2008-11-261-1/+2
* | | mlx4: convert to net_device_opsStephen Hemminger2008-11-221-15/+19
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-194-28/+27Star
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-173-22/+24
| |\ \ | | |/ | |/|
| | * mlx4_en: Pause parameters per portYevgeny Petrilin2008-11-153-22/+24
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-11-121-6/+3Star
| |\ \ | | |/ | |/|
| | * mlx4_core: Fix unused variable warningRoland Dreier2008-11-041-6/+3Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-121-1/+1
|\| |
| * | mlx4_en: Start port error flow bug fixYevgeny Petrilin2008-11-071-1/+1
* | | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-4/+4
* | | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-312-2/+1Star
|\| |
| * | mlx4: Setting the correct offset for default mac addressYevgeny Petrilin2008-10-271-1/+1
| * | mlx4_en: remove duplicated #includeHuang Weiyi2008-10-271-1/+0Star
| |/
* | net: replace %p6 with %pI6Harvey Harrison2008-10-291-2/+2
* | infiniband: use %p6 for printing message idsHarvey Harrison2008-10-291-21/+2Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-10-2324-50/+6148
|\
| * mlx4_core: Add Ethernet PCI device IDsYevgeny Petrilin2008-10-231-0/+2
| * mlx4_en: Add driver for Mellanox ConnectX 10GbE NICYevgeny Petrilin2008-10-2311-0/+5361
| * mlx4_core: Multiple port type supportYevgeny Petrilin2008-10-235-6/+239
| * mlx4_core: Ethernet MAC/VLAN managementYevgeny Petrilin2008-10-224-1/+307
| * mlx4_core: Get ethernet MTU and default address from firmwareYevgeny Petrilin2008-10-223-7/+14
| * mlx4_core: Support multiple pre-reserved QP regionsYevgeny Petrilin2008-10-2212-28/+126
| * mlx4_core: Add QP range reservation supportYevgeny Petrilin2008-10-103-15/+106
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-4/+6
|\|
| * IB/mlx4: Fix up fast register page list formatVladimir Sokolovsky2008-09-151-2/+0Star
| * mlx4_core: Set RAE and init mtt_sz field in FRMR MPT entriesVladimir Sokolovsky2008-09-021-2/+6
* | drivers/net/mlx4/alloc.c needs mm.hAndrew Morton2008-09-251-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-2717-11/+17
|\
| * mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein2008-07-2517-11/+17
* | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-247-21/+61
|\
| * mlx4_core: Improve error message when not enough UAR pages are availableRoland Dreier2008-07-231-0/+7
| * IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier2008-07-234-13/+24
| * mlx4_core: Keep free count for MTT buddy allocatorRoland Dreier2008-07-222-8/+19
| * mlx4_code: Add missing FW status return codeJack Morgenstein2008-07-221-0/+3
| * mlx4_core: Add module parameter to enable QoS supportJack Morgenstein2008-07-221-0/+8
* | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
|/
* mlx4_core: Use MOD_STAT_CFG command to get minimal page sizeVladimir Sokolovsky2008-07-153-0/+41
* IB/mlx4: Add support for blocking multicast loopback packetsRon Livne2008-07-151-4/+13
* mlx4_core: Support creation of FMRs with pages smaller than 4KOren Duer2008-05-061-1/+1
* mlx4_core: Avoid recycling old FMR R_Keys too soonOlaf Kirch2008-04-291-6/+0Star
* mlx4_core: Add a way to set the "collapsed" CQ flagYevgeny Petrilin2008-04-291-1/+3
* mlx4_core: Add helper to move QP to ready-to-sendYevgeny Petrilin2008-04-251-0/+31
* mlx4_core: Add HW queues allocation helpersYevgeny Petrilin2008-04-251-0/+46
* mlx4_core: CQ resizing should pass a 0 opcode modifier to MODIFY_CQVladimir Sokolovsky2008-04-231-1/+1