1. 4f6d4d1 wireless: clean up sysfs code using %pM by Johannes Berg · 16 years ago
  2. 2ba4b32 lib80211: consolidate crypt init routines by John W. Linville · 16 years ago
  3. 274bfb8 lib80211: absorb crypto bits from net/ieee80211 by John W. Linville · 16 years ago
  4. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  5. 5166ccd cfg80211: Add kdoc for struct regulatory_request by Luis R. Rodriguez · 16 years ago
  6. 9c96477 cfg80211: Add regulatory domain intersection capability by Luis R. Rodriguez · 16 years ago
  7. d71aaf6 cfg80211: a reg rule is invalid if freq diff is 0 by Luis R. Rodriguez · 16 years ago
  8. 3188848 nl80211: Add TX queue parameter configuration by Jouni Malinen · 16 years ago
  9. 90c97a0 nl80211: Add basic rate configuration for AP mode by Jouni Malinen · 16 years ago
  10. bd81525 wireless: implement basic rate helper function by Johannes Berg · 16 years ago
  11. 2df7816 wireless: fix a few sparse warnings by Johannes Berg · 16 years ago
  12. 84fa4f4 wireless regulatory: move ignore_request by Johannes Berg · 16 years ago
  13. 2083c49 wireless: clean up regulatory ignore_request function by Johannes Berg · 16 years ago
  14. be3d481 wireless: remove struct regdom hinting by Johannes Berg · 16 years ago
  15. d2372b3 wireless: make regdom passing semantics simpler by Johannes Berg · 16 years ago
  16. f3e63db wireless: remove write-only 'granted' variable by Johannes Berg · 16 years ago
  17. 9387b7c wireless: use individual buffers for printing ssid values by John W. Linville · 16 years ago
  18. 2819f8a wireless: escape_ssid should handle non-printables by John W. Linville · 16 years ago
  19. c5d3dce wireless: remove NETWORK_EMPTY_ESSID flag by John W. Linville · 16 years ago
  20. 7e272fc wireless: consolidate on a single escape_essid implementation by John W. Linville · 16 years ago
  21. ac9440a wireless: fix EU check by Johannes Berg · 16 years ago
  22. f6037d0 wireless: get rid of pointless request list by Johannes Berg · 16 years ago
  23. f3b407f wireless: remove cfg80211_reg_mutex by Johannes Berg · 16 years ago
  24. cf03268 wireless: don't publish __regulatory_hint by Johannes Berg · 16 years ago
  25. 93da9cc Add nl80211 commands to get and set o11s mesh networking parameters by colin@cozybit.com · 16 years ago
  26. 0a9542e nl80211: fix monitor flags by Johannes Berg · 16 years ago
  27. d51626d nl80211: export HT capabilities by Johannes Berg · 16 years ago
  28. 44a504c4 wireless: fix regression caused by regulatory config option by Arjan van de Ven · 16 years ago
  29. 33c0360 cfg80211: fix debugfs error handling by Johannes Berg · 16 years ago
  30. ff71268 wireless: remove duplicated #include by Huang Weiyi · 16 years ago
  31. 5d6ffc5 wireless: fix typo in Kconfig. by Davide Pesavento · 16 years ago
  32. 638af07 wireless: a global static to local static improvement by Denis ChengRq · 16 years ago
  33. 92ffe05 cfg80211: reject invalid configuration items by Johannes Berg · 16 years ago
  34. 723b038 cfg80211: allow set_interface without type by Johannes Berg · 16 years ago
  35. 60719ff cfg80211: show interface type by Johannes Berg · 16 years ago
  36. 942b25c cfg80211: clean up static regdomain mess by Johannes Berg · 16 years ago
  37. a3d2eaf cfg80211: fix regulatory code const by Johannes Berg · 16 years ago
  38. 734366d cfg80211: clean up regulatory mess by Johannes Berg · 16 years ago
  39. 762af43 cfg80211: fix static regdomains by Johannes Berg · 16 years ago
  40. b2e1b30 cfg80211: Add new wireless regulatory infrastructure by Luis R. Rodriguez · 16 years ago
  41. 17dce5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  42. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 16 years ago
  43. d966474 net/wireless/Kconfig: clarify the description for CONFIG_WIRELESS_EXT_SYSFS by Florian Mickler · 16 years ago
  44. 36aedc90 mac80211/cfg80211: HT capabilities for NEW_STA by Jouni Malinen · 16 years ago
  45. 9f1ba90 mac80211/cfg80211: Add BSS configuration options for AP mode by Jouni Malinen · 16 years ago
  46. 317900c wext: Send name on events by Jamal Hadi Salim · 16 years ago
  47. bba95fe nl80211: fix dump callbacks by Johannes Berg · 16 years ago
  48. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  49. 22bb1be wext: make sysfs bits optional and deprecate them by Johannes Berg · 16 years ago
  50. b463727 net/wireless/nl80211.c: fix endless Netlink callback loop. by Julius Volz · 16 years ago
  51. 0f5cabb wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed. by David S. Miller · 16 years ago
  52. 87de87d wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c by David S. Miller · 16 years ago
  53. a67fa76 wext: Pull top-level ioctl dispatch logic into helper function. by David S. Miller · 16 years ago
  54. d291125 wext: Pass iwreq pointer down into standard/private handlers. by David S. Miller · 17 years ago
  55. ca1e8bb wext: Parameterize the standard/private handlers. by David S. Miller · 17 years ago
  56. 67dd760 wext: Pull ioctl permission checking out into helper function. by David S. Miller · 17 years ago
  57. d88174e wext: Extract private call iw_point handling into seperate functions. by David S. Miller · 17 years ago
  58. 84149b0 wext: Extract standard call iw_point handling into seperate function. by David S. Miller · 17 years ago
  59. 208887d wext: Make adjust_priv_size() take a "struct iw_point *". by David S. Miller · 17 years ago
  60. 25519a2 wext: Remove inline from get_priv_size() and adjust_priv_size(). by David S. Miller · 17 years ago
  61. d2c3cc0 mac80211: implement EU regulatory domain by Tony Vroon · 16 years ago
  62. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  63. bc3ed28 netlink: Improve returned error codes by Thomas Graf · 16 years ago
  64. 2940bb6 wireless: Add missing locking to cfg80211_dev_rename by Eric W. Biederman · 16 years ago
  65. ae7245c wireless: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  66. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  67. 253898c cfg80211: default to regulatory max power for channel by John W. Linville · 16 years ago
  68. 16f2e85 nl80211: fix STA AID bug by Johannes Berg · 16 years ago
  69. 6c507cd cfg80211: don't export ieee80211_get_channel by Johannes Berg · 16 years ago
  70. dfe98e9 Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 16 years ago
  71. 906c730 wireless: add wiphy channel freq to channel struct lookup helper by Johannes Berg · 16 years ago
  72. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  73. 2ec600d nl80211/cfg80211: support for mesh, sta dumping by Luis Carlos Cobo · 16 years ago
  74. b46b4ee wireless: update US regulatory domain by Tomas Winkler · 16 years ago
  75. 66f7ac5 nl80211: Add monitor interface configuration flags by Michael Wu · 16 years ago
  76. 406f238 wireless: Fix WARN_ON() with ieee802.11b by Ivo van Doorn · 16 years ago
  77. aac09fb wireless: fix ERP rate flags by Johannes Berg · 16 years ago
  78. ee688b00 nl80211: export hardware bitrate/channel capabilities by Johannes Berg · 16 years ago
  79. 8318d78 cfg80211 API for channels/bitrates, mac80211 and driver conversion by Johannes Berg · 16 years ago
  80. 4248d2f WEXT: remove unused variable by Masakazu Mokuno · 16 years ago
  81. d6084cb net/wireless/Kconfig: whitespace corrections by John W. Linville · 17 years ago
  82. fd5b74d cfg80211/nl80211: implement station attribute retrieval by Johannes Berg · 17 years ago
  83. 5727ef1 cfg80211/nl80211: station handling by Johannes Berg · 17 years ago
  84. ed1b6cc cfg80211/nl80211: add beacon settings by Johannes Berg · 17 years ago
  85. 41ade00 cfg80211/nl80211: introduce key handling by Johannes Berg · 17 years ago
  86. e372c41 [NET]: Consolidate net namespace related proc files creation. by Denis V. Lunev · 17 years ago
  87. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  88. 0a06ea8 [WIRELESS] WEXT: Fix userspace corruption on 64-bit. by David S. Miller · 17 years ago
  89. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  90. 0aa4f33 [WIRELESS]: Fix Kconfig. by Andrew Morton · 17 years ago
  91. 5568296 [NL80211]: add netlink interface to cfg80211 by Johannes Berg · 17 years ago
  92. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  93. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  94. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  95. dde4e47 [WIRELESS] radiotap parser: accept all other fields by Johannes Berg · 17 years ago
  96. 744b096 [WIRELESS]: Use type safe netlink interface by Thomas Graf · 17 years ago
  97. 3a46246 [PATCH] cfg80211: fix initialisation if built-in by Johannes Berg · 17 years ago
  98. 7b5ee3a [PATCH] net/wireless/sysfs.c: Shut up build warning by Satyam Sharma · 17 years ago
  99. 179f831 [PATCH] cfg80211: Radiotap parser by Andy Green · 17 years ago
  100. c9aca9d [PATCH] cfg80211: fix signed macaddress in sysfs by David Lamparter · 17 years ago