aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19sysfs: fix sysfs lockdep warning in mlx4 codeGreg Kroah-Hartman1-0/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-06mlx4_core: Fix cleanup in __mlx4_init_one() error pathEli Cohen1-1/+1
2009-10-14mlx4_core: Add a new supported 40 GigE device IDEli Cohen1-0/+1
2009-10-07mlx4_core: Add 40GigE device IDYevgeny Petrilin1-0/+1
2009-09-05mlx4_core: Avoid double free_icmsYevgeny Petrilin1-1/+1
2009-09-05mlx4_core: Allocate and map sufficient ICM memory for EQ contextRoland Dreier1-3/+6
2009-09-05mlx4_core: Use pci_request_regions()Roland Dreier1-18/+8
2009-07-06mlx4_core: Add new ConnectX EN PCI ID 0x6764Yevgeny Petrilin1-0/+1
2009-07-06mlx4_core: Handle multi-physical function devicesYevgeny Petrilin1-1/+4
2009-05-27mlx4_core: Add module parameter for number of MTTs per segmentEli Cohen1-2/+12
2009-04-21mlx4_core: Fix memory leak in mlx4_enable_msi_x()Nicolas Morey-Chaisemartin1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-18mlx4_core: Add link type autosensingYevgeny Petrilin1-27/+77
2009-02-27mlx4_core: Add device IDs for MT25458 10GigE devicesJack Morgenstein1-0/+2
2009-01-09mlx4_core: Fix warning from min()Roland Dreier1-2/+2
2008-12-22mlx4_core: Add support for multiple completion event vectorsYevgeny Petrilin1-14/+39
2008-11-28mlx4_core: Save/restore default port IB capability maskJack Morgenstein1-0/+8
2008-10-22mlx4_core: Add Ethernet PCI device IDsYevgeny Petrilin1-0/+2
2008-10-22mlx4_core: Multiple port type supportYevgeny Petrilin1-6/+205
2008-10-22mlx4_core: Ethernet MAC/VLAN managementYevgeny Petrilin1-0/+14
2008-10-22mlx4_core: Get ethernet MTU and default address from firmwareYevgeny Petrilin1-1/+3
2008-10-22mlx4_core: Support multiple pre-reserved QP regionsYevgeny Petrilin1-6/+56
2008-07-25mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein1-1/+1
2008-07-23IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier1-0/+2
2008-07-14mlx4_core: Use MOD_STAT_CFG command to get minimal page sizeVladimir Sokolovsky1-0/+7
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin1-0/+3
2008-04-16IB/mlx4: Fix incorrect commentEli Cohen1-2/+1
2008-04-16mlx4_core: Increase max number of QPs to 128KJack Morgenstein1-1/+1
2008-04-16IB/mlx4: Add IPoIB LSO supportEli Cohen1-0/+1
2008-02-04IB: Avoid marking __devinitdata as constRoland Dreier1-1/+1
2008-02-04mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()Jack Morgenstein1-1/+0
2008-02-04mlx4_core: Fix more section mismatchesRoland Dreier1-4/+4
2007-10-13mlx4_core: Fix infinite loop on device initializationRoland Dreier1-1/+1
2007-10-10mlx4_core: Fix section mismatchesRoland Dreier1-17/+21
2007-10-09mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein1-0/+11
2007-10-09mlx4_core: Fix meaning of dev->caps.reserved_mttsRoland Dreier1-1/+2
2007-10-09mlx4_core: Support ICM tables in coherent memoryJack Morgenstein1-20/+20
2007-10-09IB/mlx4: Display misc device information under /sys/class/infiniband/Jack Morgenstein1-2/+2
2007-10-09mlx4_core: Enable MSI-X by defaultMichael S. Tsirkin1-12/+22
2007-07-17IB/mlx4: Increase max outstanding RDMA reads as targetJack Morgenstein1-1/+1
2007-07-17mlx4_core: Reset device when internal error is detectedJack Morgenstein1-11/+13
2007-07-09mlx4_core: Get the maximum message size from reported device capabilitiesDotan Barak1-0/+1
2007-07-02mlx4_core: Add new Mellanox device IDsJack Morgenstein1-0/+2
2007-06-18IB/mlx4: Handle FW command interface rev 3Roland Dreier1-5/+9
2007-06-07mlx4_core: Initialize ctx_list and ctx_lock earlierRoland Dreier1-0/+2
2007-05-13mlx4_core: Remove unused doorbell_lockRoland Dreier1-2/+0