1. f9d15d1 cfg80211: send scan results from work queue by Johannes Berg · 11 years ago
  2. bdfbec2 cfg80211: Add a function to get the number of supported channels by Ilan Peer · 11 years ago
  3. 4a58e7c cfg80211: don't "leak" uncompleted scans by Eliad Peller · 11 years ago
  4. 79845c6 cfg80211: fix scheduled scan pointer access by Johannes Berg · 11 years ago
  5. 1372a29 wireless: scan: Remove comment to compare_ether_addr by Joe Perches · 11 years ago
  6. dcd6eac nl80211: add scan width to bss and scan request structs by Simon Wunderlich · 11 years ago
  7. 0e3a39b wireless: add comments about bss refcounting by Ben Greear · 11 years ago
  8. 5fe231e cfg80211: vastly simplify locking by Johannes Berg · 11 years ago
  9. 9f419f3 cfg80211: move cfg80211_get_dev_from_ifindex under wext by Johannes Berg · 11 years ago
  10. f9f4752 cfg80211: always check for scan end on P2P device by Johannes Berg · 11 years ago
  11. 1345ee6 cfg80211: fix potential BSS memory leak and update by Johannes Berg · 11 years ago
  12. 8cdc196 Merge remote-tracking branch 'mac80211/master' into HEAD by Johannes Berg · 11 years ago
  13. 04f3904 nl80211/cfg80211: add radar detection command/event by Simon Wunderlich · 11 years ago
  14. 6719429 cfg80211: check vendor IE length to avoid overrun by Luciano Coelho · 11 years ago
  15. 8cef2c9 cfg80211: move TSF into IEs by Johannes Berg · 11 years ago
  16. 83c7aa1 cfg80211: remove scan ies NULL check by Johannes Berg · 11 years ago
  17. 776b358 cfg80211: track hidden SSID networks properly by Johannes Berg · 11 years ago
  18. 5b112d3 cfg80211: pass wiphy to cfg80211_ref_bss/put_bss by Johannes Berg · 11 years ago
  19. 0532d4f cfg80211: wrap BSS kref by Johannes Berg · 11 years ago
  20. 9537f22 cfg80211: remove a local variable by Johannes Berg · 11 years ago
  21. 4b1af47 cfg80211: use lockdep to assert lock is held by Johannes Berg · 11 years ago
  22. 2ca813a cfg80211: move locking into cfg80211_bss_age by Johannes Berg · 11 years ago
  23. 50521aa cfg80211: fix BSS IE allocation comment by Johannes Berg · 11 years ago
  24. 37e0838 cfg80211: remove unused cfg80211_get_mesh by Johannes Berg · 11 years ago
  25. 3af6341 cfg80211: simplify mesh BSS comparison by Johannes Berg · 11 years ago
  26. 4593c4c cfg80211: fix BSS list hidden SSID lookup by Johannes Berg · 11 years ago
  27. 5622f5b cfg80211: refactor hidden SSID finding by Johannes Berg · 11 years ago
  28. 3ff9a82 cfg80211: remove free_priv BSS API by Johannes Berg · 11 years ago
  29. c49dc90 cfg80211: off by one in ieee80211_bss() by Dan Carpenter · 12 years ago
  30. 9caf036 cfg80211: fix BSS struct IE access races by Johannes Berg · 12 years ago
  31. f94f8b1 cfg80211: fix cmp_hidden_bss by Johannes Berg · 12 years ago
  32. 915de2f cfg80211: fix whitespace in scan handling by Johannes Berg · 12 years ago
  33. b629ea3 cfg80211: don't BUG_ON BSS struct issues by Johannes Berg · 12 years ago
  34. 0172bb7 cfg80211: use DS or HT operation IEs to determine BSS channel by Johannes Berg · 12 years ago
  35. 4ee3e06 cfg80211: add cfg80211 exported function tracing by Beni Lev · 12 years ago
  36. e35e4d2 cfg80211: add wrappers for registered_device_ops by Hila Gonen · 12 years ago
  37. 15d6030 cfg80211: add support for flushing old scan results by Sam Leffler · 12 years ago
  38. e8e27c6 cfg80211: code rearrangement to avoid forward declarations by Amitkumar Karwar · 12 years ago
  39. 768be59 cfg80211: fix indentation by Hila Gonen · 12 years ago
  40. fd01428 nl80211: move scan API to wdev by Johannes Berg · 12 years ago
  41. c597f66 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  42. ac422d3 wireless: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  43. ef9456a cfg80211: fix BSS comparison by Emmanuel Grumbach · 12 years ago
  44. f9616e0 cfg80211: increse bss expire time by Rajkumar Manoharan · 12 years ago
  45. c6fb08a cfg80211: use compare_ether_addr on MAC addresses instead of memcmp by Felix Fietkau · 12 years ago
  46. 7b8bcff cfg80211: clarify timestamp in cfg80211_inform_bss by Johannes Berg · 12 years ago
  47. 4c0c0b7 cfg80211: export cfg80211_ref_bss by Johannes Berg · 13 years ago
  48. dd9dfb9 cfg80211: merge in beacon ies of hidden bss. by Dmitry Tarnyagin · 13 years ago
  49. 3b6ef63 cfg80211: fix cmp_ies by Johannes Berg · 13 years ago
  50. 0c28ec5 cfg80211: add cfg80211_find_vendor_ie() function by Eliad Peller · 13 years ago
  51. 262eb9b2 cfg80211: split wext compatibility to separate header by Johannes Berg · 13 years ago
  52. a401d2b cfg80211: fix scan crash on single-band cards by Johannes Berg · 13 years ago
  53. 34850ab cfg80211: allow userspace to control supported rates in scan by Johannes Berg · 13 years ago
  54. d859898 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  55. 1a84ff7 cfg80211: return -ENOENT when stopping sched_scan while not running by Luciano Coelho · 13 years ago
  56. 3b4670f net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan() by Jesper Juhl · 13 years ago
  57. c10841c cfg80211: fix deadlock with rfkill/sched_scan by adding new mutex by Luciano Coelho · 13 years ago
  58. 333ba73 cfg80211: don't drop p2p probe responses by Eliad Peller · 13 years ago
  59. 85a9994 cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stopped by Luciano Coelho · 13 years ago
  60. 807f8a8 cfg80211/nl80211: add support for scheduled scans by Luciano Coelho · 13 years ago
  61. 0a35d36 cfg80211: Use capability info to detect mesh beacons. by Javier Cardona · 13 years ago
  62. 2b78ac9 cfg80211: fix BSS double-unlinking (continued) by Juuso Oikarinen · 13 years ago
  63. bef9bac cfg80211:: fix possible NULL pointer dereference by Mariusz Kozlowski · 13 years ago
  64. 01123e2 cfg80211: update information elements in cached BSS struct by Sven Neumann · 14 years ago
  65. 3207390 cfg80211: fix BSS double-unlinking by Johannes Berg · 14 years ago
  66. ccb6c13 cfg80211: don't get expired BSSes by Johannes Berg · 14 years ago
  67. 22fe88d cfg80211: Fix signal_type comparison by Sujith · 14 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  69. c21dbf9 cfg80211: export cfg80211_find_ie by Johannes Berg · 15 years ago
  70. 34a6edd cfg80211: Store IEs from both Beacon and Probe Response frames by Jouni Malinen · 15 years ago
  71. 65486c8 cfg80211: fix error path in cfg80211_wext_siwscan by Johannes Berg · 15 years ago
  72. 8f56874 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
  73. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  74. e60d744 wireless : use a dedicated workqueue for cfg80211. by Alban Browaeys · 15 years ago
  75. 76aa5e7 mac80211: update cfg80211 scan result code for the updated mesh conf IE by Rui Paulo · 15 years ago
  76. 136cfa2 mac80211: use a structure to hold the mesh config information element by Rui Paulo · 15 years ago
  77. 584991d cfg80211: validate scan channels by Johannes Berg · 15 years ago
  78. 3d23e34 wext: refactor by Johannes Berg · 15 years ago
  79. 8862dc5 cfg80211: minimal error handling for wext-compat freq scanning by Holger Schurig · 15 years ago
  80. a4e7b73 cfg80211: use cfg80211_wext_freq() for freq conversion by Holger Schurig · 15 years ago
  81. b2e3abd cfg80211: allow scanning on specified frequencies when using wext-compatibility by Holger Schurig · 15 years ago
  82. fcc6cb0 cfg80211: fix looping soft lockup in find_ie() by Bob Copeland · 15 years ago
  83. 01a0ac4 cfg80211: check lost scans later, fix bug by Johannes Berg · 15 years ago
  84. 36e6fea cfg80211: check for and abort dangling scan requests by Johannes Berg · 15 years ago
  85. 5ba6353 cfg80211: fix alignment problem in scan request by Johannes Berg · 15 years ago
  86. f5ea912 nl80211: add generation number to all dumps by Johannes Berg · 15 years ago
  87. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  88. cd3468b cfg80211: add two missing NULL pointer checks by Johannes Berg · 15 years ago
  89. a9a1162 cfg80211: self-contained wext handling where possible by Johannes Berg · 15 years ago
  90. 09f97e0 cfg80211: increase scan result expire time by Helmut Schaa · 15 years ago
  91. 463d018 cfg80211: make aware of net namespaces by Johannes Berg · 15 years ago
  92. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. 9e81ecc cfg80211: double free in __cfg80211_scan_done by Christian Lamparter · 15 years ago
  94. 667503dd cfg80211: fix locking by Johannes Berg · 15 years ago
  95. 4d0c8ae cfg80211: properly name driver locking by Johannes Berg · 15 years ago
  96. 19957bb cfg80211: keep track of BSSes by Johannes Berg · 15 years ago
  97. 6829c87 cfg80211: emulate connect with auth/assoc by Johannes Berg · 15 years ago
  98. a538e2d cfg80211: issue netlink notification when scan starts by Johannes Berg · 15 years ago
  99. 2dce4c2 cfg80211: fix refcount leak by Johannes Berg · 15 years ago
  100. 362a415 nl80211: bounce scan request back to userspace by Johannes Berg · 15 years ago