Age | Commit message (Expand) | Author | Files | Lines |
2010-02-16 | cfg80211/mac80211: allow registering for and sending action frames | Jouni Malinen | 1 | -0/+9 |
2010-01-20 | cfg80211: rcu-ify rdev and wdev | Johannes Berg | 1 | -1/+2 |
2010-01-12 | cfg80211: Store IEs from both Beacon and Probe Response frames | Jouni Malinen | 1 | -1/+2 |
2009-12-29 | cfg80211: add remain-on-channel command | Jouni Malinen | 1 | -0/+3 |
2009-12-21 | wireless: report reasonable bitrate for MCS rates through wext | John W. Linville | 1 | -0/+2 |
2009-11-28 | wireless : use a dedicated workqueue for cfg80211. | Alban Browaeys | 1 | -0/+2 |
2009-11-19 | cfg80211: re-join IBSS when privacy changes | Johannes Berg | 1 | -0/+2 |
2009-10-30 | cfg80211/mac80211: use debugfs_remove_recursive | Johannes Berg | 1 | -11/+0 |
2009-10-27 | cfg80211: sme: deauthenticate on assoc failure | Johannes Berg | 1 | -0/+1 |
2009-08-28 | cfg80211: clean up properly on interface type change | Johannes Berg | 1 | -0/+4 |
2009-08-28 | cfg80211: make spurious warnings less likely, configurable | Johannes Berg | 1 | -0/+11 |
2009-08-28 | cfg80211: check lost scans later, fix bug | Johannes Berg | 1 | -1/+1 |
2009-08-20 | cfg80211: fix dangling scan request checking | Johannes Berg | 1 | -0/+2 |
2009-08-14 | cfg80211: check for and abort dangling scan requests | Johannes Berg | 1 | -0/+1 |
2009-08-14 | cfg80211: fix locking for SIWFREQ | Johannes Berg | 1 | -0/+1 |
2009-08-14 | nl80211: add generation number to all dumps | Johannes Berg | 1 | -0/+2 |
2009-08-14 | cfg80211: use reassociation when possible | Johannes Berg | 1 | -1/+3 |
2009-08-14 | cfg80211: validate channel settings across interfaces | Johannes Berg | 1 | -0/+6 |
2009-08-05 | cfg80211: keep track of current_bss for userspace SME | Johannes Berg | 1 | -1/+7 |
2009-07-29 | cfg80211: combine iwfreq implementations | Johannes Berg | 1 | -0/+3 |
2009-07-27 | cfg80211: make aware of net namespaces | Johannes Berg | 1 | -1/+4 |
2009-07-24 | cfg80211: rework key operation | Johannes Berg | 1 | -7/+25 |
2009-07-10 | cfg80211: clean up naming once and for all | Johannes Berg | 1 | -13/+13 |
2009-07-10 | cfg80211: fix locking | Johannes Berg | 1 | -1/+99 |
2009-07-10 | cfg80211: properly name driver locking | Johannes Berg | 1 | -2/+6 |
2009-07-10 | cfg80211: let SME control reassociation vs. association | Johannes Berg | 1 | -1/+2 |
2009-07-10 | cfg80211: keep track of BSSes | Johannes Berg | 1 | -1/+40 |
2009-07-10 | cfg80211: managed mode wext compatibility | Johannes Berg | 1 | -1/+2 |
2009-07-10 | cfg80211: emulate connect with auth/assoc | Johannes Berg | 1 | -0/+8 |
2009-07-10 | cfg80211: connect/disconnect API | Samuel Ortiz | 1 | -0/+7 |
2009-07-10 | cfg80211: introduce nl80211 testmode command | Johannes Berg | 1 | -0/+4 |
2009-06-03 | cfg80211: add rfkill support | Johannes Berg | 1 | -0/+7 |
2009-05-20 | cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFS | Pavel Roskin | 1 | -1/+1 |
2009-05-20 | cfg80211: mark ops as pointer to const | David Kilroy | 1 | -1/+1 |
2009-05-20 | cfg80211: add debugfs HT40 allow map | Luis R. Rodriguez | 1 | -0/+1 |
2009-05-20 | mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211 | Luis R. Rodriguez | 1 | -0/+11 |
2009-05-13 | cfg80211: implement wext key handling | Johannes Berg | 1 | -1/+5 |
2009-04-23 | cfg80211: clear WEXT SSID when clearing IBSS | Johannes Berg | 1 | -2/+2 |
2009-04-23 | cfg80211: clean up includes | Johannes Berg | 1 | -1/+0 |
2009-04-23 | cfg80211/nl80211: add IBSS API | Johannes Berg | 1 | -0/+8 |
2009-04-23 | cfg80211: convert mutex assert to macro | Johannes Berg | 1 | -4/+1 |
2009-04-23 | nl80211: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2009-04-17 | cfg80211: do not replace BSS structs | Johannes Berg | 1 | -1/+1 |
2009-03-28 | cfg80211: fix locking in nl80211_set_wiphy | Johannes Berg | 1 | -0/+3 |
2009-03-28 | cfg80211: add feature to hold bss | Kalle Valo | 1 | -0/+2 |
2009-03-17 | cfg80211: move enum reg_set_by to nl80211.h | Luis R. Rodriguez | 1 | -1/+2 |
2009-02-27 | nl80211: Avoid AP mode BUG_ON hang with invalid lock assert | Jouni Malinen | 1 | -1/+1 |
2009-02-27 | cfg80211: make regulatory_request use wiphy_idx instead of wiphy | Luis R. Rodriguez | 1 | -0/+12 |
2009-02-27 | cfg80211: add assert_cfg80211_lock() to ensure proper protection | Luis R. Rodriguez | 1 | -0/+6 |
2009-02-27 | cfg80211: rename cfg80211_drv_mutex to cfg80211_mutex | Luis R. Rodriguez | 1 | -3/+3 |