1. 51fb61e mac80211: move interface type to vif structure by Johannes Berg · 17 years ago
  2. 32bfd35 mac80211: dont use interface indices in drivers by Johannes Berg · 17 years ago
  3. cdcb006 mac80211: Add radio led trigger by Ivo van Doorn · 17 years ago
  4. 4b47589 mac80211: better rate control algorithm selection by Johannes Berg · 17 years ago
  5. 07db218 mac80211: A-MPDU Rx adding basic functionality by Ron Rindjunsky · 17 years ago
  6. 678f5f71 mac80211: clean up eapol handling in TX path by Johannes Berg · 17 years ago
  7. c21b39a mac80211: make PID rate control algorithm the default by Stefano Brivio · 17 years ago
  8. ad01837 mac80211: add PID controller based rate control algorithm by Mattias Nissler · 17 years ago
  9. 1abbe49 mac80211: clean up rate selection by Mattias Nissler · 17 years ago
  10. d3c990f mac80211: adding 802.11n configuration flows by Ron Rindjunsky · 17 years ago
  11. ece8edd mac80211: hardware scan rework by Zhu Yi · 17 years ago
  12. 3333590e mac80211: fix header ops by Johannes Berg · 17 years ago
  13. 75e7766 Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Herbert Xu · 17 years ago
  14. 8b393f1 mac80211: Fix behavior of ieee80211_open and ieee80211_close by Michael Wu · 17 years ago
  15. a10605e mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKED by Zhu Yi · 17 years ago
  16. c1428b3 mac80211: fix allmulti/promisc behaviour by Johannes Berg · 17 years ago
  17. b52f219 mac80211: fix ieee80211_set_multicast_list by Johannes Berg · 17 years ago
  18. 830f903 mac80211: allow driver to ask for a rate control algorithm by Johannes Berg · 17 years ago
  19. ac71c69 mac80211: make simple rate control algorithm built-in by Johannes Berg · 17 years ago
  20. ddd3d2b [MAC80211]: make userspace-mlme a per-interface setting by Johannes Berg · 17 years ago
  21. f9d540e [MAC80211]: remove management interface by Johannes Berg · 17 years ago
  22. a289755 [MAC80211]: add "invalid" interface type by Johannes Berg · 17 years ago
  23. f7c4dae [MAC80211]: Check open_count before calling config callback. by Michael Buesch · 17 years ago
  24. b4010e0 [PATCH] mac80211: remove generic IE for AP interfaces by Johannes Berg · 17 years ago
  25. 5391899 [PATCH] mac80211: fix iff_promiscs, iff_allmultis race by Johannes Berg · 17 years ago
  26. fb1c1cd [PATCH] mac80211: fix vlan bug by Johannes Berg · 17 years ago
  27. 5b2812e [PATCH] mac80211: fix interface initialisation and deinitialisation by Johannes Berg · 17 years ago
  28. 7901042 [PATCH] mac80211: fix virtual interface locking by Johannes Berg · 17 years ago
  29. 0ec3ca4 [PATCH] mac80211: validate VLAN interfaces better by Johannes Berg · 17 years ago
  30. 4150c57 [PATCH] mac80211: revamp interface and filter configuration by Johannes Berg · 17 years ago
  31. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  32. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  33. e0eb685 [MAC80211]: rename ieee80211_cfg.h to cfg.h by Michael Wu · 17 years ago
  34. dd1cd4c [MAC80211]: print out wiphy name instead of master device by Johannes Berg · 17 years ago
  35. 011bfcc [MAC80211]: remove key threshold stuff by Johannes Berg · 17 years ago
  36. 61609bc [MAC80211]: Add support for setting TX power and radio status by Michael Buesch · 17 years ago
  37. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  38. 68aae11 [MAC80211]: use internal network device stats by Stephen Hemminger · 17 years ago
  39. b708e61 [MAC80211]: remove turbo modes by Johannes Berg · 17 years ago
  40. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  41. 11a843b [MAC80211]: rework key handling by Johannes Berg · 17 years ago
  42. 8f20fc2 [MAC80211]: embed key conf in key, fix driver interface by Johannes Berg · 17 years ago
  43. 13262ff [MAC80211]: Remove bitfields from struct ieee80211_sub_if_data by Jiri Slaby · 17 years ago
  44. d6f2da5 [MAC80211]: Remove bitfields from struct ieee80211_if_sta by Jiri Slaby · 17 years ago
  45. e8bf964 [MAC80211]: Remove bitfields from struct ieee80211_tx_packet_data by Jiri Slaby · 17 years ago
  46. b2446b3 [MAC80211]: remove unused ioctls (1) by Johannes Berg · 17 years ago
  47. 82f7160 [MAC80211]: remove radar stuff by Johannes Berg · 17 years ago
  48. 2a8a9a8 [MAC80211]: avoid copying packets to interfaces that are down by Johannes Berg · 17 years ago
  49. 1bec3f1 [MAC80211]: fix add_interface monitor mode behaviour by Johannes Berg · 17 years ago
  50. d9430a3 [MAC80211]: implement ERP info change notifications by Daniel Drake · 17 years ago
  51. 8a69aa9 [MAC80211]: STA reassociation improvements by Daniel Drake · 17 years ago
  52. be8755e [MAC80211]: improve locking of sta_info related structures by Michael Wu · 17 years ago
  53. c2d1560 [MAC80211]: introduce util.c by Johannes Berg · 17 years ago
  54. b2c258f [MAC80211]: reorder interface related functions by Johannes Berg · 17 years ago
  55. ff68808 [MAC80211]: move some rate control functions out of ieee80211.c by Johannes Berg · 17 years ago
  56. 1f5a7e47 [MAC80211]: split out some key functions from ieee80211.c by Johannes Berg · 17 years ago
  57. 75c35aa [MAC80211]: remove some unnecessary includes by Johannes Berg · 17 years ago
  58. e2ebc74 [MAC80211]: split TX path into own file by Johannes Berg · 17 years ago
  59. 571ecf6 [MAC80211]: split RX handlers into own file by Johannes Berg · 17 years ago
  60. ca9938f [PATCH] mac80211: fix initialisation when built-in by Johannes Berg · 17 years ago
  61. 7b7ed87 [PATCH] mac80211: fix tx status frame code by Johannes Berg · 17 years ago
  62. 0e7088d [PATCH] mac80211: missing dev_put in ieee80211_master_start_xmit by Daniel Drake · 17 years ago
  63. 33ccad3 [PATCH] mac80211: fix GCC warning on 64bit platforms by Jiri Benc · 17 years ago
  64. fd8bacc [PATCH] mac80211: regulatory domain cleanup by Daniel Drake · 17 years ago
  65. 63fc33c [PATCH] mac80211: improved 802.11g CTS protection by Daniel Drake · 17 years ago
  66. 4480f15c [PATCH] mac80211: clarify some mac80211 things by Johannes Berg · 17 years ago
  67. 3ef8bed [PATCH] mac80211: kill rate control ioctls by Johannes Berg · 17 years ago
  68. 40f7cac [PATCH] mac80211: separate monitor/subif_start_xmit by Johannes Berg · 17 years ago
  69. c59304b [PATCH] mac80211: remove ieee80211_set_aid_for_sta by Johannes Berg · 17 years ago
  70. b306f45 [PATCH] mac80211: show transmitted frames on monitor interfaces by Johannes Berg · 17 years ago
  71. e4c967c [PATCH] mac80211: Monitor mode radiotap-based packet injection by Andy Green · 17 years ago
  72. 52fb24c [PATCH] mac80211: always set carrier status on open by Michael Wu · 17 years ago
  73. e8fdeca [PATCH] mac80211: fix memory leak when defrag fragments by Hong Liu · 17 years ago
  74. e9f207f [MAC80211]: Add debugfs attributes. by Jiri Benc · 17 years ago
  75. f0706e8 [MAC80211]: Add mac80211 wireless stack. by Jiri Benc · 17 years ago