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