1. 4bd73ae net: fix network drivers ndo_start_xmit() return values (part 2) by Patrick McHardy · 15 years ago
  2. 3790c8c net: fix network driver ndo_start_xmit() return values (part 1) by Patrick McHardy · 15 years ago
  3. 8981f01 virtio_net: Fix IP alignment on non-mergeable RX path by Herbert Xu · 15 years ago
  4. 17d0cdf net: ntohs() misuse by Eric Dumazet · 15 years ago
  5. 3ee40c3 Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 15 years ago
  6. 98eb0f5 wimax: fix gcc warnings in sh4 when calling BUG() by Inaky Perez-Gonzalez · 15 years ago
  7. 8164491 mISDN: Do not disable IRQ in ph_data_ind() by Karsten Keil · 15 years ago
  8. 395df11 drivers/isdn/i4l/isdn_tty.c: fix check for array overindexing by Roel Kluin · 15 years ago
  9. cdae28e mISDN: Free hfcpci IRQ if init was not successful by Andreas Mohr · 15 years ago
  10. 1ce1513 mISDN: Fix overlapping data access by Karsten Keil · 15 years ago
  11. 8a745b9 ISDN:Fix DMA alloc for hfcpci by Karsten Keil · 15 years ago
  12. bb40080 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by David S. Miller · 15 years ago
  13. 130aa61 bonding: fix multiple module load problem by Stephen Hemminger · 15 years ago
  14. 0bcfc5e wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS by Cindy H Kao · 15 years ago
  15. 8b5b30ee wimax/i2400m: when bootstrap fails, reinitialize the bootrom by Cindy H Kao · 15 years ago
  16. 16820c1 wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine by Inaky Perez-Gonzalez · 15 years ago
  17. 6e053d6 wimax/i2400m: don't reset device when bootrom init retries are exceeded by Inaky Perez-Gonzalez · 15 years ago
  18. 1c0b2dd wimax/i2400m/sdio: Add device specific poke table. by Dirk Brandewie · 15 years ago
  19. 7308a0c wimax/i2400m: move boot time poke table out of common driver by Dirk Brandewie · 15 years ago
  20. ecddfd5 wimax/i2400m: Allow bus-specific driver to specify retry count by Inaky Perez-Gonzalez · 15 years ago
  21. b4013f9 wimax/i2400m: if a device reboot happens during probe, handle it by Inaky Perez-Gonzalez · 15 years ago
  22. 59063af wimax/i2400m: fix oops when the TX FIFO fills up due to a missing check by Inaky Perez-Gonzalez · 15 years ago
  23. b4bd07e wimax/i2400m: don't reset device on i2400m_dev_shutdown() by Inaky Perez-Gonzalez · 15 years ago
  24. 2971a5b wimax/i2400m: fix panic due to missed corner cases on tail_room calculation by Inaky Perez-Gonzalez · 15 years ago
  25. c56affa wimax/i2400m: fix panic/warnings caused by missed check on empty TX message by Inaky Perez-Gonzalez · 15 years ago
  26. 8593a19 wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGN by Inaky Perez-Gonzalez · 15 years ago
  27. 10b1de6 wimax/i2400m/sdio: Implement I2400M_RT_BUS reset type by Dirk Brandewie · 15 years ago
  28. ead6823 wimax/i2400m: Change d_printf() level for secure boot messages by Dirk Brandewie · 15 years ago
  29. 16eafba wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue by Inaky Perez-Gonzalez · 15 years ago
  30. e9a6b45 wimax/i2400m: i2400m's work queue should be initialized before RX support by Inaky Perez-Gonzalez · 15 years ago
  31. fff1068 wimax/i2400m: don't call netif_start_queue() in _tx_msg_sent() by Inaky Perez-Gonzalez · 15 years ago
  32. fb10167 wimax/i2400m: introduce module parameter to disable entering power save by Inaky Perez-Gonzalez · 15 years ago
  33. f2333a0 netxen: No need to check vfree() pointer. by Figo.zhang · 15 years ago
  34. 934037b be2net: Fix be_tx_q_clean() being called on freed queues by Sathya Perla · 15 years ago
  35. a7a0ef3 be2net: Fix early reset of rx-completion by Sathya Perla · 15 years ago
  36. 76fbb42 be2net: Fix rx stats updation in non-lro path by Sathya Perla · 15 years ago
  37. 6811086 be2net: fix netdev stats rx_errors and rx_dropped by Sathya Perla · 15 years ago
  38. b305be7 be2net: Use cancel_delayed_work_sync instead of cancel_delayed_work() by Sathya Perla · 15 years ago
  39. c0feed8 tehuti: No need check vfree() pointer. by Figo.zhang · 15 years ago
  40. 50d36a9 vxge: No need for check vfree() pointer. by Figo.zhang · 15 years ago
  41. 74b793e cxgb3: remove __GFP_NOFAIL usage by Divy Le Ray · 15 years ago
  42. 87433bf r8169: use dev_kfree_skb() instead of dev_kfree_skb_irq() by Eric Dumazet · 15 years ago
  43. e762cd7 sfc: Expose 100/1000BASE-T MDI-X status via ethtool by Ben Hutchings · 15 years ago
  44. d005ba6 mdio: Expose 10GBASE-T MDI-X status via ethtool by Ben Hutchings · 15 years ago
  45. b8facca qlge: Allow RX buf rings to be > than 4096 bytes. by Ron Mercer · 15 years ago
  46. 88c55e3 qlge: Relax alignment on TX harware queue. by Ron Mercer · 15 years ago
  47. 0ed586d atl1c: WAKE_MCAST tested twice, not WAKE_UCAST by Roel Kluin · 15 years ago
  48. b77e522 de2104x: support for systems lacking cache coherence by Risto Suominen · 15 years ago
  49. ef5c899 drivers/net/macvlan.c: fix cloning of tagged VLAN interfaces by sg.tweak@gmail.com · 15 years ago
  50. 7200176 e100: add non-MII PHY support by Andreas Mohr · 15 years ago
  51. 84503dd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  52. a6ae071 ath5k: minor rfkill cleanup by Bob Copeland · 15 years ago
  53. 5eae659 ath9k: Fix tx stuck when connected to aggr disabled HT AP by Vasanthakumar Thiagarajan · 15 years ago
  54. 403a3a1 b43: Add fw capabilities by Michael Buesch · 15 years ago
  55. 869fb3a sony-laptop: no need to unblock rfkill on load by Alan Jenkins · 15 years ago
  56. b3fa132 rfkill: remove set_global_sw_state by Alan Jenkins · 15 years ago
  57. fc240e3 sony: fix rfkill code by Johannes Berg · 15 years ago
  58. f41f3f3 b43/legacy: port to cfg80211 rfkill by Johannes Berg · 15 years ago
  59. e6a3b61 ath5k: added cfg80211 based rfkill support by Tobias Doerffel · 15 years ago
  60. 9b9c5aa ar9170: xmit code revamp by Christian Lamparter · 15 years ago
  61. 2543a0c ar9170: interpret firmware debug commands by Johannes Berg · 15 years ago
  62. b52a033 b43: Fix possible unaligned u32 access by Matthieu CASTET · 15 years ago
  63. 4d1d498 net/libertas: remove GPIO-CS handling in SPI interface code by Sebastian Andrzej Siewior · 15 years ago
  64. 582241a0 rndis_wlan: cleanup: rename all rndis_wext* objects to rndis_wlan* by Jussi Kivilinna · 15 years ago
  65. aa18294 rndis_wlan: cleanup: capitalize enum labels by Jussi Kivilinna · 15 years ago
  66. a60e77e iwlwifi: port to cfg80211 rfkill by Johannes Berg · 15 years ago
  67. 51611a1 can: sja1000_of_platform: fix build problems with printk format by Wolfgang Grandegger · 15 years ago
  68. 1abb0de qlge: bugfix: Get rid of errant spin_unlock(). by Ron Mercer · 15 years ago
  69. 00acd0d qlge: Add set TX csum ethtool op. by Ron Mercer · 15 years ago
  70. e4552f5 qlge: Add support for varied pcie function numbers. by Ron Mercer · 15 years ago
  71. 542512e qlge: Add support for using alternate MAC address. by Ron Mercer · 15 years ago
  72. ec33a49 qlge: Drop inbound frames > MTU. by Ron Mercer · 15 years ago
  73. a32959c qlge: Drop inbound error frames. by Ron Mercer · 15 years ago
  74. e4059d9 qlge: Remove netif_set_gso_max_size() call. by Ron Mercer · 15 years ago
  75. cfec0cb qlge: Add support for retrieving firmware version. by Ron Mercer · 15 years ago
  76. 25b0b99 bnx2: no need to check before vfreeing by Breno Leitao · 15 years ago
  77. 3d8fd38 ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599 by Yi Zou · 15 years ago
  78. 18760f1 e1000e: Expose MDI-X status via ethtool change by Chaitanya Lala · 15 years ago
  79. edfea6e6 e1000e: Call e1000e_config_collision_dist() after TCTL has been set by Simon Horman · 15 years ago
  80. 23a2d1b e1000e: Fixes possible phy corrupton on 82571 designs. by Dave Graham · 15 years ago
  81. 8459464 ieee802154: add simple HardMAC driver sample by Sergey Lapin · 15 years ago
  82. ebc8d2a be2net: Remove unnecessary frag list traversing. by David S. Miller · 15 years ago
  83. 092b858 Bluetooth: Remove unused and unneeded support in virtual driver by Marcel Holtmann · 15 years ago
  84. 3857abc Bluetooth: Remove BKL from open callback of virtual driver by Marcel Holtmann · 15 years ago
  85. 4db7589 Bluetooth: Use wait_event_interruptible for virtual driver by Marcel Holtmann · 15 years ago
  86. ac28494 Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driver by Marcel Holtmann · 15 years ago
  87. 963267b declance: Restore tx descriptor ring locking by Maciej W. Rozycki · 15 years ago
  88. 7d31acd isdn: prevent NULL ptr Oops in capi_cmsg2str() by Tilman Schmidt · 15 years ago
  89. 4793d15 isdn: kerneldoc for capiutil.c by Tilman Schmidt · 15 years ago
  90. 4e32997 isdn: rename capi_ctr_reseted() to capi_ctr_down() by Tilman Schmidt · 15 years ago
  91. f0a4d0e tun: Fix unregister race by Eric W. Biederman · 15 years ago
  92. ef681ce e100: Fix napi_enable BUG_ON when recovering from EEH error by Andre Detsch · 15 years ago
  93. a5b19b6 mlx4: FIX error flow when initializing EQ table by Yevgeny Petrilin · 15 years ago
  94. 6f536f4 tun: Fix copy/paste error in tun_get_user by Sridhar Samudrala · 15 years ago
  95. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  96. f957bcf s2io: Remove private boolean definitions by Tobias Klauser · 15 years ago
  97. d65a68a hso: convert dev_alloc_skb() to netdev_alloc_skb() by Paulius Zaleckas · 15 years ago
  98. b07878e netdev: Added KS8842 driver by Richard Ršöjfors · 15 years ago
  99. 4909122 tun: Optimise handling of bogus gso->hdr_len by Herbert Xu · 15 years ago
  100. b82f08e virtio_net: Set correct gso->hdr_len by Herbert Xu · 15 years ago