summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
| | * IPoIB: Skip IBoE portsEli Cohen2010-10-131-0/+2
| |/
* | replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-2/+1
* | Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-072-59/+61
|\
| *-. Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 's...Roland Dreier2010-08-052-59/+61
| |\ \
| | | * IB/srp: Export req_lim via sysfsBart Van Assche2010-08-041-0/+14
| | | * IB/srp: Make receive buffer handling more robustBart Van Assche2010-08-041-45/+44
| | | * IB/srp: Use print_hex_dump()Bart Van Assche2010-08-041-13/+2
| | |/ | |/|
| | * IB/iser: Make needlessly global iser_alloc_rx_descriptors() staticOr Gerlitz2010-08-041-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-1/+6
|\ \ | |/ |/|
| * IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings2010-07-041-1/+6
* | IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz2010-07-061-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-10/+5
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-118-1/+8
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-1/+1
| |\ \
| * | | net: convert multicast list to list_headJiri Pirko2010-04-031-5/+4
| * | | ipoib: remove addrlen check for mc addressesJiri Pirko2010-03-221-5/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '...Roland Dreier2010-05-154-57/+91
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | * | | IB/iser: Fix error flow in iser_create_ib_conn_res()Dan Carpenter2010-05-121-16/+9
| | * | | IB/iser: Enhance disconnection logic for multi-pathingOr Gerlitz2010-05-123-38/+46
| | * | | IB/iser: Remove buggy back-pointer settingOr Gerlitz2010-05-121-2/+0
| | * | | IB/iser: Add asynchronous event handlerOr Gerlitz2010-05-122-1/+16
| |/ / / |/| | |
| * | | IPoIB: Allow disabling/enabling TSO on the fly through ethtoolOr Gerlitz2010-04-211-0/+20
|/ / /
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-1/+8
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-03-181-1/+1
|\ \ | |/ |/|
| * [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-031-1/+1
* | IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2010-03-112-7/+10
* | IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen2010-03-111-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-038-644/+458
|\ \ | |/ |/|
| * Merge branch 'srp' into for-nextRoland Dreier2010-03-012-32/+65
| |\
| | * IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier2010-03-011-13/+18
| | * IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2010-03-012-25/+53
| * | Merge branch 'iser' into for-nextRoland Dreier2010-03-015-604/+391
| |\ \
| | * | IB/iser: Remove redundant locking from iser scsi command response flowOr Gerlitz2010-02-241-25/+0
| | * | IB/iser: Use libiscsi passthrough modeOr Gerlitz2010-02-242-20/+3
| | * | IB/iser: Remove unnecessary connection checksOr Gerlitz2010-02-243-52/+0
| | * | IB/iser: Use atomic allocationsOr Gerlitz2010-02-242-3/+3
| | * | IB/iser: Simplify send flow/descriptorsOr Gerlitz2010-02-245-278/+115
| | * | IB/iser: Use different CQ for send completionsOr Gerlitz2010-02-242-37/+76
| | * | IB/iser: Remove atomic counter for posted receive buffersOr Gerlitz2010-02-243-12/+12
OpenPOWER on IntegriCloud