summaryrefslogtreecommitdiff
path: root/drivers/net/mlx4/mr.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() callsRoland Dreier1-4/+10
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-3/+3
2009-05-29net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori1-3/+4
2009-05-28mlx4_core: Add module parameter for number of MTTs per segmentEli Cohen1-3/+3
2008-10-22mlx4_core: Support multiple pre-reserved QP regionsYevgeny Petrilin1-1/+1
2008-09-16IB/mlx4: Fix up fast register page list formatVladimir Sokolovsky1-2/+0
2008-09-03mlx4_core: Set RAE and init mtt_sz field in FRMR MPT entriesVladimir Sokolovsky1-2/+6
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-5/+18
2008-07-23mlx4_core: Keep free count for MTT buddy allocatorRoland Dreier1-8/+18
2008-05-06mlx4_core: Support creation of FMRs with pages smaller than 4KOren Duer1-1/+1
2008-04-30mlx4_core: Avoid recycling old FMR R_Keys too soonOlaf Kirch1-6/+0
2008-02-14mlx4_core: Move table_find from fmr_alloc to fmr_enableJack Morgenstein1-8/+13
2008-02-07mlx4_core: Clean up struct mlx4_bufRoland Dreier1-2/+2
2008-02-05mlx4_core: Fix more section mismatchesRoland Dreier1-1/+1
2007-10-11mlx4_core: Fix section mismatchesRoland Dreier1-1/+1
2007-10-10IB/mlx4: Implement FMRsJack Morgenstein1-0/+165
2007-10-10mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein1-37/+36
2007-10-10mlx4_core: Reserve the correct number of MTT segmentsRoland Dreier1-1/+1
2007-07-28mlx4_core: Remove kfree() in mlx4_mr_alloc() error flowJack Morgenstein1-12/+3
2007-06-08mlx4_core: Don't set MTT address in dMPT entries with PA setJack Morgenstein1-3/+5
2007-05-09IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier1-0/+479