aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-26/+25
2008-01-24aoechr: Convert from class_device to deviceTony Jones1-4/+3
2007-12-10aoe: properly initialise the request_queue's backing_dev_infoAndrew Morton1-10/+16
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin3-17/+8
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+6
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+4
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown3-5/+5
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe2-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-3/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+2
2007-04-25[AOE]: Introduce aoe_hdr()Arnaldo Carvalho de Melo3-8/+17
2007-03-02[AOE]: Add get_unaligned() calls where needed.David S. Miller2-8/+9
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-12-22[PATCH] fix aoe without scatter-gather [Bug 7662]Ed L. Cashin1-7/+6
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells3-4/+4
2006-11-16aoe: Add forgotten NULL at end of attribute list in aoeblk.cDennis Stosberg1-0/+1
2006-10-18aoe: fix sysfs_create_file warningsGreg Kroah-Hartman1-9/+14
2006-10-18aoe: revert printk macrosEd L. Cashin7-37/+39
2006-10-18aoe: update driver versionEd L. Cashin1-1/+1
2006-10-18aoe: remove sysfs commentEd L. Cashin1-1/+0
2006-10-18aoe: use bio->bi_idxEd L. Cashin2-1/+3
2006-10-18aoe: module parameter for device timeoutEd L. Cashin1-2/+5
2006-10-18aoe: zero copy write 2 of 2Ed L. Cashin3-20/+64
2006-10-18aoe: improve retransmission heuristicsEd L. Cashin2-6/+17
2006-10-18aoe: jumbo frame support 2 of 2Ed L. Cashin1-2/+6
2006-10-18aoe: clean up printks via macrosEd L. Cashin7-58/+50
2006-10-18aoe: jumbo frame support 1 of 2Ed L. Cashin3-17/+72
2006-10-18aoe: zero copy write 1 of 2Ed L. Cashin3-74/+69
2006-10-18aoe: remove unused NARGS enumEd L. Cashin1-1/+0
2006-10-18aoe: update copyright dateEd L. Cashin7-7/+7
2006-10-18aoe: eliminate isbusy messageEd L. Cashin1-4/+1
2006-07-10[PATCH] aoe: cleanup i_rdev usageEric Sesterhenn1-1/+1
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu1-2/+1
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-3/+1
2006-03-23[PATCH] aoe [3/3]: update version to 22Ed L. Cashin1-1/+1
2006-03-23[PATCH] aoe [2/3]: don't request ATA device ID on ATA errorEd L. Cashin1-1/+2
2006-03-23[PATCH] aoe [1/3]: support multiple AoE listenersEd L. Cashin1-17/+5
2006-03-23[PATCH] aoe: do not stop retransmit timer when device goes downEd L. Cashin1-2/+2
2006-03-23[PATCH] aoe [8/8]: update driver version numberEd L. Cashin1-1/+1
2006-03-23[PATCH] aoe [7/8]: update driver compatibility stringEd L. Cashin1-1/+1
2006-03-23[PATCH] aoe [6/8]: update device information on last closeEd L. Cashin1-1/+1
2006-03-23[PATCH] aoe [5/8]: allow network interface migration on packet retransmitEd L. Cashin1-0/+2
2006-03-23[PATCH] aoe [4/8]: use less confusing driver nameEd L. Cashin1-1/+1
2006-03-23[PATCH] aoe [3/8]: increase allowed outstanding packetsEd L. Cashin1-1/+1
2006-03-23[PATCH] aoe [2/8]: support dynamic resizing of AoE devicesEd L. Cashin5-97/+220