aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17RDMA/cma: Remove local write permission from QP access flagsDotan Barak1-1/+1
2007-07-17IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier1-1/+1
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds13-169/+262
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-07-10IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty1-2/+1
2007-07-10IB/cm: Fix handling of duplicate SIDR REQsSean Hefty1-1/+1
2007-07-10IB/cm: cm_msgs.h should include ib_cm.hSean Hefty1-0/+1
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty3-16/+57
2007-07-10IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty1-96/+75
2007-07-10IB/sa: Make sure SA queries use default P_KeySean Hefty1-35/+50
2007-07-10IB/core: Take sizeof the correct pointer when calling kmalloc()Dotan Barak1-1/+1
2007-07-09IB: Fix ib_umem_get() when npages == 0Andrew Morton1-0/+1
2007-07-09IB: Remove garbage non-ASCII characters from commentsRoland Dreier3-3/+3
2007-07-09IB/mad: Enhance SMI for switch supportHal Rosenstock4-15/+72
2007-06-21IB/umem: Fix possible hang on process exitRoland Dreier1-7/+9
2007-06-07RDMA/cma: Fix initialization of next_portSean Hefty1-2/+2
2007-05-29IB/cm: Fix stale connection detectionSean Hefty1-11/+14
2007-05-21Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-10/+133
2007-05-21IB/cm: Improve local id allocationMichael S. Tsirkin1-1/+3
2007-05-21Detach sched.h from mm.hAlexey Dobriyan3-0/+3
2007-05-19IB/core: Use start_port() and end_port()Roland Dreier1-8/+2
2007-05-19IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin1-0/+125
2007-05-19IB/core: Free umem when mm is already goneEli Cohen1-1/+3
2007-05-14RDMA/cma: Add check to validate that cm_id is bound to a deviceSean Hefty1-4/+8