1. ae1b6a3 [AX25]: Potential ax25_uid_assoc-s leaks on module unload. by Pavel Emelyanov · 16 years ago
  2. 2de58e3 tg3: fix MMIO for PPC 44x platforms by Sergei Shtylyov · 16 years ago
  3. 16a7914 Mark generic HDLC + PPP as broken. by Krzysztof Halasa · 16 years ago
  4. 44fb312 ehea: Fix DLPAR memory add support by Thomas Klein · 16 years ago
  5. 5a81f14 sc92031: sysfs link missing by Stephen Hemminger · 16 years ago
  6. c500cb2 smc91x driver: fix bug: print warning only in interrupt mode by Sonic Zhang · 16 years ago
  7. a376e79 forcedeth: mac address fix by Ayaz Abdulla · 16 years ago
  8. 72cfe92 macb: Use semicolon instead of comma for statement by Atsushi Nemoto · 16 years ago
  9. 84b7901 macb: Call phy_disconnect on removing by Atsushi Nemoto · 16 years ago
  10. 3d137fd ucc_geth: fix non-functional fixed phy support by Joakim Tjernlund · 16 years ago
  11. 9a3c243 fs_enet: Don't call NAPI functions when NAPI is not used. by Laurent Pinchart · 16 years ago
  12. c63eddb sky2: missing chip name for Yukon Supreme by Stephen Hemminger · 16 years ago
  13. 7951f0b [NETNS][IPV6] tcp - assign the netns for timewait sockets by Daniel Lezcano · 16 years ago
  14. 951e07c [IPV4]: Fix byte value boundary check in do_ip_getsockopt(). by David S. Miller · 16 years ago
  15. 619c714 BNX2X: Correct bringing chip out of reset by Eliezer Tamir · 16 years ago
  16. 475959d [NETFILTER]: nf_nat: autoload IPv4 connection tracking by Jan Engelhardt · 16 years ago
  17. 1b9b70e [NETFILTER]: xt_hashlimit: fix mask calculation by Patrick McHardy · 16 years ago
  18. b41f5bf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  19. bcf0dda [XFRM]: xfrm_user: fix selector family initialization by Patrick McHardy · 16 years ago
  20. e91e9d4 rt61pci: rt61pci_beacon_update do not free skb twice by Daniel Wagner · 16 years ago
  21. 2633da2 ssb-mipscore: Fix interrupt vectors by Michael Buesch · 16 years ago
  22. b63009b ssb-pcicore: Fix IRQ TPS flag handling by Larry Finger · 16 years ago
  23. 216bce9 mac80211: use short_preamble mode from capability if ERP IE not present by Vladimir Koutny · 16 years ago
  24. 21f644f [NET]: Undo code bloat in hot paths due to print_mac(). by David S. Miller · 16 years ago
  25. 6adb4f7 [TCP]: Don't allow FRTO to take place while MTU is being probed by Ilpo Järvinen · 16 years ago
  26. 882beba [TCP]: tcp_simple_retransmit can cause S+L by Ilpo Järvinen · 16 years ago
  27. c137f3d [TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skb by Ilpo Järvinen · 16 years ago
  28. 1b69d74 [TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fack by Ilpo Järvinen · 16 years ago
  29. 16f2e85 nl80211: fix STA AID bug by Johannes Berg · 16 years ago
  30. 881400a b43legacy: fix bcm4303 crash by Stefano Brivio · 16 years ago
  31. 7981a35 iwlwifi: fix n-band association problem by Abhijeet Kolekar · 16 years ago
  32. 3f2eeac ipw2200: set MAC address on radiotap interface by Daniel Drake · 16 years ago
  33. 877cb0d libertas: fix mode initialization problem by Holger Schurig · 16 years ago
  34. bfe87db Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  35. 30ecce9 fix endian lossage in forcedeth by Al Viro · 16 years ago
  36. e28e3a6 net/tokenring/olympic.c section fixes by Adrian Bunk · 16 years ago
  37. 5da4e37 net: marvell.c fix sparse shadowed variable warning by Harvey Harrison · 16 years ago
  38. 2355632 [VLAN]: Fix egress priority mappings leak. by Pavel Emelyanov · 16 years ago
  39. b2a5c19 [TG3]: Add PHY workaround for 5784 by Matt Carlson · 16 years ago
  40. 61407f8 [NET]: srandom32 fixes for networking v2 by Andi Kleen · 16 years ago
  41. 84f5937 [IPV6]: Fix refcounting for anycast dst entries. by Denis V. Lunev · 16 years ago
  42. eb86757 [IPV6]: inet6_dev on loopback should be kept until namespace stop. by Denis V. Lunev · 16 years ago
  43. 439e238 [IPV6]: Event type in addrconf_ifdown is mis-used. by Denis V. Lunev · 16 years ago
  44. af26818 [ICMP]: Ensure that ICMP relookup maintains status quo by Herbert Xu · 16 years ago
  45. 9597362 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  46. 06f11f3 alpha: get_current(): don't add zero to current_thread_info()->task by Andrew Morton · 16 years ago
  47. 6496968 markers: use synchronize_sched() by Mathieu Desnoyers · 16 years ago
  48. 629c8b4 vmcoreinfo: add the symbol "phys_base" by Ken'ichi Ohmichi · 16 years ago
  49. 865965a efs: update error msg to not refer to deleted read_inode() by Robert P. J. Day · 16 years ago
  50. 212e7bb Char: rio, fix sparse warnings by Jiri Slaby · 16 years ago
  51. 3d0ae36 Char: ip2, fix sparse warnings by Jiri Slaby · 16 years ago
  52. ffc41cf nbd: prevent sock_xmit from attempting to use a NULL socket by Mike Snitzer · 16 years ago
  53. f2b2ea6 doc: fix typo in SubmittingPatches by Jim Meyering · 16 years ago
  54. e8d49f3 Fix typos in Documentation/unaligned-memory-access.txt by Dmitri Vorobiev · 16 years ago
  55. c143d43 alpha: fix ALSA DMA mmap crash by Ivan Kokshaysky · 16 years ago
  56. 39d4c92 atmel_serial: fix uart/console concurrent access by Marc Pignat · 16 years ago
  57. ba0657f atmel_serial: avoid stopping pdc during transmission by Michael Trimarchi · 16 years ago
  58. dd135eb kvm: provide kvm.h for all architecture: fixes headers_install by Christian Borntraeger · 16 years ago
  59. 9cebcdc USB: ohci: fix 2 timers to fire at jiffies + 1s by Richard Kennedy · 16 years ago
  60. 8224705 USB: Allow initialization of broken keyspan serial adapters. by Clark Rawlins · 16 years ago
  61. 4756feb USB: fix bug in sg initialization in usbtest by Alan Stern · 16 years ago
  62. d04863e USB: serial: fix regression in Visor/Palm OS module for kernels >= 2.6.24 by Brad Sawatzky · 16 years ago
  63. e889868 USB: cp2101: Add identifiers for the Telegesys ETRX2USB by Florian Fainelli · 16 years ago
  64. 1bfd669 USB: serial: ti_usb_3410_5052: Correct TUSB3410 endpoint requirements. by Robert Spanton · 16 years ago
  65. cdc647a USB: another ehci_iaa_watchdog fix by David Brownell · 16 years ago
  66. 8eb224c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  67. 7e77718 ide: use ->ata_input_data in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 430c5d2 ide-h8300: 32-bit I/O is unsupported by Bartlomiej Zolnierkiewicz · 16 years ago
  69. f743d04 ide/legacy/q40ide.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  70. 37c807a ide/legacy/macide: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  71. 0c5ec97 ide/legacy/falconide.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  72. c5daf1a ide/legacy/buddha.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  73. 6e1d17d ide/legacy/gayle.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  74. f95dc32 ide/h8300/ide-h8300.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  75. b3fa5fa ide/cris/ide-cris.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  76. 57ad3ea0 ide/arm/ide_arm.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  77. de9facb ide/ppc/pmac.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  78. 20e3dd8 ide/ppc/mpc8xx.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  79. 776c0bc ide/pci/cmd640.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  80. a62ee64 ide-pnp.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  81. 063a0b3 sky2: fix suspend/resume races by Stephen Hemminger · 16 years ago
  82. 49115b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  83. d200ccc Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  84. 4c61f72 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  85. 2f819ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  86. d40c2f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  87. 6be9f7b Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  88. 8774b7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  89. a5f37c3 afs: add missing up_write() on return by Sven Schnelle · 16 years ago
  90. 34e6bbf cfq-iosched: fix rcu freeing of cfq io contexts by Fabio Checconi · 16 years ago
  91. 802fb17 [VLAN]: Proc entry is not renamed when vlan device name changes. by Pavel Emelyanov · 16 years ago
  92. 00d61e3 Fix bounce setting for 64-bit by Andrea Arcangeli · 16 years ago
  93. f32c5f2 [IPV6]: Fix ICMP relookup error path dst leak by Herbert Xu · 16 years ago
  94. a22eb6f [ATM] drivers/atm/iphase.c: compilation warning fix by Leonardo Potenza · 16 years ago
  95. eac55bf IPv6: do not create temporary adresses with too short preferred lifetime by Benoit Boissinot · 16 years ago
  96. c6fbfac IPv6: only update the lifetime of the relevant temporary address by Benoit Boissinot · 16 years ago
  97. 1905f6c bluetooth : __rfcomm_dlc_close lock fix by Dave Young · 16 years ago
  98. 68845cb bluetooth : use lockdep sub-classes for diffrent bluetooth protocol by Dave Young · 16 years ago
  99. 4965291 [ROSE/AX25] af_rose: rose_release() fix by Jarek Poplawski · 16 years ago
  100. 1edcf2e [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk by Joy Latten · 16 years ago