1. b0e7464 Input: xpad - add more USB IDs by Joshua J Bowman · 17 years ago
  2. ef49c32 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  3. 3d1343b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  4. a2508c0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  5. 0f5a2c5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  6. 6d85d06 [JFFS2] Update MAINTAINERS entry -- the jffs-dev list is dead by David Woodhouse · 17 years ago
  7. 8d6ea58 [JFFS2] Prevent return of initialised variable in jffs2_init_acl_post() by David Woodhouse · 17 years ago
  8. 460cd05 mmc_spi: Fix mmc-over-spi regression by David Brownell · 17 years ago
  9. 1fa8dd1 mmc: use common byte swap macros by Pierre Ossman · 17 years ago
  10. 78e4807 mmc: fix cid and csd byte order by Pierre Ossman · 17 years ago
  11. 6356a9d at91_mci: Fix bad reference by Pierre Ossman · 17 years ago
  12. 6ee4e28 [SPARC32]: Fix build-warning in io-unit.c by David S. Miller · 17 years ago
  13. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  14. a5a613a [CRYPTO] tcrypt: Move sg_init_table out of timing loops by Herbert Xu · 17 years ago
  15. 0aa031d [SPARC64]: Fix BACKOFF_SPIN on non-SMP. by David S. Miller · 17 years ago
  16. 64d329e [SPARC32]: __inline__ --> inline by David S. Miller · 17 years ago
  17. d979f17 [SPARC64]: __inline__ --> inline by David S. Miller · 17 years ago
  18. ceaa79c4 [NETNS]: Fix get_net_ns_by_pid by Eric W. Biederman · 17 years ago
  19. 2b008b0a [NET]: Marking struct pernet_operations __net_initdata was inappropriate by Eric W. Biederman · 17 years ago
  20. 72998d8 [INET] ESP: Must #include <linux/scatterlist.h> by Adrian Bunk · 17 years ago
  21. 18134be [TCP] IPV6: fix softnet build breakage by Jeff Garzik · 17 years ago
  22. 26adc0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup by Linus Torvalds · 17 years ago
  23. 0e4bd10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86 by Linus Torvalds · 17 years ago
  24. ec3b67c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  25. e868171 De-constify sched.h by Alexey Dobriyan · 17 years ago
  26. 4be2700 [NetLabel]: correct usage of RCU locking by Paul Moore · 17 years ago
  27. 94d3b1e [TCP]: fix D-SACK cwnd handling by Ryousei Takano · 17 years ago
  28. 43cc738 [NET] napi: use non-interruptible sleep in napi_disable by Benjamin Herrenschmidt · 17 years ago
  29. 8ad7c62b [SCTP] net/sctp/auth.c: make 3 functions static by Adrian Bunk · 17 years ago
  30. b4caea8 [TCP]: Add missing I/O AT code to ipv6 side. by David S. Miller · 17 years ago
  31. d84d64d [SCTP]: #if 0 sctp_update_copy_cksum() by Adrian Bunk · 17 years ago
  32. 39296ed [INET]: Unexport icmpmsg_statistics by Adrian Bunk · 17 years ago
  33. bbbb1a8 [NET]: Unexport sock_enable_timestamp(). by Adrian Bunk · 17 years ago
  34. 0f79efd [TCP]: Make tcp_match_skb_to_sack() static. by Adrian Bunk · 17 years ago
  35. d76081f [IRDA]: Make ircomm_tty static. by Adrian Bunk · 17 years ago
  36. 253879e [NET] fs/proc/proc_net.c: make a struct static by Adrian Bunk · 17 years ago
  37. c8d90dc [NET] dev_change_name: ignore changes to same name by Stephen Hemminger · 17 years ago
  38. 8c56a34 Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 by David S. Miller · 17 years ago
  39. d892afe [NET]: Document some simple rules for actions by Jamal Hadi Salim · 17 years ago
  40. a057ae3 [NET_CLS_ACT]: Use skb_act_clone by Jamal Hadi Salim · 17 years ago
  41. 12da81d [NET_CLS_ACT]: Introduce skb_act_clone by Jamal Hadi Salim · 17 years ago
  42. c7da57a [TCP]: Fix scatterlist handling in MD5 signature support. by David S. Miller · 17 years ago
  43. 0e0940d [IPSEC]: Fix scatterlist handling in skb_icv_walk(). by David S. Miller · 17 years ago
  44. ed0e7e0 [IPSEC]: Add missing sg_init_table() calls to ESP. by David S. Miller · 17 years ago
  45. b733588 [CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly. by David S. Miller · 17 years ago
  46. a676772 [CRYPTO]: HMAC needs some more scatterlist fixups. by David S. Miller · 17 years ago
  47. 564262c1 [TCP]: Fix inconsistency of terms. by Ryousei Takano · 17 years ago
  48. 4bc3e17 Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  49. ddd6858 [PATCH] mac80211: fix printk warning on 64-bit by Johannes Berg · 17 years ago
  50. e6e1ace x86 setup: sizeof() is unsigned, unbreak comparisons by H. Peter Anvin · 17 years ago
  51. 6b6815c x86 setup: handle boot loaders which set up the stack incorrectly by H. Peter Anvin · 17 years ago
  52. 31c7cec [PATCH] add myself as mac80211 maintainer by Johannes Berg · 17 years ago
  53. 4822570 [PATCH] mac80211: Fix SSID matching in AP selection by Michael Wu · 17 years ago
  54. fee9dee [UDP]: Make use of inet_iif() when doing socket lookups. by Vlad Yasevich · 17 years ago
  55. 41fb285 [CRYPTO]: Fix hmac_digest from the SG breakage. by Vlad Yasevich · 17 years ago
  56. 8a6911b [IPV4]: Remove no longer used snmp4_icmp_list. by David S. Miller · 17 years ago
  57. ade8c56 x86 bitops: fix code style issues by Randy Dunlap · 17 years ago
  58. fb9431e bitops kernel-doc: inline instead of macro by Randy Dunlap · 17 years ago
  59. a60387b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  60. 0e81bef Merge branch 'warnings-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  61. eadd4f5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  62. 06dbbfe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  63. 22fa8d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  64. 7f14957 Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  65. 2c75055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 17 years ago
  66. fc42dab Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  67. 2304c3a Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  68. fcd0580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  69. f9e8348 fs: Fix to correct the mbcache entries counter by Ram Gupta · 17 years ago
  70. 2a2da53 Fix pointer mismatches in proc_sysctl.c by David Howells · 17 years ago
  71. de48844 Permit silencing of __deprecated warnings. by Jeff Garzik · 17 years ago
  72. c67c36e Fix /proc/acpi/alarm BCD alarm encodings by Linus Torvalds · 17 years ago
  73. 208652d x86: kill the old i386 and x86_64 directories by Sam Ravnborg · 17 years ago
  74. 4757238 x86: move i386 and x86_64 Kconfig files to x86 directory by Sam Ravnborg · 17 years ago
  75. e703f75 kconfig: small code refactoring in kconfig Makefile by Sam Ravnborg · 17 years ago
  76. d013a27 x86: unification of i386 and x86_64 Kconfig.debug by Randy Dunlap · 17 years ago
  77. 2266cfd x86: move defconfig files for i386 and x86_64 to x86 by Sam Ravnborg · 17 years ago
  78. 74b469f x86: move i386 and x86_64 Makefiles to arch/x86 by Sam Ravnborg · 17 years ago
  79. d5d1cea USB: open disconnect race in usblcd by Oliver Neukum · 17 years ago
  80. 78663ec USB: disconnect open race in legousbtower by Oliver Neukum · 17 years ago
  81. 03f36e8 USB: open disconnect race in iowarrior by Oliver Neukum · 17 years ago
  82. 5919a43b USB: missing error check in emi62 by Oliver Neukum · 17 years ago
  83. cf4cf0b USB: missing error check in emi26 by Oliver Neukum · 17 years ago
  84. 8abaee2 USB: usb_serial_resume bug fix by Sarah Sharp · 17 years ago
  85. da6fb57 USB: remove new OHCI build warnings by David Brownell · 17 years ago
  86. 5174528 USB: amd5536udc - remove set_mwi() compiler warning by David Brownell · 17 years ago
  87. acd2a84 USB: usbserial - fix potential deadlock between write() and IRQ by Jiri Kosina · 17 years ago
  88. 8a28dea usb: serial/pl2303: support for IO Data Device RSAQ5 by Masakazu Mokuno · 17 years ago
  89. d718d2b USB: fix read vs. disconnect race in cytherm driver by Oliver Neukum · 17 years ago
  90. 54d2bc0 USB: fix locking in idmouse by Oliver Neukum · 17 years ago
  91. 439a903 USB: fix interface sysfs file-creation bug by Alan Stern · 17 years ago
  92. b22817b USB: fix ssb_ohci_probe() build bug by Ingo Molnar · 17 years ago
  93. df64c47 USB: pl2303: remove can't happen checks, set speed properly and report baud rate by Alan Cox · 17 years ago
  94. 3d3ddce USB: mos7840: Clean up old checks and stuff by Alan Cox · 17 years ago
  95. 3328d97 USB rio500.c: fix check-after-use by Adrian Bunk · 17 years ago
  96. e28c6a7 USB iowarrior.c: fix check-after-use by Adrian Bunk · 17 years ago
  97. 0b28baa USB: add URB_FREE_BUFFER to permissible flags by Oliver Neukum · 17 years ago
  98. 3794ade USB: isd200: sort out USB/IDE dependancy mess by Alan Cox · 17 years ago
  99. c93d465 USB: FTDI Elan driver: Convert ftdi->u132_lock to mutex by Matthias Kaehlcke · 17 years ago
  100. 7898ffc USB: fix scheduling of Iso URBs in uhci-hcd by Alan Stern · 17 years ago