aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-2/+6
* IB/srp: Avoid having aborted requests hangBart Van Assche2012-10-071-0/+1
* IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche2012-10-071-1/+1
* IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-10-072-10/+11
* IB/srp: Fix a race conditionBart Van Assche2012-08-261-24/+63
* IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz2012-04-023-27/+22
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-293-46/+24
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-132-28/+55
* IB/srp: Avoid duplicate devices from LUN scanBart Van Assche2011-08-041-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-262-3/+3
|\
| *-. Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and '...Roland Dreier2011-05-252-3/+3
| |\ \
| | | * IB/srp: Fix integer -> pointer cast warningsRoland Dreier2011-05-231-2/+2
| | |/ | |/|
| | * RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-1/+1
| |/
* | net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-205-46/+20
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-03-242-249/+514
|\
| * IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow2011-03-152-13/+21
| * IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow2011-03-152-12/+110
| * IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow2011-03-152-129/+266
| * IB/srp: allow sg_tablesize to be set for each targetDavid Dillow2011-03-152-24/+59
| * IB/srp: move IB CM setup completion into its own functionDavid Dillow2011-03-151-71/+73
| * IB/srp: always avoid non-zero offsets into an FMRDavid Dillow2011-03-151-16/+1
* | [SCSI] iser: export addr and portMike Christie2011-02-241-0/+26
|/
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
*-. Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier2011-01-161-8/+7
|\ \
| | * IB/srp: Test only once whether iu allocation succeededBart Van Assche2011-01-131-8/+7
| |/
* | RDMA: Update workqueue usageTejun Heo2011-01-161-2/+2
* | RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-122-9/+4
|/
*-. Merge branches 'cxgb4', 'ipath', 'ipoib', 'mlx4', 'mthca', 'nes', 'qib' and '...Roland Dreier2011-01-108-363/+210
|\ \
| | * IB/srp: consolidate hot-path variables into cache linesDavid Dillow2011-01-102-17/+26
| | * IB/srp: stop sharing the host lock with SCSIBart Van Assche2011-01-102-23/+25
| | * IB/srp: reduce lock coverage of command completionBart Van Assche2011-01-101-23/+14
| | * IB/srp: reduce local coverage for command submission and EHBart Van Assche2011-01-102-58/+67
| | * IB/srp: don't move active requests to their own listBart Van Assche2011-01-102-11/+13
| | * IB/srp: allow lockless work postingBart Van Assche2011-01-052-44/+28
| | * IB/srp: consolidate state change codeBart Van Assche2011-01-051-21/+24
| | * IB/srp: allow task management without a previous requestDavid Dillow2011-01-052-63/+37
| |/ |/|
| * IPoIB: Add GRO supportOr Gerlitz2011-01-103-1/+4
| * IPoIB: Remove LRO supportOr Gerlitz2011-01-105-132/+2
|/
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-264-77/+197
|\
| *---. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-264-77/+197
| |\ \ \
| | | | * IB/srp: Sync buffer before posting sendDavid Dillow2010-10-241-0/+5
| | | | * IB/srp: Use list_first_entry()Bart Van Assche2010-10-241-1/+1
| | | | * IB/srp: Reduce number of BUSY conditionsBart Van Assche2010-10-241-2/+7
| | | | * IB/srp: Eliminate two forward declarationsDavid Dillow2010-10-241-73/+69
| | | | * IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow2010-10-222-10/+103
| | | | * IB/srp: Preparation for transmit ring response allocationBart Van Assche2010-10-222-15/+25
| | |_|/ | |/| |
| | | * IPoIB: Set dev_id field of net_deviceEli Cohen2010-10-231-0/+1
| | | * IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)Christoph Lameter2010-09-281-3/+11
| | |/ | |/|