aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-16RDMA: Update workqueue usageTejun Heo1-2/+2
2011-01-13IB/srp: Test only once whether iu allocation succeededBart Van Assche1-8/+7
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2-9/+4
2011-01-10Merge branches 'cxgb4', 'ipath', 'ipoib', 'mlx4', 'mthca', 'nes', 'qib' and 'srp' into for-nextRoland Dreier8-363/+210
2011-01-10IPoIB: Add GRO supportOr Gerlitz3-1/+4
2011-01-10IPoIB: Remove LRO supportOr Gerlitz5-132/+2
2011-01-10IB/srp: consolidate hot-path variables into cache linesDavid Dillow2-17/+26
2011-01-10IB/srp: stop sharing the host lock with SCSIBart Van Assche2-23/+25
2011-01-10IB/srp: reduce lock coverage of command completionBart Van Assche1-23/+14
2011-01-10IB/srp: reduce local coverage for command submission and EHBart Van Assche2-58/+67
2011-01-10IB/srp: don't move active requests to their own listBart Van Assche2-11/+13
2011-01-05IB/srp: allow lockless work postingBart Van Assche2-44/+28
2011-01-05IB/srp: consolidate state change codeBart Van Assche1-21/+24
2011-01-05IB/srp: allow task management without a previous requestDavid Dillow2-63/+37
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-77/+197
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-2/+1
2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-nextRoland Dreier4-77/+197
2010-10-24IB/srp: Sync buffer before posting sendDavid Dillow1-0/+5
2010-10-24IB/srp: Use list_first_entry()Bart Van Assche1-1/+1
2010-10-24IB/srp: Reduce number of BUSY conditionsBart Van Assche1-2/+7
2010-10-24IB/srp: Eliminate two forward declarationsDavid Dillow1-73/+69
2010-10-23IPoIB: Set dev_id field of net_deviceEli Cohen1-0/+1
2010-10-22IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow2-10/+103
2010-10-22IB/srp: Preparation for transmit ring response allocationBart Van Assche2-15/+25
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-10-13IPoIB: Skip IBoE portsEli Cohen1-0/+2
2010-09-28IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)Christoph Lameter1-3/+11
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-59/+61
2010-08-05Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 'srp' into for-nextRoland Dreier2-59/+61
2010-08-04IB/srp: Export req_lim via sysfsBart Van Assche1-0/+14
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+6
2010-08-04IB/srp: Make receive buffer handling more robustBart Van Assche1-45/+44
2010-08-04IB/srp: Use print_hex_dump()Bart Van Assche1-13/+2
2010-08-04IB/iser: Make needlessly global iser_alloc_rx_descriptors() staticOr Gerlitz1-1/+1
2010-07-06IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz1-2/+2
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings1-1/+6
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-10/+5
2010-05-15Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', 'masked-atomics', 'misc', 'mthca' and 'nes' into for-nextRoland Dreier4-57/+91
2010-05-12IB/iser: Fix error flow in iser_create_ib_conn_res()Dan Carpenter1-16/+9
2010-05-12IB/iser: Enhance disconnection logic for multi-pathingOr Gerlitz3-38/+46
2010-05-12IB/iser: Remove buggy back-pointer settingOr Gerlitz1-2/+0
2010-05-12IB/iser: Add asynchronous event handlerOr Gerlitz2-1/+16
2010-04-21IPoIB: Allow disabling/enabling TSO on the fly through ethtoolOr Gerlitz1-0/+20
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-1/+8
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-1/+8
2010-03-22ipoib: remove addrlen check for mc addressesJiri Pirko1-5/+1
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1