Age | Commit message (Expand) | Author | Files | Lines |
2011-05-16 | mac80211: add missing rcu_barrier | Johannes Berg | 1 | -0/+2 |
2011-05-16 | mac80211: verify IBSS in interface combinations | Johannes Berg | 1 | -3/+17 |
2011-05-16 | mac80211: sparse RCU annotations | Johannes Berg | 1 | -0/+2 |
2011-05-16 | cfg80211: advertise possible interface combinations | Johannes Berg | 1 | -4/+12 |
2011-05-12 | cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stopped | Luciano Coelho | 1 | -0/+3 |
2011-05-11 | mac80211: add support for HW scheduled scan | Luciano Coelho | 1 | -1/+5 |
2011-05-10 | mac80211: Fix build error when CONFIG_PM is not defined | Larry Finger | 1 | -2/+5 |
2011-05-05 | mac80211: add basic support for WoWLAN | Johannes Berg | 1 | -0/+4 |
2011-05-05 | cfg80211: Remove unused wiphy flag | Jouni Malinen | 1 | -2/+1 |
2011-04-25 | cfg80211: module_param to disable HT40 in 2.4GHz band | Amitkumar Karwar | 1 | -18/+0 |
2011-04-13 | mac80211: send notification on new peer candidate for our secure mesh | Javier Cardona | 1 | -0/+5 |
2011-04-13 | mac80211: Let user space receive and send mesh auth/deauth frames | Javier Cardona | 1 | -1/+3 |
2011-04-05 | mac80211: clean up station cleanup timer | Johannes Berg | 1 | -5/+0 |
2011-03-07 | mac80211: Add log message to ieee80211_restart_hw() | Michael Buesch | 1 | -0/+3 |
2011-02-19 | mac80211: fix 2.4 GHz 40 MHz disabling | Johannes Berg | 1 | -1/+13 |
2011-02-10 | mac80211: Ensure power-level set properly for scanning. | Ben Greear | 1 | -1/+2 |
2011-02-10 | mac80211: Allow scanning on existing channel-type. | Ben Greear | 1 | -2/+14 |
2011-02-05 | mac80211: Optimize scans on current operating channel. | Ben Greear | 1 | -6/+47 |
2011-01-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+11 |
2011-01-19 | mac80211: add hw configuration for max ampdu buffer size | Luciano Coelho | 1 | -0/+1 |
2011-01-13 | mac80211: fix lockdep warning | Johannes Berg | 1 | -1/+11 |
2011-01-06 | mac80211: implement hardware offload for remain-on-channel | Johannes Berg | 1 | -1/+4 |
2011-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+3 |
2011-01-04 | mac80211: serialize rx path workers | Christian Lamparter | 1 | -0/+3 |
2010-12-22 | mac80211: make LED trigger names available early | Johannes Berg | 1 | -0/+2 |
2010-12-20 | mac80211: Send mesh non-HWMP path selection frames to userspace | Javier Cardona | 1 | -0/+4 |
2010-12-16 | nl80211: advertise maximum remain-on-channel duration | Johannes Berg | 1 | -0/+2 |
2010-12-13 | mac80211: support IBSS RSN with SW crypto | Johannes Berg | 1 | -1/+5 |
2010-12-13 | mac80211: support separate default keys | Johannes Berg | 1 | -1/+2 |
2010-12-08 | mac80211: Fix compilation error when mesh is disabled | Javier Cardona | 1 | -0/+2 |
2010-12-07 | cfg80211/mac80211: add mesh join/leave commands | Johannes Berg | 1 | -1/+2 |
2010-10-27 | mac80211: Fix scan_ies_len to include DS Params | Jouni Malinen | 1 | -2/+3 |
2010-10-25 | mac80211: cancel restart_work explicitly instead of depending on flush_schedu... | Tejun Heo | 1 | -7/+1 |
2010-10-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+3 |
2010-10-13 | mac80211: add probe request filter flag | Johannes Berg | 1 | -0/+3 |
2010-10-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -10/+17 |
2010-10-07 | mac80211: assure we also cancel deferred scan request | Stanislaw Gruszka | 1 | -2/+1 |
2010-10-05 | mac80211: fix deadlock with multiple interfaces | Johannes Berg | 1 | -1/+1 |
2010-10-05 | mac80211: distinct between max rates and the number of rates the hw can report | Helmut Schaa | 1 | -0/+4 |
2010-10-05 | mac80211: fix for WDS interfaces | Bill Jordan | 1 | -0/+3 |
2010-10-05 | mac80211: perform scan cancel in hw reset work | Stanislaw Gruszka | 1 | -9/+10 |
2010-10-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+2 |
2010-09-28 | mac80211: fix offchannel assumption upon association | Luis R. Rodriguez | 1 | -1/+2 |
2010-09-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+6 |
2010-09-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+18 |
2010-09-16 | mac80211: add p2p device type support | Johannes Berg | 1 | -0/+15 |
2010-09-16 | ipv4: ip_ptr cleanups | Eric Dumazet | 1 | -1/+1 |
2010-09-15 | mac80211: wait for scan work complete before restarting hw | Stanislaw Gruszka | 1 | -0/+3 |
2010-09-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+6 |
2010-08-31 | mac80211: cancel scan in ieee80211_restart_hw if software scan pending | John W. Linville | 1 | -1/+7 |