1. 7159e96 aoe: update and specify AoE address guards and error messages by Ed Cashin · 12 years ago
  2. 0c96621 aoe: support more AoE addresses with dynamic block device minor numbers by Ed Cashin · 12 years ago
  3. fea05a2 aoe: update copyright year in touched files by Ed Cashin · 12 years ago
  4. b21faa2 aoe: remove unused code and add cosmetic improvements by Ed Cashin · 12 years ago
  5. 1b86fda aoe: increase net_device reference count while using it by Ed Cashin · 12 years ago
  6. 64a80f5 aoe: associate frames with the AoE storage target by Ed Cashin · 12 years ago
  7. 6583303 aoe: disallow unsupported AoE minor addresses by Ed Cashin · 12 years ago
  8. d54d35a aoe: failover remote interface based on aoe_deadsecs parameter by Ed Cashin · 12 years ago
  9. 3f0f013 aoe: use packets that work with the smallest-MTU local interface by Ed Cashin · 12 years ago
  10. eb086ec aoe: use a kernel thread for transmissions by Ed Cashin · 12 years ago
  11. 69cf2d85 aoe: become I/O request queue handler for increased user control by Ed Cashin · 12 years ago
  12. 896831f aoe: kernel thread handles I/O completions for simple locking by Ed Cashin · 12 years ago
  13. 3d5b060 aoe: for performance support larger packet payloads by Ed Cashin · 12 years ago
  14. 8babe8c aoe: assert AoE packets marked as requiring no checksum by Ed Cashin · 12 years ago
  15. 840a185 aoe: remove dev_base_lock use from aoecmd_cfg_pkts() by Eric Dumazet · 14 years ago
  16. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  17. 6ec1480 aoe: switch to the new bio_flush_dcache_pages() interface by Andrew Morton · 15 years ago
  18. 0a1f127 aoe: prevent cache aliases by Peter Horton · 15 years ago
  19. 438263a aoe: Remove superfluous clearing of skb fields in new_skb(). by David S. Miller · 16 years ago
  20. 04b3ab5 aoe: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 411c41e aoe: remove private mac address format function by Harvey Harrison · 16 years ago
  22. 4dd9ec4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  23. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  24. 80795ae block: move capacity from disk to part0 by Tejun Heo · 16 years ago
  25. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  26. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  27. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  28. e9bb8fb0 aoe: Use SKB interfaces for list management instead of home-grown stuff. by David S. Miller · 16 years ago
  29. 823ed72 block: use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  30. 28f1370 block: avoid duplicate calls to get_part() in disk stat code by Jens Axboe · 17 years ago
  31. f885f8d drivers/block: use get_unaligned_* helpers by Harvey Harrison · 17 years ago
  32. 03054de Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  33. 52e112b aoe: update copyright date by Ed L. Cashin · 17 years ago
  34. 578c4aa aoe: make error messages more specific by Ed L. Cashin · 17 years ago
  35. 1d75981 aoe: the aoeminor doesn't need a long format by Ed L. Cashin · 17 years ago
  36. 7df620d aoe: add module parameter for users who need more outstanding I/O by Ed L. Cashin · 17 years ago
  37. 6b9699b aoe: only install new AoE device once by Ed L. Cashin · 17 years ago
  38. 9bb237b aoe: dynamically allocate a capped number of skbs when necessary by Ed L. Cashin · 17 years ago
  39. 1eb0da4 aoe: mac_addr: avoid 64-bit arch compiler warnings by Ed L. Cashin · 17 years ago
  40. 68e0d42 aoe: handle multiple network paths to AoE device by Ed L. Cashin · 17 years ago
  41. a890d62 Enhanced partition statistics: aoe fix by Jerome Marchand · 17 years ago
  42. abdbf94 aoe: remove unecessary wrapper function by Ed L. Cashin · 17 years ago
  43. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  44. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  45. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  46. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 18 years ago
  47. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  48. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  49. 029720f [AOE]: Introduce aoe_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  50. 43ecf52 [AOE]: Add get_unaligned() calls where needed. by David S. Miller · 18 years ago
  51. 19900cd [PATCH] fix aoe without scatter-gather [Bug 7662] by Ed L. Cashin · 18 years ago
  52. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  53. a12c93f aoe: revert printk macros by Ed L. Cashin · 18 years ago
  54. 392e484 aoe: use bio->bi_idx by Ed L. Cashin · 18 years ago
  55. b751e8b aoe: module parameter for device timeout by Ed L. Cashin · 18 years ago
  56. 4f51dc5 aoe: zero copy write 2 of 2 by Ed L. Cashin · 18 years ago
  57. dced3a0 aoe: improve retransmission heuristics by Ed L. Cashin · 18 years ago
  58. ddec63e aoe: jumbo frame support 2 of 2 by Ed L. Cashin · 18 years ago
  59. 6bb6285f aoe: clean up printks via macros by Ed L. Cashin · 18 years ago
  60. 19bf263 aoe: jumbo frame support 1 of 2 by Ed L. Cashin · 18 years ago
  61. e407a7f aoe: zero copy write 1 of 2 by Ed L. Cashin · 18 years ago
  62. 2611464 aoe: update copyright date by Ed L. Cashin · 18 years ago
  63. 9d41965 [PATCH] aoe [2/3]: don't request ATA device ID on ATA error by Ed L. Cashin · 19 years ago
  64. 1c6f3fc [PATCH] aoe: do not stop retransmit timer when device goes down by Ed L. Cashin · 19 years ago
  65. 2dd5e42 [PATCH] aoe [5/8]: allow network interface migration on packet retransmit by Ed L. Cashin · 19 years ago
  66. eaf0a3c [PATCH] aoe [3/8]: increase allowed outstanding packets by Ed L. Cashin · 19 years ago
  67. 3ae1c24 [PATCH] aoe [2/8]: support dynamic resizing of AoE devices by Ed L. Cashin · 19 years ago
  68. 50bba75 [PATCH] aoe [1/8]: zero packet data after skb allocation by Ed L. Cashin · 19 years ago
  69. 496456c [BLOCK] aoe: update for combined io statistics by Jens Axboe · 19 years ago
  70. 475172f [PATCH] aoe: use get_unaligned for accesses in ATA id buffer by Ed L. Cashin · 19 years ago
  71. a4b3836 [PATCH] aoe 12/12: send outgoing packets in order by ecashin@coraid.com · 20 years ago
  72. 0c6f0e7 [PATCH] aoe 11/12: add support for disk statistics by ecashin@coraid.com · 20 years ago
  73. 63e9cc5 [PATCH] aoe 6/12: Alexey Dobriyan sparse cleanup by ecashin@coraid.com · 20 years ago
  74. 32465c6 [PATCH] aoe 2/12: allow multiple aoe devices with same MAC by ecashin@coraid.com · 20 years ago
  75. fc458dc [PATCH] aoe 1/12: remove too-low cap on minor number by ecashin@coraid.com · 20 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago