aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25mlx4_core: Fix max_eqs masking in QUERY_DEV_CAPJack Morgenstein1-1/+1
2007-11-20mlx4_core: Fix state check in mlx4_qp_modify()Jack Morgenstein1-1/+1
2007-11-14mlx4_core: Fix thinko in QP destroy (incorrect bitmap_free)Jack Morgenstein1-1/+1
2007-11-13mlx4_core: Fix possible bad free in mlx4_buf_free()Ali Ayoub1-3/+4
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-3/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-5/+9
2007-10-21mlx4_core: Increase command timeout for INIT_HCA to 10 secondsJack Morgenstein1-1/+1
2007-10-13mlx4_core: Fix infinite loop on device initializationRoland Dreier1-1/+1
2007-10-10mlx4_core: Fix section mismatchesRoland Dreier8-30/+33
2007-10-09mlx4_core: Use mmiowb() to avoid firmware commands getting jumbled upRoland Dreier1-0/+7
2007-10-09mlx4_core: Increase max number of QPs per multicast group to 56Jack Morgenstein1-1/+1
2007-10-09IB/mlx4: Implement FMRsJack Morgenstein1-0/+165
2007-10-09mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein4-43/+64
2007-10-09mlx4_core: Fix meaning of dev->caps.reserved_mttsRoland Dreier1-1/+2
2007-10-09mlx4_core: Reserve the correct number of MTT segmentsRoland Dreier1-1/+1
2007-10-09mlx4_core: Support ICM tables in coherent memoryJack Morgenstein4-49/+112
2007-10-09IB/mlx4: Display misc device information under /sys/class/infiniband/Jack Morgenstein2-9/+2
2007-10-09mlx4_core: Change capability decoding: SRC->XRCRoland Dreier1-1/+1
2007-10-09IB/mlx4: Fix up SRQ limit_watermark endiannessRoland Dreier1-1/+1
2007-10-09mlx4_core: Enable MSI-X by defaultMichael S. Tsirkin1-12/+22
2007-10-09mlx4_core: Don't free special QPs in QP number bitmapRoland Dreier1-1/+2
2007-10-09mlx4_core: Use enum value GO_BIT_TIMEOUT_MSECSDotan Barak1-2/+2
2007-08-13mlx4_core: Wait 1 second after reset before accessing deviceEli Cohen1-0/+3
2007-07-28mlx4_core: Remove kfree() in mlx4_mr_alloc() error flowJack Morgenstein1-12/+3
2007-07-20mlx4_core: Change command token on timeoutRoland Dreier1-2/+1
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 Morgenstein5-72/+129
2007-07-12IB/mlx4: Implement query SRQJack Morgenstein1-0/+30
2007-07-12IB/mlx4: Implement query QPJack Morgenstein1-0/+21
2007-07-09mlx4_core: Get the maximum message size from reported device capabilitiesDotan Barak3-0/+5
2007-07-09mlx4_core: Include linux/mutex.h from mlx4.hMichael S. Tsirkin1-0/+1
2007-07-08drivers/net: fix comparisons of unsigned < 0Bill Nottingham1-2/+1
2007-07-02mlx4_core: Add new Mellanox device IDsJack Morgenstein1-0/+2
2007-06-18IB/mlx4: Handle FW command interface rev 3Roland Dreier3-47/+87
2007-06-18IB/mlx4: Handle new FW requirement for send request prefetchingRoland Dreier1-1/+1
2007-06-07mlx4_core: Don't set MTT address in dMPT entries with PA setJack Morgenstein1-3/+5
2007-06-07mlx4_core: Check firmware command interface revisionRoland Dreier1-2/+23
2007-06-07IB/mthca, mlx4_core: Fix typo in commentRoland Dreier1-1/+1
2007-06-07mlx4_core: Free catastrophic error MSI-X interrupt with correct dev_idRoland Dreier1-1/+3
2007-06-07mlx4_core: Initialize ctx_list and ctx_lock earlierRoland Dreier2-3/+2
2007-06-07mlx4_core: Fix CQ context layoutEli Cohen1-1/+1
2007-05-29IB/mlx4: Fix last allocated object tracking in bitmap allocatorRoland Dreier1-1/+1
2007-05-19mlx4_core: Fix array overrun in dump_dev_cap_flags()Roland Dreier1-1/+1
2007-05-15missing includes in mlx4Al Viro4-0/+4
2007-05-15Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-3/+0
2007-05-13mlx4_core: Remove unused doorbell_lockRoland Dreier2-3/+0
2007-05-11mlx4: don't use deprecated IRQ flagsAndrew Morton1-1/+1
2007-05-08IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier20-0/+6424