| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Add DEVTYPE support for Ethernet based devices | Marcel Holtmann | 2009-09-11 | 1 | -0/+5 |
* | mac80211: fix scan cancel on ifdown | Johannes Berg | 2009-08-28 | 1 | -24/+2 |
* | mac80211: remove tasklet enable/disable | Johannes Berg | 2009-08-28 | 1 | -8/+1 |
* | mac80211: fix configure_filter invocation after stop | Johannes Berg | 2009-08-28 | 1 | -5/+1 |
* | mac80211: allow configure_filter callback to sleep | Johannes Berg | 2009-08-20 | 1 | -12/+3 |
* | mac80211: FIF_PSPOLL filter flag | Igor Perminov | 2009-08-04 | 1 | -2/+16 |
* | mac80211: redefine usage of the mac80211 workqueue | Luis R. Rodriguez | 2009-08-04 | 1 | -2/+2 |
* | mac80211: fix sparse warnings/errors | Johannes Berg | 2009-08-04 | 1 | -2/+2 |
* | mac80211: disable beacons before removing the associated interface | Bob Copeland | 2009-08-04 | 1 | -0/+10 |
* | cfg80211: self-contained wext handling where possible | Johannes Berg | 2009-07-29 | 1 | -1/+0 |
* | mac80211: Replace {sw, hw}_scanning variables with a bitfield | Helmut Schaa | 2009-07-27 | 1 | -2/+2 |
* | mac80211: allow using network namespaces | Johannes Berg | 2009-07-27 | 1 | -0/+1 |
* | mac80211: cooperate more with network namespaces | Johannes Berg | 2009-07-27 | 1 | -1/+15 |
* | mac80211: remove master netdev | Johannes Berg | 2009-07-24 | 1 | -22/+21 |
* | mac80211: cancel the connection monitor timers/work | Johannes Berg | 2009-07-24 | 1 | -3/+5 |
* | mac80211: rework MLME for multiple authentications | Johannes Berg | 2009-07-10 | 1 | -26/+2 |
* | mac80211: remove dead code, clean up | Johannes Berg | 2009-07-10 | 1 | -2/+0 |
* | cfg80211: add rfkill support | Johannes Berg | 2009-06-03 | 1 | -2/+2 |
* | mac80211: fix scan channel race | Johannes Berg | 2009-05-11 | 1 | -1/+2 |
* | mac80211: tell driver when idle | Johannes Berg | 2009-05-06 | 1 | -2/+76 |
* | mac80211: add driver ops wrappers | Johannes Berg | 2009-05-06 | 1 | -12/+10 |
* | mac80211: convert to cfg80211 IBSS API | Johannes Berg | 2009-04-22 | 1 | -9/+3 |
* | mac80211: disable powersave if pm_qos asks for low latency | Johannes Berg | 2009-04-22 | 1 | -2/+2 |
* | mac80211: improve powersave implementation | Johannes Berg | 2009-04-22 | 1 | -0/+4 |
* | mac80211: add beacon filtering support | Kalle Valo | 2009-03-27 | 1 | -0/+3 |
* | mac80211: remove mixed-cell and userspace MLME code | Johannes Berg | 2009-03-27 | 1 | -2/+1 |
* | nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IE | Jouni Malinen | 2009-03-27 | 1 | -7/+0 |
* | mac80211: Fix memleak in nl80211 authentication on deinit | Jouni Malinen | 2009-03-27 | 1 | -0/+1 |
* | mac80211: deauth before flushing STA information | Herton Ronaldo Krzesinski | 2009-03-16 | 1 | -4/+12 |
* | mac80211: split IBSS/managed code | Johannes Berg | 2009-02-27 | 1 | -32/+44 |
* | mac80211: disallow moving netns | Johannes Berg | 2009-02-27 | 1 | -0/+1 |
* | cfg80211/nl80211: scanning (and mac80211 update to use it) | Johannes Berg | 2009-02-13 | 1 | -1/+1 |
* | mac80211: clean up BA session teardown | Johannes Berg | 2009-02-13 | 1 | -2/+1 |
* | mac80211: convert to net_device_ops | Johannes Berg | 2009-02-09 | 1 | -17/+30 |
* | mac80211: add interface list lock | Johannes Berg | 2009-01-29 | 1 | -0/+31 |
* | nl80211: New command for adding extra IE(s) into management frames | Jouni Malinen | 2009-01-29 | 1 | -0/+7 |
* | mac80211: Add 802.11h CSA support | Sujith | 2009-01-29 | 1 | -0/+2 |
* | mac80211: Cancel the power save timer in ieee80211_stop. | Vivek Natarajan | 2009-01-29 | 1 | -0/+2 |
* | mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipher | Vasanthakumar Thiagarajan | 2009-01-29 | 1 | -1/+2 |
* | mac80211: allow mode change if IBSS is not allowed | Pavel Roskin | 2009-01-12 | 1 | -1/+2 |
* | cfg80211: handle SIOCGIWMODE/SIOCSIWMODE | Johannes Berg | 2008-12-05 | 1 | -0/+4 |
* | mac80211: deauth when interface is marked down | John W. Linville | 2008-12-05 | 1 | -1/+5 |
* | mac80211: disable BSSID filtering for mesh interfaces | Andrey Yurovsky | 2008-11-21 | 1 | -2/+15 |
* | mac80211: move bss_conf into vif | Johannes Berg | 2008-10-31 | 1 | -1/+1 |
* | mac80211: introduce hw config change flags | Johannes Berg | 2008-10-31 | 1 | -6/+19 |
* | mac80211: fixups for "make master iface not wireless" | Johannes Berg | 2008-09-30 | 1 | -5/+4 |
* | cfg80211: show interface type | Johannes Berg | 2008-09-24 | 1 | -0/+1 |
* | mac80211 : Fix mode change hard_start_xmit function | Abhijeet Kolekar | 2008-09-15 | 1 | -0/+1 |
* | mac80211: share STA information with driver | Johannes Berg | 2008-09-15 | 1 | -1/+2 |
* | mac80211: move regular interface handling | Johannes Berg | 2008-09-15 | 1 | -0/+534 |