aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRsOlaf Kirch1-6/+15
2008-01-25IB/fmr_pool: Flush serial numbers can get out of syncOlaf Kirch1-6/+6
2008-01-25IB/umad: Simplify and fix lockingRoland Dreier1-62/+53
2008-01-25RDMA/cma: Override default responder_resources with user valueSean Hefty1-23/+19
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid1-3/+1
2008-01-25RDMA/cma: add support for rdma_migrate_id() Sean Hefty1-0/+92
2008-01-25RDMA/cma: Reenable device removal on passive sideVladimir Sokolovsky1-1/+3
2008-01-25IB/mad: Fix incorrect access to items on local_listSean Hefty1-2/+0
2008-01-25IB/cm: Add basic performance countersSean Hefty2-40/+303
2008-01-25IB/mad: Report number of times a mad was retriedSean Hefty3-4/+10
2008-01-25IB/multicast: Report errors on multicast groups if P_key changesSean Hefty1-10/+45
2008-01-25IB/mad: Enable loopback of DR SMP responses from userspaceSteve Welch2-4/+20
2008-01-25IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()Ralph Campbell1-9/+0
2008-01-25RDMA/iwcm: Set initiator depth and responder resources to device max valuesSteve Wise1-0/+10
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman1-26/+9
2007-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-4/+4
2007-10-30IB/fmr_pool: Stop ib_fmr threads from contributing to load averageAnton Blanchard1-4/+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 Torvalds2-79/+89
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+7
2007-10-19IB/uverbs: Fix checking of userspace object ownershipRoland Dreier1-2/+6
2007-10-18[INET]: Justification for local port range robustness.Anton Arapov1-2/+3
2007-10-16RDMA/cma: Fix deadlock destroying listen requestsSean Hefty1-47/+23
2007-10-16RDMA/cma: Add locking around QP accessesSean Hefty1-30/+60
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-6/+3
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds12-111/+291
2007-10-10[INET]: local port range robustnessStephen Hemminger1-10/+12
2007-10-09RDMA/cma: Queue IB CM MRAs to avoid unnecessary remote retriesSean Hefty1-0/+2
2007-10-09IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty1-28/+23
2007-10-09IB/uverbs: Make ib_uverbs_release_event_file() staticRoland Dreier2-9/+8
2007-10-09IB/umad: Fix bit ordering and 32-on-64 problems on big endian systemsRoland Dreier1-9/+40
2007-10-09IB/umad: Add P_Key index supportRoland Dreier1-29/+73
2007-10-09IB/core: Fix handling of multicast response failuresRalph Campbell1-1/+1
2007-10-09RDMA/cma: Use neigh_event_send() to start neighbour discoverySteve Wise1-2/+1
2007-10-09IB/umem: Add hugetlb flag to struct ib_umemJoachim Fenkes1-1/+19
2007-10-09RDMA/ucma: Allow user space to set service typeSean Hefty1-1/+73
2007-10-09RDMA/cma: Add ability to specify type of serviceSean Hefty1-10/+34
2007-10-09IB/sa: Add new QoS fields to path recordSean Hefty1-7/+3
2007-10-09IB/sa: Error handling thinko fixAli Ayoub1-1/+1
2007-10-09IB/fmr_pool: Clean up some error messages in fmr_pool.cAnton Blanchard1-11/+11
2007-10-09IB: find_first_zero_bit() takes unsigned pointerRoland Dreier1-2/+2
2007-08-03IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak1-0/+5
2007-08-03IB/mad: Fix address handle leak in mad_rmppSean Hefty1-4/+4
2007-08-03IB/mad: agent_send_response() should be voidHal Rosenstock2-17/+13
2007-08-03IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock1-6/+5
2007-08-03IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock1-6/+8
2007-08-03IB/sa: Don't need to check for default P_Key twiceRoland Dreier1-3/+1
2007-08-03IB/core: Ignore membership bit in ib_find_pkey()Moni Shoua1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+0