1. de221bd bonding: update documentation - alternate configuration. by Nicolas de Pesloüan · 14 years ago
  2. 44f5324 TCP: fix a bug that triggers large number of TCP RST by mistake by Jerry Chu · 14 years ago
  3. 73a8bd7 ipv6: Revert 'administrative down' address handling changes. by David S. Miller · 14 years ago
  4. de0368d textsearch: doc - fix spelling in lib/textsearch.c. by Jesper Dangaard Brouer · 14 years ago
  5. 986e3f6 USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware() by Jesper Juhl · 14 years ago
  6. 2321f3b pch_gbe: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  7. 7c81047 bnx2: Always set ETH_FLAG_TXVLAN by Michael Chan · 14 years ago
  8. b7c7d01 net: clear heap allocation for ethtool_get_regs() by Eugene Teo · 14 years ago
  9. d80bc0f ipv6: Always clone offlink routes. by David S. Miller · 14 years ago
  10. 3dce38a dcbnl: make get_app handling symmetric for IEEE and CEE DCBx by John Fastabend · 14 years ago
  11. 5955e75 Merge branch 'can/at91_can-for-net-2.6' of git://git.pengutronix.de/git/mkl/linux-2.6 by David S. Miller · 14 years ago
  12. fd0273c tcp: fix bug in listening_get_next() by Eric Dumazet · 14 years ago
  13. 3408404 inetpeer: Use correct AVL tree base pointer in inet_getpeer(). by David S. Miller · 14 years ago
  14. d1dc7ab GRO: fix merging a paged skb after non-paged skbs by Michal Schmidt · 14 years ago
  15. e92427b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 14 years ago
  16. c506653 net: arp_ioctl() must hold RTNL by Eric Dumazet · 14 years ago
  17. ec30f34 fix a shutdown regression in intel_idle by Shaohua Li · 14 years ago
  18. 34686fe Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  19. 500d85c Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  20. ce84d53 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  21. bc09475 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  22. 4398f31 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  23. 3a5655a can: at91_can: make can_id of mailbox 0 configurable by Marc Kleine-Budde · 14 years ago
  24. 9e0a2d1 can: at91_can: don't use mailbox 0 by Marc Kleine-Budde · 14 years ago
  25. 0909c1e can: at91_can: clean up usage of AT91_MB_RX_FIRST and AT91_MB_RX_NUM by Marc Kleine-Budde · 14 years ago
  26. 3ff6dca sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug by Yong Zhang · 14 years ago
  27. d315777 Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  28. 5a05a6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  29. d20761a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  30. 1765e3a Remove MAYBE_BUILD_BUG_ON by Rusty Russell · 14 years ago
  31. 7ef88ad BUILD_BUG_ON: make it handle more cases by Rusty Russell · 14 years ago
  32. 577d6a7 module: fix missing semicolons in MODULE macro usage by Rusty Russell · 14 years ago
  33. b75be42 param: add null statement to compiled-in module params by Linus Walleij · 14 years ago
  34. 3b90a5b module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=n by Rusty Russell · 14 years ago
  35. e94965e module: show version information for built-in modules in sysfs by Dmitry Torokhov · 14 years ago
  36. 3ac285f selinux: return -ENOMEM when memory allocation fails by Davidlohr Bueso · 14 years ago
  37. e5cce6c tpm: fix panic caused by "tpm: Autodetect itpm devices" by Olof Johansson · 14 years ago
  38. c4ff4b8 TPM: Long default timeout fix by Rajiv Andrade · 14 years ago
  39. 5403110 trusted keys: Fix a memory leak in trusted_update(). by Jesper Juhl · 14 years ago
  40. 7f3c68b keys: add trusted and encrypted maintainers by Mimi Zohar · 14 years ago
  41. b970344 encrypted-keys: rename encrypted_defined files to encrypted by Mimi Zohar · 14 years ago
  42. 4b174b6 trusted-keys: rename trusted_defined files to trusted by Mimi Zohar · 14 years ago
  43. 8969691 x86: Fix jump label with RO/NX module protection crash by matthieu castet · 14 years ago
  44. ff5fdb6 fs: fix new dcache.c kernel-doc warnings by Randy Dunlap · 14 years ago
  45. 9b310ac rapidio: fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  46. fcf2856 docbook: fix broken serial to tty/serial movement by Randy Dunlap · 14 years ago
  47. 00e99a4 perf tools: Fix time function double declaration with glibc by Thomas Renninger · 14 years ago
  48. 065bef5 perf tools: Fix build by checking if extra warnings are supported by Arnaldo Carvalho de Melo · 14 years ago
  49. 5c7a668 perf tools: Fix build when using gcc 3.4.6 by Arnaldo Carvalho de Melo · 14 years ago
  50. a860a60 perf tools: Add missing header, fixes build by Arnaldo Carvalho de Melo · 14 years ago
  51. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  52. 57b84e5 perf test: Fix build on older glibcs by Arnaldo Carvalho de Melo · 14 years ago
  53. 01bb2dc Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  54. 0a0b7a5 can: add driver for Softing card by Kurt Van Dijck · 14 years ago
  55. 03fd3cf can: add driver for Softing card by Kurt Van Dijck · 14 years ago
  56. 1bae4ce Linux 2.6.38-rc2 by Linus Torvalds · 14 years ago
  57. 93789b3 x86, hotplug: Fix powersavings with offlined cores on AMD by Borislav Petkov · 14 years ago
  58. 13a3cec Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  59. 2221eca atm: idt77105: fix fetch_stats() result by Vasiliy Kulikov · 14 years ago
  60. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 14 years ago
  61. a8b17ed KEYS: Do some style cleanup in the key management code. by David Howells · 14 years ago
  62. 9093ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  63. ebe0d80 Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  64. 5bf7a65 Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  65. 0f5c2ac Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  66. cfd7448 Merge branch 'stable/bug-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  67. a1d3f5b Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  68. 7971b96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  69. c745552 Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  70. d41ad6d Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  71. 806839b perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/ by Oleg Nesterov · 14 years ago
  72. ffb5e0f perf test: Use cpu_map->[cpu] when setting affinity by Han Pingtian · 14 years ago
  73. b2f8fb2 perf symbols: Fix annotation of thumb code by Dr. David Alan Gilbert · 14 years ago
  74. 3dece37 mm: System without MMU do not need pte_mkwrite by Michal Simek · 14 years ago
  75. db9fd84 MAINTAINERS: Update Roland Dreier's email address by Roland Dreier · 14 years ago
  76. b5cc8ca RTC: Remove Kconfig symbol for UIE emulation by Uwe Kleine-König · 14 years ago
  77. d5553a5 RTC: Properly handle rtc_read_alarm error propagation and fix bug by John Stultz · 14 years ago
  78. aa0be0f RTC: Propagate error handling via rtc_timer_enqueue properly by John Stultz · 14 years ago
  79. db6b175 acpi_pm: Clear pmtmr_ioport if acpi_pm initialization fails by Konrad Rzeszutek Wilk · 14 years ago
  80. 1daeddd rtc: Cleanup removed UIE emulation declaration by John Stultz · 14 years ago
  81. 8e1b4cf xen: p2m: correctly initialize partial p2m leaf by Stefan Bader · 14 years ago
  82. 4843456 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  83. 547e9fd perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat by Peter Zijlstra · 14 years ago
  84. f21bbec x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp to handler intr by Fenghua Yu · 14 years ago
  85. cc67ba63 x86: Use asm-generic/cacheflush.h by Akinobu Mita · 14 years ago
  86. dfff95c um: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  87. 8df27406 tile: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  88. 373b25c sparc: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  89. 2fc361b score: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  90. 2604362 powerpc: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  91. 72e73af parisc: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  92. b169c90 mn10300: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  93. b6e3162 microblaze: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  94. d8b1932 m68knommu: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  95. c5e6612 ia64: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  96. f39b02d frv: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  97. 7b02886 blackfin: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  98. e27ec64 alpha: Use generic irq Kconfig by Thomas Gleixner · 14 years ago
  99. 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 14 years ago
  100. 0e155b2 m32r: Convert to generic irq Kconfig by Thomas Gleixner · 14 years ago