1. 697f8d0 random32: seeding improvement by Stephen Hemminger · 16 years ago
  2. 4adf0af bridge: send correct MTU value in PMTU (revised) by Simon Wunderlich · 16 years ago
  3. e62112c Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  4. 68905eb drivers/net/ehea/ehea_main.c: Release mutex in error handling code by Julia Lawall · 16 years ago
  5. b0ca2a2 sh_eth: Add support of SH7763 to sh_eth by Nobuhiro Iwamatsu · 16 years ago
  6. d02a4e3 fix NE2000 linkage error by Mikael Pettersson · 16 years ago
  7. 031cf19 net: Make "networking" one-click deselectable. by Robert P. J. Day · 16 years ago
  8. 17ef51f ipv6: Fix useless proc net sockstat6 removal by Daniel Lezcano · 16 years ago
  9. 785957d tcp: MD5: Use MIB counter instead of warning for MD5 mismatch. by David S. Miller · 16 years ago
  10. 8d50b53 pkt_sched: Fix OOPS on ingress qdisc add. by David S. Miller · 16 years ago
  11. 4e89191 [netdrvr] wd: fix build breakage with new NS8390p API by Alan Cox · 16 years ago
  12. 16d78bc dm9601: don't do usb transfers of data on stack by Peter Korsgaard · 16 years ago
  13. 38c080f niu: Fix error checking in niu_ethflow_to_class. by Andreas Schwab · 16 years ago
  14. 4a36702 IPv6: datagram_send_ctl() should exit immediately when an error occured by Miao Xie · 16 years ago
  15. e93dc48 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  16. dc56e63 S2io: fix statistics flush after a MTU change by Breno Leitao · 16 years ago
  17. c7b7b04 enc28j60: don't specify (wrong) IRQ type by David Brownell · 16 years ago
  18. 74dfd9f blackfin_mac: unneeded assignment by Stephen Hemminger · 16 years ago
  19. 16b237d Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-fixes by Jeff Garzik · 16 years ago
  20. 8051367 cxgb3: Allow 64KB firmware images. by Steve Wise · 16 years ago
  21. ee02fee Blackfin EMAC Driver: Functional power management support by Michael Hennerich · 16 years ago
  22. a50c0c0 Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2) by Bryan Wu · 16 years ago
  23. d7b843d Blackfin EMAC Driver: add proper __devinit/__devexit markings by Mike Frysinger · 16 years ago
  24. 22ae03a forcedeth bug fix: realtek phy 8211c errata by Ayaz Abdulla · 16 years ago
  25. 56a6d13 mac80211: fix mesh beaconing by Luis Carlos Cobo · 16 years ago
  26. 77bbadd PS3: gelic: use unsigned long for irqflags by Vegard Nossum · 16 years ago
  27. 14db74b mac80211: fix cfg80211 hooks for master interface by Johannes Berg · 16 years ago
  28. bba95fe nl80211: fix dump callbacks by Johannes Berg · 16 years ago
  29. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 16 years ago
  30. 0ccd58f rtl8187: Improve wireless statistics for RTL8187B by Larry Finger · 16 years ago
  31. 1f690d7 rtl8187: Fix for TX sequence number problem by Larry Finger · 16 years ago
  32. 5422399 mac80211: append CONFIG_ to MAC80211_VERBOSE_PS_DEBUG in net/mac80211/tx.c. by Rami Rosen · 16 years ago
  33. 0b06b2a mac80211: fix sparse integer as NULL pointer warning by Harvey Harrison · 16 years ago
  34. 0312110 drivers/net/wireless/iwlwifi/iwl-led.c: printk fix by Andrew Morton · 16 years ago
  35. 023a04b mac80211: return correct error return from ieee80211_wep_init by Jeremy Fitzhardinge · 16 years ago
  36. 1b02416 mac80211: tx, use dev_kfree_skb_any for beacon_get by Jiri Slaby · 16 years ago
  37. 9c0ab71 rt2x00: Clear queue entry flags during initialization by Ivo van Doorn · 16 years ago
  38. 74c0ee9 rt2x00: Force full register config after start() by Ivo van Doorn · 16 years ago
  39. 4104863 b43legacy: Release mutex in error handling code by Julia Lawall · 16 years ago
  40. 80c42af drivers/net/wireless/ipw2100.c: Release mutex in error handling code by Julia Lawall · 16 years ago
  41. e7087a8 rt2x00: Fix memleak when RTS/CTS fails by Ivo van Doorn · 16 years ago
  42. 5adf6d6 rt2x00: Fix QOS sequence counting by Ivo van Doorn · 16 years ago
  43. b93ce43 rt2x00: Fix the beacon length bug by Iwo Mergler · 16 years ago
  44. 3e0c1ab rt2x00: Large vendor requests for rt73usb firmware upload and beacons by Iwo Mergler · 16 years ago
  45. ed0dbee rt2x00: Support for large vendor requests by Iwo Mergler · 16 years ago
  46. f2fdbc4 rt2x00: Fix EIFS timing value by Ivo van Doorn · 16 years ago
  47. ed06387 rt2x00: Remove duplicate declaration by Ivo van Doorn · 16 years ago
  48. 256b152 ath5k: don't enable MSI, we cannot handle it yet by Pavel Roskin · 16 years ago
  49. bc05116 ath5k: fix recursive locking in ath5k_beacon_update by Bob Copeland · 16 years ago
  50. cb9289c iwlwifi: small compile warnings without CONFIG_IWLWIFI_DEBUG by Denis V. Lunev · 16 years ago
  51. c0b6a1c iwlwifi: compilation error when CONFIG_IWLWIFI_DEBUG is not set by Denis V. Lunev · 16 years ago
  52. fb90490 libertas: check bounds and only use decimal for sysfs persistent features. by Brian Cavagnolo · 16 years ago
  53. 699669f iwl-3945: add #ifdef CONFIG_IWL3945_LEDS to avoid compile warning. by Rami Rosen · 16 years ago
  54. 435307a rfkill: yet more minor kernel-doc fixes by Henrique de Moraes Holschuh · 16 years ago
  55. 064af11 rfkill: mutex fixes by Henrique de Moraes Holschuh · 16 years ago
  56. f1b2336 rfkill: document the rfkill struct locking (v2) by Henrique de Moraes Holschuh · 16 years ago
  57. 37f55e9 rfkill: fix led-trigger unregister order in error unwind by Henrique de Moraes Holschuh · 16 years ago
  58. 2fd9b22 rfkill: document rfkill_force_state as required (v2) by Henrique de Moraes Holschuh · 16 years ago
  59. 734b5aa ath5k: use positive logic for HP laptop LEDs by Bob Copeland · 16 years ago
  60. 3e4242b Ath5k: suspend/resume fixes by Jiri Slaby · 16 years ago
  61. e86600c Ath5k: fix dma operation by Jiri Slaby · 16 years ago
  62. 274c7c3 Ath5k: flush work by Jiri Slaby · 16 years ago
  63. 10488f8 Ath5k: kill tasklets on shutdown by Jiri Slaby · 16 years ago
  64. 3a0f2c8 Ath5k: fix memory corruption by Jiri Slaby · 16 years ago
  65. 605a0bd mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag by Johannes Berg · 16 years ago
  66. 6e86841 Linux 2.6.27-rc1 by Linus Torvalds · 16 years ago
  67. 7874d35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  68. 5dfb66b Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 16 years ago
  69. 1d9b9f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  70. a3ad7f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  71. 9b79022 Fix 'get_user_pages_fast()' with non-page-aligned start address by Linus Torvalds · 16 years ago
  72. 8c79873 lguest: turn Waker into a thread, not a process by Rusty Russell · 16 years ago
  73. 0f0c4fa lguest: Enlarge virtio rings by Rusty Russell · 16 years ago
  74. 398f187 lguest: Use GSO/IFF_VNET_HDR extensions on tun/tap by Rusty Russell · 16 years ago
  75. 9254926 lguest: Remove 'network: no dma buffer!' warning by Rusty Russell · 16 years ago
  76. aa12498 lguest: Adaptive timeout by Rusty Russell · 16 years ago
  77. a161883 lguest: Tell Guest net not to notify us on every packet xmit by Rusty Russell · 16 years ago
  78. 5dae785 lguest: net block unneeded receive queue update notifications by Rusty Russell · 16 years ago
  79. b511179 lguest: wrap last_avail accesses. by Rusty Russell · 16 years ago
  80. cf485e5 lguest: use cpu capability accessors by Andrew Morton · 16 years ago
  81. 28fd6d7 lguest: virtio-rng support by Rusty Russell · 16 years ago
  82. dec6a2b lguest: Support assigning a MAC address by Mark McLoughlin · 16 years ago
  83. 34bdaab lguest: Don't leak /dev/zero fd by Mark McLoughlin · 16 years ago
  84. 32c68e5 lguest: fix verbose printing of device features. by Rusty Russell · 16 years ago
  85. 0a70721 lguest: fix switcher_page leak on unload by Johannes Weiner · 16 years ago
  86. 0c12091 lguest: Guest int3 fix by Rusty Russell · 16 years ago
  87. 5d006d8 lguest: set max_pfn_mapped, growl loudly at Yinghai Lu by Rusty Russell · 16 years ago
  88. 424f525 mfd: accept pure device as a parent, not only platform_device by Dmitry Baryshkov · 16 years ago
  89. 34ee5501 include/asm-generic/pgtable-nopmd.h: macros are noxious, reason #435 by Andrew Morton · 16 years ago
  90. c27ef92 sh7760fb: write colormap value to hardware by Manuel Lauss · 16 years ago
  91. 7fcba05 eCryptfs: use page_alloc not kmalloc to get a page of memory by Eric Sandeen · 16 years ago
  92. 25947d5 gpio: fix build on CONFIG_GPIO_SYSFS=n by Atsushi Nemoto · 16 years ago
  93. e3b6e80 bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab() by Yoichi Yuasa · 16 years ago
  94. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  95. d84a52f kdump: update kdump documentation as kexec-tools-resting has been renamed kexec-tools by Simon Horman · 16 years ago
  96. cb1d0a7 spi_s3c24xx: really assign busnum by Ben Dooks · 16 years ago
  97. 9a7867e mpc52xx_psc_spi: fix block transfer by Luotao Fu · 16 years ago
  98. 78a34ae mm/hugetlb.c must #include <asm/io.h> by Adrian Bunk · 16 years ago
  99. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  100. 7906d00 mmu-notifiers: add mm_take_all_locks() operation by Andrea Arcangeli · 16 years ago