aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17aoe: use ktime_t instead of timevalTina Ruchandani1-2/+1
2013-11-23aoe: Convert to immutable biovecsKent Overstreet1-8/+2
2013-09-11aoe: update internal version number to 85Ed Cashin1-1/+1
2013-09-11aoe: add AoE-target files to debugfsEd Cashin1-0/+2
2013-07-03aoe: update internal version number to v83Ed Cashin1-1/+1
2013-07-03aoe: update copyright dateEd Cashin1-1/+1
2013-07-03aoe: perform I/O completions in parallelEd Cashin1-2/+5
2012-12-17aoe: update internal version number to 81Ed Cashin1-2/+1
2012-12-17aoe: allow comma separator in aoe_iflist valueEd Cashin1-1/+1
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin1-3/+3
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin1-2/+5
2012-12-17aoe: improve handling of misbehaving network pathsEd Cashin1-1/+10
2012-12-17aoe: cleanup: correct comment for aoetgt noutEd Cashin1-1/+1
2012-12-17aoe: update driver-internal version to 64+Ed Cashin1-1/+2
2012-12-17aoe: commands in retransmit queue use new destination on failureEd Cashin1-0/+1
2012-12-17aoe: use high-resolution RTTs with fallback to low-resEd Cashin1-4/+5
2012-12-17aoe: improve network congestion handlingEd Cashin1-5/+11
2012-12-17aoe: provide ATA identify device content to user on requestEd Cashin1-0/+1
2012-12-17aoe: update driver-internal version number to 60Ed Cashin1-1/+1
2012-12-17aoe: whitespace cleanupEd Cashin1-1/+1
2012-12-17aoe: update cap on outstanding commands based on config query responseEd Cashin1-3/+3
2012-10-06aoe: update aoe-internal version number to 50Ed Cashin1-1/+1
2012-10-06aoe: remove unused codeEd Cashin1-4/+0
2012-10-06aoe: update and specify AoE address guards and error messagesEd Cashin1-2/+0
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin1-3/+3
2012-10-06aoe: update copyright year in touched filesEd Cashin1-1/+1
2012-10-06aoe: update internal version number to 49Ed Cashin1-1/+1
2012-10-06aoe: remove unused code and add cosmetic improvementsEd Cashin1-7/+3
2012-10-06aoe: associate frames with the AoE storage targetEd Cashin1-4/+4
2012-10-06aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin1-1/+0
2012-10-06aoe: use packets that work with the smallest-MTU local interfaceEd Cashin1-3/+4
2012-10-06aoe: use a kernel thread for transmissionsEd Cashin1-0/+2
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin1-12/+14
2012-10-06aoe: kernel thread handles I/O completions for simple lockingEd Cashin1-6/+27
2012-10-06aoe: for performance support larger packet payloadsEd Cashin1-0/+2
2009-09-09aoe: allocate unused request_queue for sysfsEd Cashin1-1/+1
2009-02-18aoe: ignore vendor extension AoE responsesEd Cashin1-0/+1
2008-11-25aoe: remove private mac address format functionHarvey Harrison1-1/+0
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller1-6/+3
2008-04-29remove aoedev_isbusy()Adrian Bunk1-1/+0
2008-02-08aoe: update copyright dateEd L. Cashin1-1/+1
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin1-0/+5
2008-02-08aoe: user can ask driver to forget previously detected devicesEd L. Cashin1-0/+1
2008-02-08aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin1-1/+1
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin1-17/+40
2008-02-08aoe: bring driver version number to 47Ed L. Cashin1-1/+1
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin1-9/+0
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[AOE]: Introduce aoe_hdr()Arnaldo Carvalho de Melo1-0/+9