aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-2/+2
2008-10-28infiniband: use %p6 for printing message idsHarvey Harrison1-21/+2
2008-10-27mlx4: Setting the correct offset for default mac addressYevgeny Petrilin1-1/+1
2008-10-27mlx4_en: remove duplicated #includeHuang Weiyi1-1/+0
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds24-50/+6148
2008-10-22mlx4_core: Add Ethernet PCI device IDsYevgeny Petrilin1-0/+2
2008-10-22mlx4_en: Add driver for Mellanox ConnectX 10GbE NICYevgeny Petrilin11-0/+5361
2008-10-22mlx4_core: Multiple port type supportYevgeny Petrilin5-6/+239
2008-10-22mlx4_core: Ethernet MAC/VLAN managementYevgeny Petrilin4-1/+307
2008-10-22mlx4_core: Get ethernet MTU and default address from firmwareYevgeny Petrilin3-7/+14
2008-10-22mlx4_core: Support multiple pre-reserved QP regionsYevgeny Petrilin12-28/+126
2008-10-10mlx4_core: Add QP range reservation supportYevgeny Petrilin3-15/+106
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+6
2008-09-24drivers/net/mlx4/alloc.c needs mm.hAndrew Morton1-0/+1
2008-09-15IB/mlx4: Fix up fast register page list formatVladimir Sokolovsky1-2/+0
2008-09-02mlx4_core: Set RAE and init mtt_sz field in FRMR MPT entriesVladimir Sokolovsky1-2/+6
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds17-11/+17
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-25mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein17-11/+17
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-21/+61
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-23mlx4_core: Improve error message when not enough UAR pages are availableRoland Dreier1-0/+7
2008-07-23IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier4-13/+24
2008-07-22mlx4_core: Keep free count for MTT buddy allocatorRoland Dreier2-8/+19
2008-07-22mlx4_code: Add missing FW status return codeJack Morgenstein1-0/+3
2008-07-22mlx4_core: Add module parameter to enable QoS supportJack Morgenstein1-0/+8
2008-07-14mlx4_core: Use MOD_STAT_CFG command to get minimal page sizeVladimir Sokolovsky3-0/+41
2008-07-14IB/mlx4: Add support for blocking multicast loopback packetsRon Livne1-4/+13
2008-05-05mlx4_core: Support creation of FMRs with pages smaller than 4KOren Duer1-1/+1
2008-04-29mlx4_core: Avoid recycling old FMR R_Keys too soonOlaf Kirch1-6/+0
2008-04-29mlx4_core: Add a way to set the "collapsed" CQ flagYevgeny Petrilin1-1/+3
2008-04-25mlx4_core: Add helper to move QP to ready-to-sendYevgeny Petrilin1-0/+31
2008-04-25mlx4_core: Add HW queues allocation helpersYevgeny Petrilin1-0/+46
2008-04-23mlx4_core: CQ resizing should pass a 0 opcode modifier to MODIFY_CQVladimir Sokolovsky1-1/+1
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin3-0/+117
2008-04-16IB/mlx4: Fix incorrect commentEli Cohen1-2/+1
2008-04-16IB/mlx4: Fix race when detaching a QP from a multicast groupEli Cohen1-9/+3
2008-04-16IB/mlx4: Add support for resizing CQsVladimir Sokolovsky1-0/+28
2008-04-16IB/mlx4: Add support for modifying CQ moderation parametersEli Cohen1-7/+37
2008-04-16mlx4_core: Increase max number of QPs to 128KJack Morgenstein1-1/+1
2008-04-16IB/mlx4: Add IPoIB LSO supportEli Cohen3-0/+11
2008-04-16IB/mlx4: Add IPoIB checksum offload supportEli Cohen1-0/+4
2008-04-16mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier4-10/+9
2008-04-16mlx4_core: Move opening brace of function onto a new lineRoland Dreier1-1/+2
2008-02-14mlx4_core: Move table_find from fmr_alloc to fmr_enableJack Morgenstein1-8/+13
2008-02-11mlx4_core: Fix build break (missing include)Olof Johansson1-0/+1
2008-02-06mlx4_core: Clean up struct mlx4_bufRoland Dreier2-22/+22
2008-02-06mlx4_core: For 64-bit systems, vmap() kernel queue buffersJack Morgenstein1-0/+16