1. b05e106 [IPV4/6]: Netfilter IPsec input hooks by Patrick McHardy · 19 years ago
  2. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 19 years ago
  3. 16a6677 [XFRM]: Netfilter IPsec output hooks by Patrick McHardy · 19 years ago
  4. 8995b16 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  5. cc918c7 Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 19 years ago
  6. f9c5d04 Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 19 years ago
  7. fe5dd7c [ARM] byteorder.h needs linux/compiler.h by Russell King · 19 years ago
  8. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 19 years ago
  9. 123656d Merge with Linus' kernel. by Russell King · 19 years ago
  10. a62c80e [ARM] Move AMBA include files to include/linux/amba/ by Russell King · 19 years ago
  11. 6351610 [ARM] 3239/1: Add ARM optimised swab32 by Andre McCurdy · 19 years ago
  12. 0feb9bf Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 by Linus Torvalds · 19 years ago
  13. d8d8f6a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  14. 57d1c91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  15. a2167dc [NET]: Endian-annotate in_aton() by Alexey Dobriyan · 19 years ago
  16. 76ab608 [NET]: Endian-annotate struct iphdr by Alexey Dobriyan · 19 years ago
  17. 4bad4dc [NET]: Change sk_run_filter()'s return type in net/core/filter.c by Kris Katterjohn · 19 years ago
  18. ccf1896 Merge ../torvalds-2.6/ by Greg Kroah-Hartman · 19 years ago
  19. 367cb70 kbuild: un-stringnify KBUILD_MODNAME by Sam Ravnborg · 19 years ago
  20. 9eed129 SUNRPC: Update the spkm3 code to use the make_checksum interface by J. Bruce Fields · 19 years ago
  21. 58df095 NFSv4: Allow entries in the idmap cache to expire by Trond Myklebust · 19 years ago
  22. 632e3bd SUNRPC: Ensure client closes the socket when server initiates a close by Trond Myklebust · 19 years ago
  23. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  24. 9220041 SUNRPC: transport switch API for setting port number by Chuck Lever · 19 years ago
  25. 35f5a42 SUNRPC: new interface to force an RPC rebind by Chuck Lever · 19 years ago
  26. 0210714 SUNRPC: switchable buffer allocation by Chuck Lever · 19 years ago
  27. 64a318e NLM: Further cancel fixes by J. Bruce Fields · 19 years ago
  28. fb459f4 SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() by Adrian Bunk · 19 years ago
  29. a72b442 NFSv4: Allow user to set the port used by the NFSv4 callback channel by Trond Myklebust · 19 years ago
  30. fa178f2 NFSv4: Ensure DELEGRETURN returns attributes by Trond Myklebust · 19 years ago
  31. 70b9ecb NFS: Make stat() return updated mtimes after a write() by Trond Myklebust · 19 years ago
  32. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 19 years ago
  33. a911fd9 NFS: simplify inlined bit ops in nfs_page.h by Chuck Lever · 19 years ago
  34. 911d1aa NFSv4: locking XDR cleanup by Trond Myklebust · 19 years ago
  35. cdd4e68 NFSv4: Make open_confirm() asynchronous too by Trond Myklebust · 19 years ago
  36. 44c2887 NFSv4: stateful NFSv4 RPC call interface by Trond Myklebust · 19 years ago
  37. 4ce70ad SUNRPC: Further cleanups by Trond Myklebust · 19 years ago
  38. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  39. abbcf28 SUNRPC: Yet more RPC cleanups by Trond Myklebust · 19 years ago
  40. 22905f7 identify multipage ->writepages() calls by Andrew Morton · 19 years ago
  41. d99cf9d Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  42. 9b84754 [PATCH] Suspend support for libata by Jens Axboe · 19 years ago
  43. 88202a0 [PATCH] md: allow sync-speed to be controlled per-device by NeilBrown · 19 years ago
  44. 4dbcdc7 [PATCH] md: count corrected read errors per drive by NeilBrown · 19 years ago
  45. d9d166c [PATCH] md: allow array level to be set textually via sysfs by NeilBrown · 19 years ago
  46. 2989ddb [PATCH] md: make a couple of names in md.c static by NeilBrown · 19 years ago
  47. 1345b1d [PATCH] md: define and use safe_put_page for md by NeilBrown · 19 years ago
  48. 2604b70 [PATCH] md: remove personality numbering from md by NeilBrown · 19 years ago
  49. fccddba [PATCH] md: tidy up raid5/6 hash table code by NeilBrown · 19 years ago
  50. 0eb3ff1 [PATCH] md: raid10 read-error handling - resync and read-only by NeilBrown · 19 years ago
  51. 4443ae1 [PATCH] md: auto-correct correctable read errors in raid10 by NeilBrown · 19 years ago
  52. 9910f16 [PATCH] md: fix up some rdev rcu locking in raid5/6 by NeilBrown · 19 years ago
  53. cf30a47 [PATCH] md: handle errors when read-only by NeilBrown · 19 years ago
  54. ddaf22a [PATCH] md: attempt to auto-correct read errors in raid1 by NeilBrown · 19 years ago
  55. ca65b73 [PATCH] md: fix raid6 resync check/repair code by NeilBrown · 19 years ago
  56. 6cce3b23 [PATCH] md: write intent bitmap support for raid10 by NeilBrown · 19 years ago
  57. 6ff8d8ec [PATCH] md: allow dirty raid[456] arrays to be started at boot by NeilBrown · 19 years ago
  58. 0a27ec9 [PATCH] md: improve raid10 "IO Barrier" concept by NeilBrown · 19 years ago
  59. 17999be [PATCH] md: improve raid1 "IO Barrier" concept by NeilBrown · 19 years ago
  60. 6da487d [PATCH] device-mapper ioctl: add skip lock_fs flag by Alasdair G Kergon · 19 years ago
  61. a334de2 [PATCH] knfsd: check error status from vfs_getattr and i_op->fsync by David Shaw · 19 years ago
  62. f93ea41 [PATCH] jbd: split checkpoint lists by Jan Kara · 19 years ago
  63. 81684ee [PATCH] include/linux/parport_pc.h: "extern inline" -> "static inline" by Adrian Bunk · 19 years ago
  64. 110bee7 [PATCH] parport: DEBUG_PARPORT build fix by Marko Kohtala · 19 years ago
  65. 742ec65 [PATCH] parport: phase fixes by Marko Kohtala · 19 years ago
  66. 3ec870d [PATCH] fuse: make maximum write data configurable by Miklos Szeredi · 19 years ago
  67. 1d3d752 [PATCH] fuse: clean up request size limit checking by Miklos Szeredi · 19 years ago
  68. de5f120 [PATCH] fuse: add frsize to statfs reply by Miklos Szeredi · 19 years ago
  69. 45714d6 [PATCH] fuse: bump interface version by Miklos Szeredi · 19 years ago
  70. dcceafe [PATCH] I2O: Bugfixes by Markus Lidel · 19 years ago
  71. 24791bd [PATCH] I2O: Remove wrong I2O device class by Markus Lidel · 19 years ago
  72. a1a5ea7 [PATCH] I2O: changed I2O API to create I2O messages in kernel memory by Markus Lidel · 19 years ago
  73. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 19 years ago
  74. 8129ee1 [PATCH] s390: qdio V=V pass-through by Frank Pavlic · 19 years ago
  75. cfb1b55 [PATCH] s390: move s390_root_dev_* out of the cio layer by Carsten Otte · 19 years ago
  76. a63a493 [PATCH] s390: uaccess warnings by Martin Schwidefsky · 19 years ago
  77. 56dc6a8 [PATCH] s390: cms volume label definitions by Peter Oberparleiter · 19 years ago
  78. 973bd99 [PATCH] s390: atomic primitives by Martin Schwidefsky · 19 years ago
  79. b14a72d [PATCH] m68knommu: remove enable_irq_nosync() by Christoph Hellwig · 19 years ago
  80. 3258891 [PATCH] m68knommu: enable_irq/disable_irq by Christoph Hellwig · 19 years ago
  81. adfc31c [PATCH] m32r: Remove unnecessary icu_data_t definitions by Hirokazu Takata · 19 years ago
  82. 46ea178 [PATCH] m32r: Update _port2addr to use NONCACHE_OFFSET by Hirokazu Takata · 19 years ago
  83. 1b5b776 [PATCH] m32r: Update syscall macros for MMU-less targets by Hirokazu Takata · 19 years ago
  84. 9287d95 [PATCH] m32r: Support M32104UT target platform by Hirokazu Takata · 19 years ago
  85. 3a291a2 [PATCH] mm: add a new function (needed for swap suspend) by Rafael J. Wysocki · 19 years ago
  86. 72a97e0 [PATCH] swsusp: improve freeing of memory by Rafael J. Wysocki · 19 years ago
  87. 7088a5c [PATCH] swsusp: introduce the swap map structure by Rafael J. Wysocki · 19 years ago
  88. 0595bf3 [PATCH] Alpha: convert to generic irq framework (alpha part) by Ivan Kokshaysky · 19 years ago
  89. eee4526 [PATCH] Alpha: convert to generic irq framework (generic part) by Ivan Kokshaysky · 19 years ago
  90. 1fa744e [PATCH] cpu hotplug/x86_64: disable interrupt in play_dead by Shaohua Li · 19 years ago
  91. 19d5348 [PATCH] mpspec: remove unneeded packed attribute by Brian Gerst · 19 years ago
  92. f90b811 [PATCH] Base support for AMD Geode GX/LX processors by Jordan Crouse · 19 years ago
  93. d832245 [PATCH] x86: fls() in asm by Stephen Hemminger · 19 years ago
  94. 1855a2c [PATCH] x86: convert bigsmp to use flat physical mode by Ashok Raj · 19 years ago
  95. 67df197 [PATCH] x86/x86_64: mark rodata section read-only: x86-64 support by Arjan van de Ven · 19 years ago
  96. c728252 [PATCH] x86/x86_64: mark rodata section read only: generic x86-64 bugfix by Arjan van de Ven · 19 years ago
  97. 63aaf30 [PATCH] x86/x86_64: mark rodata section read only: x86 parts by Arjan van de Ven · 19 years ago
  98. 37b73c8 [PATCH] x86/x86_64: mark rodata section read only: generic infrastructure by Arjan van de Ven · 19 years ago
  99. d89c145 [PATCH] x86: handle -Wsign-compare in bitops by David Howells · 19 years ago
  100. 5fe9fe3c [PATCH] x86: Pnp byte granularity by Zachary Amsden · 19 years ago