aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-12IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier1-0/+1
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-40/+24
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-97/+82
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-4/+4
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-03-20infiniband: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-19Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', 'srp' and 'srpt' into for-nextRoland Dreier6-97/+81
2012-03-17ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger1-7/+12
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger1-28/+0
2012-03-08IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz1-1/+2
2012-03-05IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz3-27/+22
2012-03-05IB/iser: Free IB connection resources in the proper placeDoug Ledford2-12/+12
2012-02-27IB/srp: Consolidate repetitive sysfs codeBart Van Assche1-32/+17
2012-02-27IB/srp: Use pr_fmt() and pr_err()/pr_warn()Bart Van Assche1-25/+29
2012-02-25IB/srpt: Fix typo "alocate" -> "allocate"Masanari Iida1-1/+1
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover1-2/+2
2012-02-25target: replace various cmd flags with a transport stateChristoph Hellwig1-3/+10
2012-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-47/+24
2012-02-09SRP: Fix typo in ib_srpt.cMasanari Iida1-1/+1
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier3-47/+24
2012-02-06IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring()Jesper Juhl1-0/+1
2012-02-03IB/srpt: Fix ERR_PTR() vs. NULL checking confusionDan Carpenter1-3/+3
2012-02-02IB/srpt: Remove unneeded <linux/version.h> includeJesper Juhl1-1/+0
2012-02-02IB/srpt: Use ARRAY_SIZE() instead of open-codingRoland Dreier1-2/+1
2012-02-02IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()Roland Dreier1-5/+2
2012-01-18Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-0/+4670
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-12-16ib_srpt: Initial SRP Target merge for v3.3-rc1Bart Van Assche5-0/+4670
2011-12-05infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller1-12/+12
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2-6/+6
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-17/+29
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller1-0/+2
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier3-17/+29
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet2-9/+15
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn3-8/+14
2011-11-16infiniband: Update net drivers for netdev_features_t changes.David S. Miller1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-0/+5
2011-11-04IB/iser: DMA unmap TX bufs used for iSCSI/iSER headersOr Gerlitz2-4/+8
2011-11-04IB/iser: Use separate buffers for the login request/responseOr Gerlitz3-15/+52
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-6/+6
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-nextRoland Dreier2-6/+6
2011-10-31infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker3-0/+3
2011-10-31infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-26/+54
2011-10-19net: add skb frag size accessorsEric Dumazet2-9/+11
2011-10-18IPoIB: Use the right function to do DMA unmap pagesDotan Barak1-2/+2
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty1-0/+1
2011-10-11IPoIB: Handle extended rates in debugfsMarcel Apfelbaum1-4/+3