1. a2a20ae s2io.c: fix spelling explaination by Joe Perches · 15 years ago
  2. 6cef2b8e s2io.c: convert printks to pr_<level> by Joe Perches · 15 years ago
  3. d44570e s2io.c: Make more conforming to normal kernel style by Joe Perches · 15 years ago
  4. 44364a0 s2io.c: use kzalloc by Joe Perches · 15 years ago
  5. 4f87032 s2io.c: Use calculated size in kmallocs by Joe Perches · 15 years ago
  6. 13d866a s2io.c: Shorten code line length by using intermediate pointers by Joe Perches · 15 years ago
  7. 6fce365 s2io.c: Use const for strings by Joe Perches · 15 years ago
  8. 5de3fca WAN: bit and/or confusion by roel kluin · 15 years ago
  9. 2394905 ucc_geth: Implement suspend/resume and Wake-On-LAN support by Anton Vorontsov · 15 years ago
  10. bf5aec2 ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and code by Anton Vorontsov · 15 years ago
  11. 54b1598 ucc_geth: Factor out MAC initialization steps into a call by Anton Vorontsov · 15 years ago
  12. e0ad2cd ucc_geth: Fix NULL pointer dereference in uec_get_ethtool_stats() by Anton Vorontsov · 15 years ago
  13. b9caaab 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
  14. fc57e51 tg3: Update version to 3.101 by Matt Carlson · 15 years ago
  15. f3f3f27 tg3: Move per-int tx members to a per-int struct by Matt Carlson · 15 years ago
  16. 7233448 tg3: Move per-int rx members to per-int struct by Matt Carlson · 15 years ago
  17. 898a56f tg3: Move general int members to a per-int struct by Matt Carlson · 15 years ago
  18. 17375d2 tg3: Convert napi handlers to use tnapi by Matt Carlson · 15 years ago
  19. 09943a1 tg3: Convert ISR parameter to tnapi by Matt Carlson · 15 years ago
  20. 8ef0442 tg3: Move napi to per-int struct by Matt Carlson · 15 years ago
  21. 07b0173 tg3: Cleanup interrupt setup / teardown by Matt Carlson · 15 years ago
  22. 79ed5ac tg3: Use ext rx bds by Matt Carlson · 15 years ago
  23. 21f581a tg3: Create a new prodring_set structure by Matt Carlson · 15 years ago
  24. cf7a729 tg3: Create rx producer ring setup routines by Matt Carlson · 15 years ago
  25. 287be12 tg3: Clarify rx buffer relationships by Matt Carlson · 15 years ago
  26. 8f666b0 tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flags by Matt Carlson · 15 years ago
  27. fdb72b3 tg3: Break out mini producer ring handling by Matt Carlson · 15 years ago
  28. 8590a60 tg3: Reformat NVRAM case statements by Matt Carlson · 15 years ago
  29. 2befdce tg3: Add new 5785 10/100 only device ID by Matt Carlson · 15 years ago
  30. 0a9140c tg3: Delay mdio bus init until fw finishes by Matt Carlson · 15 years ago
  31. 4923576 net: sh_eth: add value of ether_link pin in platform_data by Yoshihiro Shimoda · 15 years ago
  32. 2db9517 TI DaVinci EMAC: delay DaVinci EMAC initialization by Rajashekhara, Sudhakar · 15 years ago
  33. 38edb5b WAN/LMC: Fix type_trans(). by Krzysztof Halasa · 15 years ago
  34. 078b073 bnx2: Update firmware to 5.0.0.j3. by Michael Chan · 15 years ago
  35. 5e9b2db cnic: Put uio init in separate function. by Michael Chan · 15 years ago
  36. ec0248e cnic: Put rx/tx ring allocation in separate function. by Michael Chan · 15 years ago
  37. 39aa816 qlge: Move TX completions from workqueue to NAPI. by Ron Mercer · 15 years ago
  38. a4ab613 qlge: Allow running MSIx with fewer vectors. by Ron Mercer · 15 years ago
  39. b2014ff qlge: Get rid of 'default' rx_ring type. by Ron Mercer · 15 years ago
  40. b7f1d43 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
  41. 6c98885 bonding: Have bond_check_dev_link examine netif_running by Petri Gynther · 15 years ago
  42. f584130 bonding: Fix useless test: int > INT_MAX by Nicolas de Pesloüan · 15 years ago
  43. 89c76c6 bonding: use compare_ether_addr by Stephen Hemminger · 15 years ago
  44. 278339a bonding: propogate vlan_features to bonding master by Jay Vosburgh · 15 years ago
  45. ad43f8b libertas: add NULL check on return value of get_zeroed_page by Kiran Divekar · 15 years ago
  46. 04a6445 rndis_wlan: use cfg80211_wext_handler by Jussi Kivilinna · 15 years ago
  47. 21ec2d8 rndis_wlan: disable IWEVPMKIDCAND wireless event by Jussi Kivilinna · 15 years ago
  48. a0f9ce2 rndis_wlan: convert mic failure wireless event to cfg80211 by Jussi Kivilinna · 15 years ago
  49. 3334943 rndis_wlan: remove unneeded SIOCSIWCOMMIT by Jussi Kivilinna · 15 years ago
  50. 305e243 rndis_wlan: rename wireless stats worker to device poller by Jussi Kivilinna · 15 years ago
  51. d695df9 rndis_wlan: add cfg80211 dump_station by Jussi Kivilinna · 15 years ago
  52. 8b89a28 rndis_wlan: add cfg80211 get_station by Jussi Kivilinna · 15 years ago
  53. 84bf840 rndis_wlan: add cfg80211 key handling by Jussi Kivilinna · 15 years ago
  54. 5554adb rndis_wlan: add cfg80211 set_channel by Jussi Kivilinna · 15 years ago
  55. 5c52323 rndis_wlan: add cfg80211 connect, disconnect, join_ibss and leave_ibss by Jussi Kivilinna · 15 years ago
  56. 9f77cca rndis_wlan: enable infrastructure before setting random essid by Jussi Kivilinna · 15 years ago
  57. 1613917 rndis_wlan: set ieee80211_ptr->iftype in rndis_change_virtual_intf by Jussi Kivilinna · 15 years ago
  58. 7b1fff9 rndis_wlan: use is_zero_ether_addr() and is_broadcast_ether_addr() by Jussi Kivilinna · 15 years ago
  59. 0848e6c rndis_wlan: move link up/down work to separate functions by Jussi Kivilinna · 15 years ago
  60. b1d25a6 rndis_wlan: increase scan timer delay by Jussi Kivilinna · 15 years ago
  61. 5fd8f25 rndis_wlan: resize bssid list if too small by Jussi Kivilinna · 15 years ago
  62. db0dd39 rndis_wlan: get bssid scan list before new scan by Jussi Kivilinna · 15 years ago
  63. 5f81ff5 rndis_wlan: ignore OID_802_11_ADD_KEY triggered media connect indications by Jussi Kivilinna · 15 years ago
  64. 64e368b b43: Implement antenna diversity support for LP-PHY by Gábor Stefanik · 15 years ago
  65. 867b2ef b43: Enable LP-PHY support by default and remove Kconfig warning by Gábor Stefanik · 15 years ago
  66. 97a81f5 ath5k: don't use PCI ID to find the chip revision by Pavel Roskin · 15 years ago
  67. 3b3ee43 ath5k: fix uninitialized value use in ath5k_eeprom_read_turbo_modes() by Pavel Roskin · 15 years ago
  68. ca5efbe ath5k: clarify srev comparison for CCMP check by Bob Copeland · 15 years ago
  69. 00fa928 b43: LP-PHY: Revert to the original PHY register write routine by Gábor Stefanik · 15 years ago
  70. 1303dcf iwlwifi: fix ICT irq table endianness by Johannes Berg · 15 years ago
  71. 924d635 rt2x00: Cleanup rt2x00mac_bss_info_changed() by Ivo van Doorn · 15 years ago
  72. 06e4da2 ssb: Implement PMU LDO control and use it in b43 by Gábor Stefanik · 15 years ago
  73. 68ec532 b43: Fix and update LP-PHY code by Gábor Stefanik · 15 years ago
  74. d8fa338 b43: LP-PHY: Fix and simplify Qdiv roundup by Gábor Stefanik · 15 years ago
  75. ca9152e rtl8187: Implement rfkill support by Herton Ronaldo Krzesinski · 15 years ago
  76. 6a8171f rtl8187: fix circular locking (rtl8187_stop/rtl8187_work) by Herton Ronaldo Krzesinski · 15 years ago
  77. 1773912 ath9k: Add Bluetooth Coexistence 3-wire support by Vasanthakumar Thiagarajan · 15 years ago
  78. ff155a4 ath9k: Add infrastructure for generic hw timers by Vasanthakumar Thiagarajan · 15 years ago
  79. 81fa16f ath9k: Remove hw capability bit meant for btcoex by Vasanthakumar Thiagarajan · 15 years ago
  80. 22f25d0 ath9k: Determine btcoex scheme type based on chip version by Vasanthakumar Thiagarajan · 15 years ago
  81. f14462c ath9k: Move btcoex related data to a separate struct by Vasanthakumar Thiagarajan · 15 years ago
  82. 42cc41e ath9k: Configure btcoex register during every reset by Vasanthakumar Thiagarajan · 15 years ago
  83. 17d50d1 ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch] by Vasanthakumar Thiagarajan · 15 years ago
  84. f985ad1 ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces by Vasanthakumar Thiagarajan · 15 years ago
  85. 4a7f13e rndis_wlan: set cipher suites for cfg80211 by Jussi Kivilinna · 15 years ago
  86. 7cf4a2e ath9k: Wrap DMA dump function with PS wakeup/restore by Sujith · 15 years ago
  87. b264c67 ath9k: Update INITVALs for AR9285 by Sujith · 15 years ago
  88. 20caf0d ath9k: Handle PA cal usage properly by Sujith · 15 years ago
  89. 0abb096 ath9k: Fix bugs in programming registers during PA CAL by Sujith · 15 years ago
  90. a13883b ath9k: Reduce the frequency of PA offset calibration by Sujith · 15 years ago
  91. b8ecd98 libipw: initiate cfg80211 API conversion by John W. Linville · 15 years ago
  92. 73f57f8 ath9k: Fix read buffer overflow by Roel Kluin · 15 years ago
  93. 6bd5f52 b43: LP-PHY: Fix a few typos in the RC calibration code by Gábor Stefanik · 15 years ago
  94. 1e4c7dd PRISM54: fix compilation warning by Jaswinder Singh Rajput · 15 years ago
  95. 1c81874 ath5k: add hardware CCMP encyption support by Bob Copeland · 15 years ago
  96. 1c5256b ath5k: use the skb->cb directly for RX status by Bob Copeland · 15 years ago
  97. 09c9bae ath5k: add led pin configuration for compaq c700 laptop by Marcos Chaparro · 15 years ago
  98. 56d1de0 ath5k: clean up filter flags setting by Bob Copeland · 15 years ago
  99. 2aa7b01 mwl8k: separate driver and device info reporting during probe by Lennert Buytenhek · 15 years ago
  100. 76c962a mwl8k: missing endian conversion when printing firmware command result by Lennert Buytenhek · 15 years ago