1. 0b9da33 net: Rework ucc_geth driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  2. 1dd2d06 net: Rework pasemi_mac driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  3. fe192a4 net: Rework gianfar driver to use of_mdio infrastructure. by Grant Likely · 15 years ago
  4. 324931b net: rework fsl_pq_mdio driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  5. ca816d9 net: Rework mpc5200 fec driver to use of_mdio infrastructure. by Grant Likely · 15 years ago
  6. 8bc487d openfirmware: Add OF phylib support code by Grant Likely · 15 years ago
  7. fa94f6d phylib: add *_direct() variants of phy_connect and phy_attach functions by Grant Likely · 15 years ago
  8. 4dea547 phylib: rework to prepare for OF registration of PHYs by Grant Likely · 15 years ago
  9. 739649c of: add of_parse_phandle() helper for parsing phandle properties by Grant Likely · 15 years ago
  10. edf391f snmp: add missing counters for RFC 4293 by Neil Horman · 15 years ago
  11. 06bd12c pcnet32: Remove redundant set of skb->dev by John Dykstra · 15 years ago
  12. 92ae3ef ipv4: remove unused member in fib_table. by Rami Rosen · 15 years ago
  13. 495a1b4 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
  14. d3feaf5 wireless: remove some (bogus?) 'may be used uninitialized' warnings by John W. Linville · 15 years ago
  15. 9b171ff libertas: fix format warning by John W. Linville · 15 years ago
  16. ad8affd 8390p: fix build breakage by Alexander Beregalov · 15 years ago
  17. d93fe1a af_iucv: Fix merge. by Ursula Braun · 15 years ago
  18. 5802b140 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  19. 09488e2e af_iucv: New socket option for setting IUCV MSGLIMITs by Hendrik Brueckner · 15 years ago
  20. 802788b af_iucv: cleanup and refactor recvmsg() EFAULT handling by Hendrik Brueckner · 15 years ago
  21. aa8e71f af_iucv: Provide new socket type SOCK_SEQPACKET by Hendrik Brueckner · 15 years ago
  22. 44b1e6b af_iucv: Modify iucv msg target class using control msghdr by Hendrik Brueckner · 15 years ago
  23. b8942e3 af_iucv: Support data in IUCV msg parameter lists (IPRMDATA) by Hendrik Brueckner · 15 years ago
  24. 9d5c5d8 af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgs by Hendrik Brueckner · 15 years ago
  25. af88b52 af_iucv: sync sk shutdown flag if iucv path is quiesced by Hendrik Brueckner · 15 years ago
  26. 42e1b4c iucv: provide second per-cpu IUCV command parameter block by Ursula Braun · 15 years ago
  27. 1965c85 nl80211: Add event for authentication/association timeout by Jouni Malinen · 15 years ago
  28. ff2ba18 rndis_wlan: select CFG80211 in Kconfig by John W. Linville · 15 years ago
  29. 04fe203 mac80211: calculate maximum sleep interval by Johannes Berg · 15 years ago
  30. 8e30bc5 nl80211: allow configuring IBSS beacon interval by Johannes Berg · 15 years ago
  31. e255d5e mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUT by Johannes Berg · 15 years ago
  32. 1d4df3a mac80211: fix variable truncation on 32-bit by Johannes Berg · 15 years ago
  33. eb1a685 rndis_wlan: free priv correctly when rndis_wext_bind fails by Jussi Kivilinna · 15 years ago
  34. 8d4d99a rndis_wlan: fix initialization order for workqueue&workers by Jussi Kivilinna · 15 years ago
  35. caa6dfa rndis_wlan: make some symbols static by Johannes Berg · 15 years ago
  36. 29b4a4f mac80211: fix IBSS code to not sleep while atomic by Johannes Berg · 15 years ago
  37. 0cf4c01 iwlwifi: allow config if device not ready by Mohamed Abbas · 15 years ago
  38. 09f9bf7 iwlwifi: remove radio disable parameter. by Abhijeet Kolekar · 15 years ago
  39. 447fee7 iwlcore: Fix stay in table function. by Mohamed Abbas · 15 years ago
  40. 279b05d iwlwifi: clean up unused NL80211_IFTYPE_MONITOR for Monitor mode by Wey-Yi Guy · 15 years ago
  41. 86ddbf6 iwl3945: calculate debugfs isr statistics by Abhijeet Kolekar · 15 years ago
  42. a75fbe8 iwl3945: add debugfs to 3945 by Abhijeet Kolekar · 15 years ago
  43. b097ad2 iwlwifi: support truly passive scanning by Johannes Berg · 15 years ago
  44. 1ecf9fc iwlwifi: improve scan support by Johannes Berg · 15 years ago
  45. 9b3bf06 iwlwifi: rename PROBE_OPTION_MAX_API1 to PROBE_OPTION_MAX_3945 by Johannes Berg · 15 years ago
  46. cca84799 ar9170: rework rxstream code by Christian Lamparter · 15 years ago
  47. e7ec86f mac80211: validate TIM IE length (redux) by Johannes Berg · 15 years ago
  48. ba44cb7 cfg80211: mark all WEXT handlers _GPL by Johannes Berg · 15 years ago
  49. 9d30842 cfg80211: clear WEXT SSID when clearing IBSS by Johannes Berg · 15 years ago
  50. b9a5f8ca nl80211: Add set/get for frag/rts threshold and retry limits by Jouni Malinen · 15 years ago
  51. 9e52b0623 ar9170: support HT receive and channel config by Johannes Berg · 15 years ago
  52. 314bd75 rndis_wlan: remove nickname support by Johannes Berg · 15 years ago
  53. d323655 cfg80211: clean up includes by Johannes Berg · 15 years ago
  54. af8cdcd mac80211: convert to cfg80211 IBSS API by Johannes Berg · 15 years ago
  55. 04a773a cfg80211/nl80211: add IBSS API by Johannes Berg · 15 years ago
  56. 691597c cfg80211/mac80211: move wext SIWMLME into cfg80211 by Johannes Berg · 15 years ago
  57. d726405 nl80211: send wiphy along with netdev by Johannes Berg · 15 years ago
  58. fef9992 mac80211: set CLEAR_PS for pspolled frames by Christian Lamparter · 15 years ago
  59. d577e7c p54: fix ps-poll delivery in ap mode by Christian Lamparter · 15 years ago
  60. a027087 rtl8187: Implement TX/RX blink for LED by Larry Finger · 15 years ago
  61. 357303e mac80211: Allow scan to be requested in AP mode by Jouni Malinen · 15 years ago
  62. 955394c mac80211: document powersaving/beacon filter future by Johannes Berg · 15 years ago
  63. bbbdff9 mac80211: enable PS by default by Johannes Berg · 15 years ago
  64. d91f36d mac80211: implement beacon filtering in software by Johannes Berg · 15 years ago
  65. 10f644a mac80211: disable powersave if pm_qos asks for low latency by Johannes Berg · 15 years ago
  66. 965beda mac80211: improve powersave implementation by Johannes Berg · 15 years ago
  67. dc7d243 Add support for CF8381 WiFi card. by Marek Vasut · 15 years ago
  68. fade5db p54: deactivate broken powersave function (part 2) by Christian Lamparter · 15 years ago
  69. 85efc86 atheros: fix propagation of bad EEPROM on regulatory init by Luis R. Rodriguez · 15 years ago
  70. 2692504 ath5k: manipulate rxlink and descriptor address under rxbuf lock by Bob Copeland · 15 years ago
  71. c57ca81 ath5k: use rx hw descriptor pointer for self-linked check by Bob Copeland · 15 years ago
  72. 46802a4 ath5k: use bool for modparams by Bob Copeland · 15 years ago
  73. 56d2ac7 ath5k: use tasklet_hi_schedule for beacon queue by Bob Copeland · 15 years ago
  74. 77ded01 ath5k: fix initvals errors by Bob Copeland · 15 years ago
  75. 45f483c p54: remove module_ stubs by Christian Lamparter · 15 years ago
  76. 882b709 ath9k: Disable autosleep feature for AR9285 based chipsets. by Vivek Natarajan · 15 years ago
  77. f2753dd mac80211: add hardware restart function by Johannes Berg · 15 years ago
  78. a1c5558 ath: add module information by Christian Lamparter · 15 years ago
  79. 06bfd0d rtl8187: Remove the "8187B chip detected" message when probing RTL8187B cards by Gábor Stefanik · 15 years ago
  80. 386aeac ath9k: Remove CHANNEL_CW_INT handling in ath9k_hw_calibrate by Sujith · 15 years ago
  81. 04d19dd ath9k: Fix bug in calibration initialization by Sujith · 15 years ago
  82. cbfe946 ath9k: Use a consistent naming convention by Sujith · 15 years ago
  83. 379f044 ath9k: Cleanup calibration interface by Sujith · 15 years ago
  84. 415f738 ath9k: Initialize ANI timers by Sujith · 15 years ago
  85. a451aa6 ath9k: Fix bug in determining calibration support by Sujith · 15 years ago
  86. db2f63f ath9k: Fix bug in checking HT flag by Sujith · 15 years ago
  87. 822b0df ath9k: Remove unused channel flags by Sujith · 15 years ago
  88. 9c07a77 ath9k: Fix bug in scan termination by Sujith · 15 years ago
  89. 675902e ath9k: Fix memleak on TX DMA failure by Sujith · 15 years ago
  90. d2f5b3a ath9k: Handle ASPM properly for RFKILL by Sujith · 15 years ago
  91. a89bff9 ath9k: reset after PCI FATAL/PERR interrupts by Steven Luo · 15 years ago
  92. 2d1f96d b43legacy: Clean up beacon IRQ by Larry Finger · 15 years ago
  93. 7858e07 b43legacy: Fixes for beaconing by Larry Finger · 15 years ago
  94. 7edfab7 cfg80211: convert mutex assert to macro by Johannes Berg · 15 years ago
  95. 4312a86 p54: remove obsolet signal quality calculation by Christian Lamparter · 15 years ago
  96. 6dfe9a8 p54: utilize all available key slots for decryption offload by Christian Lamparter · 15 years ago
  97. 492301f rfkill: Fix broken rfkill LED in 2.6.30-rc1 by Larry Finger · 15 years ago
  98. 1379072 b43: Remove unnecessary MMIO in interrupt hotpath by Michael Buesch · 15 years ago
  99. a2caba6 libertas: fix warning about %zd: by John W. Linville · 15 years ago
  100. a83b914 iwlwifi: adding interrupt counter in debugfs for debugging by Wey-Yi Guy · 15 years ago