summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-6/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-1212-111/+291
|\
| * RDMA/cma: Queue IB CM MRAs to avoid unnecessary remote retriesSean Hefty2007-10-101-0/+2
| * IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty2007-10-101-28/+23Star
| * IB/uverbs: Make ib_uverbs_release_event_file() staticRoland Dreier2007-10-102-9/+8Star
| * IB/umad: Fix bit ordering and 32-on-64 problems on big endian systemsRoland Dreier2007-10-101-9/+40
| * IB/umad: Add P_Key index supportRoland Dreier2007-10-101-29/+73
| * IB/core: Fix handling of multicast response failuresRalph Campbell2007-10-101-1/+1
| * RDMA/cma: Use neigh_event_send() to start neighbour discoverySteve Wise2007-10-101-2/+1Star
| * IB/umem: Add hugetlb flag to struct ib_umemJoachim Fenkes2007-10-101-1/+19
| * RDMA/ucma: Allow user space to set service typeSean Hefty2007-10-101-1/+73
| * RDMA/cma: Add ability to specify type of serviceSean Hefty2007-10-101-10/+34
| * IB/sa: Add new QoS fields to path recordSean Hefty2007-10-101-7/+3Star
| * IB/sa: Error handling thinko fixAli Ayoub2007-10-101-1/+1
| * IB/fmr_pool: Clean up some error messages in fmr_pool.cAnton Blanchard2007-10-101-11/+11
| * IB: find_first_zero_bit() takes unsigned pointerRoland Dreier2007-10-101-2/+2
* | [INET]: local port range robustnessStephen Hemminger2007-10-111-10/+12
|/
* IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak2007-08-031-0/+5
* IB/mad: Fix address handle leak in mad_rmppSean Hefty2007-08-031-4/+4
* IB/mad: agent_send_response() should be voidHal Rosenstock2007-08-032-17/+13Star
* IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+5Star
* IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+8
* IB/sa: Don't need to check for default P_Key twiceRoland Dreier2007-08-031-3/+1Star
* IB/core: Ignore membership bit in ib_find_pkey()Moni Shoua2007-08-031-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+0Star
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* RDMA/cma: Remove local write permission from QP access flagsDotan Barak2007-07-181-1/+1
* IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier2007-07-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-07-1313-169/+262
|\
| * IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty2007-07-111-2/+1Star
| * IB/cm: Fix handling of duplicate SIDR REQsSean Hefty2007-07-111-1/+1
| * IB/cm: cm_msgs.h should include ib_cm.hSean Hefty2007-07-111-0/+1
| * IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-113-16/+57
| * IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty2007-07-111-96/+75Star
| * IB/sa: Make sure SA queries use default P_KeySean Hefty2007-07-111-35/+50
| * IB/core: Take sizeof the correct pointer when calling kmalloc()Dotan Barak2007-07-101-1/+1
| * IB: Fix ib_umem_get() when npages == 0Andrew Morton2007-07-101-0/+1
| * IB: Remove garbage non-ASCII characters from commentsRoland Dreier2007-07-103-3/+3
| * IB/mad: Enhance SMI for switch supportHal Rosenstock2007-07-104-15/+72
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-1/+0Star
|/
* IB/umem: Fix possible hang on process exitRoland Dreier2007-06-211-7/+9
* RDMA/cma: Fix initialization of next_portSean Hefty2007-06-081-2/+2
* IB/cm: Fix stale connection detectionSean Hefty2007-05-301-11/+14
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-223-10/+133
|\
| * IB/cm: Improve local id allocationMichael S. Tsirkin2007-05-211-1/+3
| * IB/core: Use start_port() and end_port()Roland Dreier2007-05-191-8/+2Star
| * IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin2007-05-191-0/+125
| * IB/core: Free umem when mm is already goneEli Cohen2007-05-191-1/+3
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-213-0/+3
|/
* RDMA/cma: Add check to validate that cm_id is bound to a deviceSean Hefty2007-05-141-4/+8