aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-13IB: convert from semaphores to mutexesIngo Molnar11-144/+145
2006-01-12IB/mthca: Initialize grh_present before using itMichael S. Tsirkin3-5/+8
2006-01-12IB/mthca: Cosmetic: use the ALIGN macroMichael S. Tsirkin1-2/+3
2006-01-12IB/mthca: Fix memory leaks in error handlingJack Morgenstein1-3/+7
2006-01-12IB/mthca: Fix memory leak of multicast group structuresIshai Rabinovitz1-1/+1
2006-01-12IPoIB: Fix memory leak of multicast group structuresEli Cohen2-65/+9
2006-01-11IPoIB: Take dev->xmit_lock around mc_list accessesMichael S. Tsirkin1-2/+5
2006-01-10IPoIB: Fix address handle refcounting for multicast groupsEli Cohen1-6/+7
2006-01-10IPoIB: Fix error path in ipoib_mcast_dev_flush()Eli Cohen1-3/+5
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty5-63/+53
2006-01-09IB/mthca: Factor common MAD initialization codeRoland Dreier1-30/+22
2006-01-09IB/mthca: kzalloc conversionsRoland Dreier1-8/+4
2006-01-09IB/mthca: prevent event queue overrunMichael S. Tsirkin1-13/+15
2006-01-09IB/mthca: fix page shift calculation in mthca_reg_phys_mr()Michael S. Tsirkin1-11/+7
2006-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds12-163/+250
2006-01-08[PATCH] fix more missing includesTim Schmielau2-0/+2
2006-01-06IB: Set GIDs correctly in ib_create_ah_from_wc()Ralph Campbell1-2/+2
2006-01-06IB/uverbs: Release event file reference on ib_uverbs_create_cq() errorJack Morgenstein1-3/+10
2006-01-06IB/uverbs: set ah_flags when creating address handleRalph Campbell1-0/+1
2006-01-06IB/uverbs: Fix reference counting on error pathsJack Morgenstein1-0/+7
2006-01-06IB/mthca: Add support for automatic path migration (APM)Dotan Barak1-20/+37
2006-01-06IB/mthca: Fill in vendor_err field in completion with errorMichael S. Tsirkin1-5/+7
2006-01-06IB/mthca: multiple fixes for multicast group handlingJack Morgenstein1-19/+35
2006-01-06IB/mthca: fix for RTR-to-RTS transition in modify QPJack Morgenstein1-2/+0
2006-01-06IB/mthca: fix for SQEr-to-RTS transition in modify QPJack Morgenstein1-3/+2
2006-01-06IB/mthca: max_inline_data handling tweaksJack Morgenstein1-26/+36
2006-01-05IB/mthca: create_eq with size not a power of 2Michael S. Tsirkin1-2/+2
2006-01-05IB/mthca: check port validity in modify_qpJack Morgenstein1-0/+6
2006-01-05IB/mthca: check return value in mthca_dev_lim callJack Morgenstein1-0/+4
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-8/+8
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-8/+8
2006-01-04IB/mthca: fix WQE size calculation in create-srqJack Morgenstein1-1/+1
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2-0/+4
2005-12-15IB/mthca: Fix corner cases in max_rd_atomic value handling in modify QPJack Morgenstein1-4/+6
2005-12-15IB/mthca: Fix IB_QP_ACCESS_FLAGS handling.Jack Morgenstein1-50/+37
2005-12-15IB/mthca: Fix SRQ cleanup during QP destroyJack Morgenstein1-1/+10
2005-12-15IB/mthca: Fix thinko in mthca_table_find()Michael S. Tsirkin1-1/+1
2005-12-09IB/mthca: don't change driver's copy of attributes if modify QP failsJack Morgenstein1-5/+6
2005-12-09IB/mthca: correct log2 calculationJack Morgenstein1-11/+6
2005-12-09IB/mthca: check RDMA limitsJack Morgenstein1-0/+14
2005-12-09IB/mthca: fix memory user DB table leakJack Morgenstein1-0/+2
2005-12-09IB/umad: fix memory leaksJack Morgenstein1-2/+2
2005-11-30IB/cm: avoid reusing local IDSean Hefty1-1/+2
2005-11-30IB/cm: correct reported reject codeSean Hefty1-4/+9
2005-11-30IB/mthca: fix QP size limits for mem-free HCAsJack Morgenstein1-4/+8
2005-11-29IB/uverbs: track multicast group membership for userspace QPsJack Morgenstein3-23/+99
2005-11-29IB/mthca: fix posting of send lists of length >= 255 on mem-free HCAsMichael S. Tsirkin2-3/+31
2005-11-29IPoIB: fix error handling in ipoib_openRoland Dreier1-1/+3
2005-11-29IPoIB: protect child list in ipoib_ib_dev_flushMichael S. Tsirkin1-0/+4