summaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4
AgeCommit message (Expand)AuthorLines
2008-05-05mlx4_core: Support creation of FMRs with pages smaller than 4KOren Duer-1/+1
2008-04-29mlx4_core: Avoid recycling old FMR R_Keys too soonOlaf Kirch-6/+0
2008-04-29mlx4_core: Add a way to set the "collapsed" CQ flagYevgeny Petrilin-1/+3
2008-04-25mlx4_core: Add helper to move QP to ready-to-sendYevgeny Petrilin-0/+31
2008-04-25mlx4_core: Add HW queues allocation helpersYevgeny Petrilin-0/+46
2008-04-23mlx4_core: CQ resizing should pass a 0 opcode modifier to MODIFY_CQVladimir Sokolovsky-1/+1
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin-0/+117
2008-04-16IB/mlx4: Fix incorrect commentEli Cohen-2/+1
2008-04-16IB/mlx4: Fix race when detaching a QP from a multicast groupEli Cohen-9/+3
2008-04-16IB/mlx4: Add support for resizing CQsVladimir Sokolovsky-0/+28
2008-04-16IB/mlx4: Add support for modifying CQ moderation parametersEli Cohen-7/+37
2008-04-16mlx4_core: Increase max number of QPs to 128KJack Morgenstein-1/+1
2008-04-16IB/mlx4: Add IPoIB LSO supportEli Cohen-0/+11
2008-04-16IB/mlx4: Add IPoIB checksum offload supportEli Cohen-0/+4
2008-04-16mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier-10/+9
2008-04-16mlx4_core: Move opening brace of function onto a new lineRoland Dreier-1/+2
2008-02-14mlx4_core: Move table_find from fmr_alloc to fmr_enableJack Morgenstein-8/+13
2008-02-11mlx4_core: Fix build break (missing include)Olof Johansson-0/+1
2008-02-06mlx4_core: Clean up struct mlx4_bufRoland Dreier-22/+22
2008-02-06mlx4_core: For 64-bit systems, vmap() kernel queue buffersJack Morgenstein-0/+16
2008-02-04IB: Avoid marking __devinitdata as constRoland Dreier-1/+1
2008-02-04mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()Jack Morgenstein-10/+0
2008-02-04mlx4_core: Fix more section mismatchesRoland Dreier-5/+5
2008-01-25mlx4_core: Fix max_eqs masking in QUERY_DEV_CAPJack Morgenstein-1/+1
2007-11-20mlx4_core: Fix state check in mlx4_qp_modify()Jack Morgenstein-1/+1
2007-11-14mlx4_core: Fix thinko in QP destroy (incorrect bitmap_free)Jack Morgenstein-1/+1
2007-11-13mlx4_core: Fix possible bad free in mlx4_buf_free()Ali Ayoub-3/+4
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe-3/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-5/+9
2007-10-21mlx4_core: Increase command timeout for INIT_HCA to 10 secondsJack Morgenstein-1/+1
2007-10-13mlx4_core: Fix infinite loop on device initializationRoland Dreier-1/+1
2007-10-10mlx4_core: Fix section mismatchesRoland Dreier-30/+33
2007-10-09mlx4_core: Use mmiowb() to avoid firmware commands getting jumbled upRoland Dreier-0/+7
2007-10-09mlx4_core: Increase max number of QPs per multicast group to 56Jack Morgenstein-1/+1
2007-10-09IB/mlx4: Implement FMRsJack Morgenstein-0/+165
2007-10-09mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein-43/+64
2007-10-09mlx4_core: Fix meaning of dev->caps.reserved_mttsRoland Dreier-1/+2
2007-10-09mlx4_core: Reserve the correct number of MTT segmentsRoland Dreier-1/+1
2007-10-09mlx4_core: Support ICM tables in coherent memoryJack Morgenstein-49/+112
2007-10-09IB/mlx4: Display misc device information under /sys/class/infiniband/Jack Morgenstein-9/+2
2007-10-09mlx4_core: Change capability decoding: SRC->XRCRoland Dreier-1/+1
2007-10-09IB/mlx4: Fix up SRQ limit_watermark endiannessRoland Dreier-1/+1
2007-10-09mlx4_core: Enable MSI-X by defaultMichael S. Tsirkin-12/+22
2007-10-09mlx4_core: Don't free special QPs in QP number bitmapRoland Dreier-1/+2
2007-10-09mlx4_core: Use enum value GO_BIT_TIMEOUT_MSECSDotan Barak-2/+2
2007-08-13mlx4_core: Wait 1 second after reset before accessing deviceEli Cohen-0/+3
2007-07-28mlx4_core: Remove kfree() in mlx4_mr_alloc() error flowJack Morgenstein-12/+3
2007-07-20mlx4_core: Change command token on timeoutRoland Dreier-2/+1
2007-07-17IB/mlx4: Increase max outstanding RDMA reads as targetJack Morgenstein-1/+1