aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-16ib_srpt: Initial SRP Target merge for v3.3-rc1Bart Van Assche5-0/+4670
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-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
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller4-8/+14
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie1-3/+9
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie1-13/+19
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie1-11/+27
2011-08-26IPoIB: convert to SKB paged frag API.Ian Campbell2-4/+6
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-17Merge branches 'ipoib' and 'iser' into for-nextRoland Dreier3-5/+9
2011-08-17IB/iser: Support iSCSI PDU paddingOr Gerlitz2-4/+8
2011-08-17IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long)Or Gerlitz1-1/+1
2011-08-16IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert1-3/+5
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-25iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+2
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller2-21/+40
2011-07-13IB/srp: Avoid duplicate devices from LUN scanBart Van Assche1-0/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-3/+3
2011-05-25Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and 'uverbs' into for-nextRoland Dreier2-3/+3
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+1
2011-05-23IB/srp: Fix integer -> pointer cast warningsRoland Dreier1-2/+2
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław5-46/+20
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-249/+514
2011-03-15IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow2-13/+21
2011-03-15IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow2-12/+110
2011-03-15IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow2-129/+266
2011-03-15IB/srp: allow sg_tablesize to be set for each targetDavid Dillow2-24/+59
2011-03-15IB/srp: move IB CM setup completion into its own functionDavid Dillow1-71/+73
2011-03-15IB/srp: always avoid non-zero offsets into an FMRDavid Dillow1-16/+1
2011-02-24[SCSI] iser: export addr and portMike Christie1-0/+26
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-16Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier1-8/+7