1. 1b06bb4 cfg80211: make nl80211_send_mlme_timeout() static by Luis R. Rodriguez · 16 years ago
  2. 1379257 p54usb: Fixes compile error with CONFIG_PM=n by Hauke Mehrtens · 16 years ago
  3. 928841b Wireless: remove driver_data direct access of struct device by Greg Kroah-Hartman · 16 years ago
  4. 8bce612 wl12xx: correct printk format warnings by Bob Copeland · 16 years ago
  5. 4e8e2c8 iwlwifi: replace test_and_set_bit by set_bit in clear stations function by Tomas Winkler · 16 years ago
  6. a30199f iwlwifi: "is_fat" bit in rate scale match RXON flag by Wey-Yi Guy · 16 years ago
  7. 286d949 iwlagn: disable PS support for iwlagn by Reinette Chatre · 16 years ago
  8. 7224049 iwl3945: fix lock dependency by Abhijeet Kolekar · 16 years ago
  9. 84379cb Add LED support for AR5BXB6 IBM Thinkpad PCIe adapters by Paride Legovini · 16 years ago
  10. 6752ee9 ath5k: use ctl settings based on current regdomain by Bob Copeland · 16 years ago
  11. 57e6c56 ath5k: Add Spur filter support on newer chips by Nick Kossifidis · 16 years ago
  12. 2bed03e ath5k: Implement antenna control by Nick Kossifidis · 16 years ago
  13. 6f5f39c ath5k: Enable AP mode by Jiri Slaby · 16 years ago
  14. 428cbd4 ath5k: Beaconing fixes by Nick Kossifidis · 16 years ago
  15. 1889ba0 ath5k: Put remaining EEPROM data on ee struct by Nick Kossifidis · 16 years ago
  16. cd41751 ath5k: Read Spur channels from EEPROM by Nick Kossifidis · 16 years ago
  17. a082381 ath5k: Allow user/driver to set txpower by Nick Kossifidis · 16 years ago
  18. 15e4692 rt2x00: Synchronize initialization with rt2870 driver by Ivo van Doorn · 16 years ago
  19. e430d60 rt2x00: Add new USB ID for rt2800usb by Ivo van Doorn · 16 years ago
  20. 2f01a1f wl12xx: add driver by Kalle Valo · 16 years ago
  21. d53d9e6 rt2x00: Implement support for rt2800usb by Ivo van Doorn · 16 years ago
  22. 206eade rt2x00: Style fix for interval defines by Alban Browaeys · 16 years ago
  23. fb4a3d3 ath9k: uninline ath9k_io{read,write}32 routines by Gabor Juhos · 16 years ago
  24. 5cff20e mac80211: tell driver when idle by Johannes Berg · 16 years ago
  25. 9955151 mac80211: Warn if the rate controller requests retries for a NO_ACK frame by Gábor Stefanik · 16 years ago
  26. 97d3f45 ath9k: Fix handling of retry count of NO_ACK frames by Gábor Stefanik · 16 years ago
  27. 514d65c iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rs by Gábor Stefanik · 16 years ago
  28. 9223684 mac80211: Fix handling of retry count of NO_ACK frames in PID by Gábor Stefanik · 16 years ago
  29. 4edf040 mac80211: Fix handling of retry count of NO_ACK frames in minstrel by Gábor Stefanik · 16 years ago
  30. 2516baa ath5k: correct interrupt storm warning by Bob Copeland · 16 years ago
  31. 35f00cf rt2x00: Implement support for 802.11n by Ivo van Doorn · 16 years ago
  32. 9f16617 rt2x00: Add support for L2 padding during TX/RX by Ivo van Doorn · 16 years ago
  33. 9eb4e21 rt2x00: Move iv_len into tx descriptor data by Ivo van Doorn · 16 years ago
  34. bbb3388 ath5k: Storage class should be before const qualifier by Tobias Klauser · 16 years ago
  35. ba5101d ar9170: wrong test on outlen in ar9170_usb_exec_cmd() ? by Roel Kluin · 16 years ago
  36. 44e1b98 cfg80211: Use the correct IE buffer pointer by Michael Buesch · 16 years ago
  37. 273de92 cfg80211: Remove unnecessary ksize() call by Michael Buesch · 16 years ago
  38. 90ccda9 ar9170usb: reset device on resume by Christian Lamparter · 16 years ago
  39. 1ca5f2e p54usb: rework driver for resume by Christian Lamparter · 16 years ago
  40. a406ac0 p54usb: remove some dead code by Christian Lamparter · 16 years ago
  41. ded7a7e ath5k: 5211, don't crypt every protected frame by Jiri Slaby · 16 years ago
  42. aeca78b net/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=n by Andrew Morton · 16 years ago
  43. 0ef9ccd cfg80211: remove superfluous !last_request check in reg_device_remove() by Chris Wright · 16 years ago
  44. 2cfb1f5 ar9170: uncomment powermgt case handle by Christian Lamparter · 16 years ago
  45. 083c468 ar9170: handle otus' A-MPDU density definitions by Christian Lamparter · 16 years ago
  46. 16cf438 mac80211: fix probe response processing by Johannes Berg · 16 years ago
  47. d91f190 mac80211_hwsim: fix bogus warning by Johannes Berg · 16 years ago
  48. e61f234 nl80211: Send timeout event on failed direct probe by Jouni Malinen · 16 years ago
  49. 2448798 mac80211: add driver ops wrappers by Johannes Berg · 16 years ago
  50. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 16 years ago
  51. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 16 years ago
  52. f3b8525 mac80211: fix scan races and rework scanning by Johannes Berg · 16 years ago
  53. 2d72289 mac80211: internally clear failed scans properly by Johannes Berg · 16 years ago
  54. 9ccebe6 mac80211: rename max_sleep_interval to max_sleep_period by Johannes Berg · 16 years ago
  55. d5edaed mac80211: fix PS vs. scan race by Johannes Berg · 16 years ago
  56. 0e41f71 mac80211: fix various problems in ibss code by Johannes Berg · 16 years ago
  57. c7ae011 net: remove driver_data direct access of struct device from more drivers by Greg Kroah-Hartman · 16 years ago
  58. 088eb2d netns 2/2: extract net_create() by Alexey Dobriyan · 16 years ago
  59. 4a84822 netns 1/2: don't get/put old netns on CLONE_NEWNET by Alexey Dobriyan · 16 years ago
  60. 6e8cf5c macb: Add support of the netpoll API by Thomas Petazzoni · 16 years ago
  61. 255cac9 tcp: extend ECN sysctl to allow server-side only ECN by Ilpo Järvinen · 16 years ago
  62. 513de11 net: Avoid modulus in skb_tx_hash() for forwarding case. by David S. Miller · 16 years ago
  63. accc5b4 ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h. by Rami Rosen · 16 years ago
  64. eb457f3 ne2k-pci: use dev->addr_len instead of "6" by Jiri Pirko · 16 years ago
  65. 698960a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  66. d252a5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  67. 379b026 ne2k-pci: Do not register device until initialized. by Lubomir Rintel · 16 years ago
  68. 902e5ea Subject: [PATCH] br2684: restore net_dev initialization by Rabin Vincent · 16 years ago
  69. d0ab8ff net: Only store high 16 bits of kernel generated filter priorities by Robert Love · 16 years ago
  70. 1824a98 virtio_net: Fix function name typo by Alex Williamson · 16 years ago
  71. 23e258e virtio_net: Cleanup command queue scatterlist usage by Alex Williamson · 16 years ago
  72. f0a3a15 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia card by Ken Kawasaki · 16 years ago
  73. 1363d9b bonding: correct the cleanup in bond_create() by Jiri Pirko · 16 years ago
  74. c047fcd virtio: add missing include to virtio_net.h by Grant Likely · 16 years ago
  75. 88d7d8b forcedeth: add clock gating feature <resend> by Ayaz Abdulla · 16 years ago
  76. 726474b smsc95xx: add support for LAN9512 and LAN9514 by Steve Glendinning · 16 years ago
  77. f293501 smsc95xx: configure LED outputs by Steve Glendinning · 16 years ago
  78. 2382b15 netconsole: take care of NETDEV_UNREGISTER event by Bruno Prémont · 16 years ago
  79. acda074 xt_socket: checks for the state of nf_conntrack by Laszlo Attila Toth · 16 years ago
  80. 1aec5bd net: remove driver_data direct access of struct device by Greg Kroah-Hartman · 16 years ago
  81. 689c96c bonding: bond_slave_info_query() fix by Eric Dumazet · 16 years ago
  82. 00b64f2 cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of ‘!’ by Sergey Senozhatsky · 16 years ago
  83. 0f3d042 netfilter: use likely() in xt_info_rdlock_bh() by Eric Dumazet · 16 years ago
  84. ec581f6 net: Fix skb_tx_hash() for forwarding workloads. by Eric Dumazet · 16 years ago
  85. 7a67e56 net: Fix oops when splicing skbs from a frag_list. by Jarek Poplawski · 16 years ago
  86. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  87. a4fe91e Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL" by David S. Miller · 16 years ago
  88. 5974700 mii: Rewrite mii_ethtool_gset() to report mdio_support and lp_advertising by Ben Hutchings · 16 years ago
  89. 894b19a ethtool/mdio: Support backplane mode negotiation by Ben Hutchings · 16 years ago
  90. 0c09c1a ethtool/mdio: Report MDIO mode support and link partner advertising by Ben Hutchings · 16 years ago
  91. 3f926da sfc: Use generic MDIO flow control auto-negotiation functions by Ben Hutchings · 16 years ago
  92. af2a3ea mdio: Add mdio45_ethtool_spauseparam_an() by Ben Hutchings · 16 years ago
  93. a8c3083 mii: Add mii_advertise_flowctrl() by Ben Hutchings · 16 years ago
  94. 44c22ee mii: Simplify mii_resolve_flowctrl_fdx() by Ben Hutchings · 16 years ago
  95. 4023939 s2io: Use generic MDIO definitions by Ben Hutchings · 16 years ago
  96. cdbf0eb ixgb: Use generic MDIO definitions by Ben Hutchings · 16 years ago
  97. 6b73e10 ixgbe: Use generic MDIO definitions and functions by Ben Hutchings · 16 years ago
  98. 0f07c4e cxgb3: Use generic MDIO definitions and mdio_mii_ioctl() by Ben Hutchings · 16 years ago
  99. 23c3320 chelsio: Use generic MDIO definitions and mdio_mii_ioctl() by Ben Hutchings · 16 years ago
  100. 68e7f45 sfc: Use generic MDIO functions and definitions by Ben Hutchings · 16 years ago