1. a326443 ipv6 addrconf: Fix route lifetime setting in corner case. by YOSHIFUJI Hideaki · 16 years ago
  2. 44dc19c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  3. 0686caa ndisc: Add missing strategies for per-device retrans timer/reachable time settings. by YOSHIFUJI Hideaki · 16 years ago
  4. e6da97e ipv6: Move <linux/in6.h> from header-y to unifdef-y. by Robert P. J. Day · 16 years ago
  5. 090c48d l2tp: avoid skb truesize bug if headroom is increased by James Chapman · 16 years ago
  6. 229ce3a wireless: Create 'device' symlink in sysfs by Masakazu Mokuno · 16 years ago
  7. b7acbdf wireless, airo: waitbusy() won't delay by Roel Kluin · 16 years ago
  8. 02969d2 libertas: fix command timeout after firmware failure by Brian Cavagnolo · 16 years ago
  9. 2f561fe mac80211: Add RTNL version of ieee80211_iterate_active_interfaces by Ivo van Doorn · 16 years ago
  10. 34a961f mac80211 : Association with 11n hidden ssid ap. by Abhijeet Kolekar · 16 years ago
  11. 23f40dc hostap: fix "registers" registration in procfs by Mathieu Chouquet-Stringer · 16 years ago
  12. 066b211 isdn/capi: Return proper errnos on module init. by Marcin Slusarz · 16 years ago
  13. ffd8211 iphase: Fix 64bit warning. by Alan Cox · 16 years ago
  14. 01bbf2c hysdn: No longer broken on SMP. by Andrew Morton · 16 years ago
  15. a9dd7fe hysdn: Remove cli()/sti() calls. by Mark Asselstine · 16 years ago
  16. a1a61a4 atm: Cleanup atm_tcp.h and atm.h for userspace. by Mike Frysinger · 16 years ago
  17. 38d2f38 bonding: handle case of device named bonding_master by Stephen Hemminger · 16 years ago
  18. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  19. dcc9977 net: handle errors from device_rename by Stephen Hemminger · 16 years ago
  20. 8f40f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  21. 8978a31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  22. f7fd63c net/irda/irnet/irnet_irda.c needs unaligned.h by Andrew Morton · 16 years ago
  23. 9ffee4c tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lock by Andrew Morton · 16 years ago
  24. e7e72bf Remove blkdev warning triggered by using md by Neil Brown · 16 years ago
  25. 4920916 char: select fw_loader by moxa by Jiri Slaby · 16 years ago
  26. 76cdd58 memory_hotplug: always initialize pageblock bitmap by Heiko Carstens · 16 years ago
  27. 1c12c4c mprotect: prevent alteration of the PAT bits by Venki Pallipadi · 16 years ago
  28. 44c8143 per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modules by Eric Dumazet · 16 years ago
  29. fd8a422 memory_hotplug: check for walk_memory_resource() failure in online_pages() by Geoff Levand · 16 years ago
  30. 3fc9577 lib: create common ascii hex array by Harvey Harrison · 16 years ago
  31. 122a881 video/logo: add support for Blackfin/Linux logo for framebuffer console by Robin Getz · 16 years ago
  32. 7e01c8e ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() by Tiger Yang · 16 years ago
  33. 0c70814 cgroups: fix compile warning by Mirco Tischler · 16 years ago
  34. b7cffc1 asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspace by Mike Frysinger · 16 years ago
  35. 772279c jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT by Mingming Cao · 16 years ago
  36. c3723ca memory hotplug: memmap_init_zone called twice by Heiko Carstens · 16 years ago
  37. 3b7ec11 ipmi: support I/O resources in OF driver by Nate Case · 16 years ago
  38. 9089870 atmel_lcdfb: fix initialization of a pre-allocated framebuffer by Nicolas Ferre · 16 years ago
  39. 3ef0f72 mm: fix infinite loop in filemap_fault by Miklos Szeredi · 16 years ago
  40. 3b73a22 pnp: add ISAPnP MPU option quirks by Rene Herman · 16 years ago
  41. bc033c9 pnp: add pnp_build_option() to the API by Rene Herman · 16 years ago
  42. 726a7a3 pnp: clean up pnp_fixup_device() by Rene Herman · 16 years ago
  43. 82f55af fix "lxfb: extend PLL table to support dotclocks below 25 MHz" by Jens Rottmann · 16 years ago
  44. 8b8b498 oprofile: don't request cache line alignment for cpu_buffer by Eric Dumazet · 16 years ago
  45. f7c5a77 m68knommu: add info about removing mcfserial by Sebastian Siewior · 16 years ago
  46. 57cc097 mpc5200_psc_spi: typo fix in header block by Grant Likely · 16 years ago
  47. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 16 years ago
  48. 332c421 9p: make cryptic unknown error from server less scary by Eric Van Hensbergen · 16 years ago
  49. d0c4471 9p: fix flags length in net by Steven Rostedt · 16 years ago
  50. 728fc4ef 9p: Correct fidpool creation failure in p9_client_create by Josef 'Jeff' Sipek · 16 years ago
  51. c154949 9p: use struct mutex instead of struct semaphore by Josef 'Jeff' Sipek · 16 years ago
  52. bb8ffdf 9p: propagate parse_option changes to client and transports by Eric Van Hensbergen · 16 years ago
  53. ab31267 fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up". by Jim Meyering · 16 years ago
  54. ee44399 9p: Documentation updates by Eric Van Hensbergen · 16 years ago
  55. b32a09d add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust by Markus Armbruster · 16 years ago
  56. db973ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  57. cafa027 cs5520: disable VDMA by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 64afc31 ide/Kconfig: couple of fixes by Bartlomiej Zolnierkiewicz · 16 years ago
  59. e7f379d alim15x3: remove WDC_ALI15X3 config option by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 63b1623 alim15x3: add "wdc_udma" module parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 2bf111d alim15x3: remove stale warning about ATI RS100 northbridge by Bartlomiej Zolnierkiewicz · 16 years ago
  62. df98668 alim15x3: trivial cleanup for ali_set_pio_mode() by Bartlomiej Zolnierkiewicz · 16 years ago
  63. e0b4eb5 make ide-iops.c:SELECT_MASK() static by Adrian Bunk · 16 years ago
  64. 4d4423c SWARM IDE: Fix up following changes to ide_hwif_t by Maciej W. Rozycki · 16 years ago
  65. dd28642 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  66. 4717df5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  67. fc99824c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  68. e90a4e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  69. 0a3ad00 Driver core: struct class remove children list by Dave Young · 16 years ago
  70. 30f2f0e block: do_mounts - accept root=<non-existant partition> by Kay Sievers · 16 years ago
  71. 6aa5fc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  72. 362a61a fix SMP data race in pagetable setup vs walking by Nick Piggin · 16 years ago
  73. 73f1028 read_barrier_depends arch fixlets by Nick Piggin · 16 years ago
  74. 4051770 USB: atmel_usba_udc fixes, mostly disconnect() by David Brownell · 16 years ago
  75. 5a59bc5 USB: pxa27x_udc: minor fixes by Robert Jarzmik · 16 years ago
  76. 6def755 usbtest: comment on why this code "expects" negative and positive errnos by Marcin Slusarz · 16 years ago
  77. 5fc8939 USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb by Xiaofan Chen · 16 years ago
  78. 96cb15c USB: option: add new Dell 5520 HSDPA variant by Dan Williams · 16 years ago
  79. e7c6f80 USB: unusual_devs: Add support for GI 0401 SD-Card interface by Filip Aben · 16 years ago
  80. b937033 USB: serial gadget: descriptor cleanup by David Brownell · 16 years ago
  81. 734d37c USB: serial gadget: simplify endpoint handling by David Brownell · 16 years ago
  82. 2c2d28a USB: serial gadget: remove needless data structure by David Brownell · 16 years ago
  83. 9079e91 USB: serial gadget: cleanup/reorg by David Brownell · 16 years ago
  84. fe312e7 usb: fix compile warning in isp1760 by Sebastian Siewior · 16 years ago
  85. cdafc37 USB: do not handle device 1410:5010 in 'option' driver by Eugeniy Meshcheryakov · 16 years ago
  86. ed3e8fc USB: Fix unusual_devs.h ordering by Phil Dibowitz · 16 years ago
  87. 6149ed5 USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acm by Iain McFarlane · 16 years ago
  88. 4c7d313 USB: Support for the ET502HS HDSPA modem in option driver by andreoli@samba.ing.unimo.it · 16 years ago
  89. dddcb8b USB: Support for the ET502HS HDSPA modem by andreoli@samba.ing.unimo.it · 16 years ago
  90. af3d305 usb: fix integer as NULL pointer warnings found by sparse by Harvey Harrison · 16 years ago
  91. 2202647 USB: isp1760: fix printk format by Randy Dunlap · 16 years ago
  92. 23cacd6 USB: add Telstra NextG CDMA id to option driver by Greg Kroah-Hartman · 16 years ago
  93. d23039e USB: add association.h by Greg Kroah-Hartman · 16 years ago
  94. 2e5f10e USB: create attributes before sending uevent by Alan Stern · 16 years ago
  95. 6986a97 USB: add new moto_modem driver for some Morotola phones by Greg Kroah-Hartman · 16 years ago
  96. 9ee6b7f net: Fix typo in net/core/sock.c. by Rami Rosen · 16 years ago
  97. 4b95ede ppp: Do not free not yet unregistered net device. by Pavel Emelyanov · 16 years ago
  98. 01b7a31 netfilter: xt_iprange: module aliases for xt_iprange by Phil Oester · 16 years ago
  99. 1eedf69 netfilter: ctnetlink: dump conntrack ID in event messages by Eric Leblond · 16 years ago
  100. 3322238 irda: Fix a misalign access issue. (v2) by Graf Yang · 16 years ago