aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoecmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin1-7/+7
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-1/+1
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_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+2
2007-04-25[AOE]: Introduce aoe_hdr()Arnaldo Carvalho de Melo1-7/+7
2007-03-02[AOE]: Add get_unaligned() calls where needed.David S. Miller1-6/+6
2006-12-22[PATCH] fix aoe without scatter-gather [Bug 7662]Ed L. Cashin1-7/+6
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+2
2006-10-18aoe: revert printk macrosEd L. Cashin1-15/+20
2006-10-18aoe: use bio->bi_idxEd L. Cashin1-0/+1
2006-10-18aoe: module parameter for device timeoutEd L. Cashin1-2/+5
2006-10-18aoe: zero copy write 2 of 2Ed L. Cashin1-20/+62
2006-10-18aoe: improve retransmission heuristicsEd L. Cashin1-3/+13
2006-10-18aoe: jumbo frame support 2 of 2Ed L. Cashin1-2/+6
2006-10-18aoe: clean up printks via macrosEd L. Cashin1-31/+26
2006-10-18aoe: jumbo frame support 1 of 2Ed L. Cashin1-14/+63
2006-10-18aoe: zero copy write 1 of 2Ed L. Cashin1-57/+37
2006-10-18aoe: update copyright dateEd 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: do not stop retransmit timer when device goes downEd L. Cashin1-2/+2
2006-03-23[PATCH] aoe [5/8]: allow network interface migration on packet retransmitEd L. Cashin1-0/+2
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. Cashin1-58/+119
2006-03-23[PATCH] aoe [1/8]: zero packet data after skb allocationEd L. Cashin1-0/+1
2005-11-01[BLOCK] aoe: update for combined io statisticsJens Axboe1-9/+4
2005-10-28[PATCH] aoe: use get_unaligned for accesses in ATA id bufferEd L. Cashin1-7/+8
2005-04-18[PATCH] aoe 12/12: send outgoing packets in orderecashin@coraid.com1-9/+17
2005-04-18[PATCH] aoe 11/12: add support for disk statisticsecashin@coraid.com1-0/+14
2005-04-18[PATCH] aoe 6/12: Alexey Dobriyan sparse cleanupecashin@coraid.com1-29/+23
2005-04-18[PATCH] aoe 2/12: allow multiple aoe devices with same MACecashin@coraid.com1-4/+5
2005-04-18[PATCH] aoe 1/12: remove too-low cap on minor numberecashin@coraid.com1-4/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+629