summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | IB/mlx4: Replace printk(KERN_yyy...) with pr_yyy(...)Shlomo Pongratz2012-05-085-25/+25
| | | | | | * | IB/mlx4: Put priority bits in WQE of IBoE MLX QPOren Duer2012-05-081-3/+3
| | | | | | |/
| | | | | * | RDMA/cma: Fix lockdep false positive recursive lockingSean Hefty2012-05-081-20/+22
| | | | | * | IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier2012-05-081-31/+35
| | | | | * | IB/uverbs: Make lockdep output more readableRoland Dreier2012-05-081-17/+22
| | | | | |/
| | | | * | IB/iser: Fix error flow in iser ep connection establishmentOr Gerlitz2012-05-182-4/+4
| | | | |/
| | | * | IB/ipath: Replace open-coded ARRAY_SIZE with macroMike Marciniszyn2012-05-081-2/+1
| | | * | IB/ipath: Replace open-coded ARRAY_SIZE with macroJim Cromie2012-05-081-2/+1
| | | |/
| | * | RDMA/cxgb4: Include vmalloc.h for vmalloc and vfreeVipul Pandya2012-05-211-0/+1
| | * | RDMA/cxgb4: Add query_qp supportVipul Pandya2012-05-183-0/+32
| | * | RDMA/cxgb4: Remove kfifo usageVipul Pandya2012-05-187-150/+203
| | * | RDMA/cxgb4: Use vmalloc() for debugfs QP dumpVipul Pandya2012-05-182-2/+20
| | * | RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya2012-05-184-12/+259
| | * | RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch()Vipul Pandya2012-05-183-6/+9
| | * | RDMA/cxgb4: Add DB Overflow AvoidanceVipul Pandya2012-05-184-12/+162
| | * | RDMA/cxgb4: Add debugfs RDMA memory statsVipul Pandya2012-05-185-3/+155
| | * | RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise2012-05-151-0/+6
| | * | RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()Steve Wise2012-05-151-4/+1
| | * | RDMA/cxgb4: Use dst parameter in import_ep()Steve Wise2012-05-081-1/+1
| | |/
| * | IB/core: Fix mismatch between locked and pinned pagesYishai Hadas2012-05-111-1/+1
| * | IB/core: Use qp->usecnt to track multicast attach/detachOr Gerlitz2012-05-081-2/+12
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-05-211-7/+3
|\ \
| * | target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover2012-04-141-1/+1
| * | IB/srpt: Remove use of transport_do_task_sg_chain()Roland Dreier2012-04-141-6/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-072-4/+6
|\ \ \ | | |/ | |/|
| * | Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds2012-04-262-4/+6
| |\ \
| | * \ Merge branches 'mad-response' and 'mlx4' into fixesRoland Dreier2012-04-241-1/+1
| | |\ \
| | | * | IB/mlx4: Fix memory leaks in ib_link_query_port()Jesper Juhl2012-04-241-1/+1
| | | |/
| | * | IB/mad: Don't send response for failed MADsJack Morgenstein2012-04-241-3/+3
| | * | IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein2012-04-241-0/+2
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-231-0/+1
|\ \ \ | |/ /
| * | Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2012-04-121-0/+1
| |\ \
| | * | IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
| | |/
* | | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-7/+1
* | | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-122-4/+10
|\ \ \ | |/ /
| * | IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier2012-04-021-4/+5
| * | IB/mlx4: Don't return an invalid speed when a port is downOr Gerlitz2012-04-021-0/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\ \ | |/
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | IB/rdma_cm: TOS <=> UP mapping for IBoEAmir Vadai2012-04-051-1/+5
* | infiniband: Stop using NLA_PUT*().David S. Miller2012-04-021-1/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-40/+24
|\
| * ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger2012-03-171-7/+12
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-28/+0
| * target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-251-2/+2
| * target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-251-3/+10
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-2130-289/+379
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------------. \ Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-1917-193/+271
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | IB/srpt: Fix typo "alocate" -> "allocate"Masanari Iida2012-02-251-1/+1
| | | | | | | | | | | |/
OpenPOWER on IntegriCloud