Age | Commit message (Expand) | Author | Files | Lines |
2009-01-29 | mac80211: Generic TSF debugging | Alina Friedrichsen | 1 | -3/+52 |
2009-01-29 | mac80211: add interface list lock | Johannes Berg | 4 | -2/+38 |
2009-01-29 | mac80211: flush workqueue a second time in suspend() | Bob Copeland | 1 | -0/+3 |
2009-01-29 | mac80211: change workqueue back to non-freezeable | Bob Copeland | 1 | -1/+1 |
2009-01-29 | mac80211: Fixed BSSID handling revisited | Alina Friedrichsen | 1 | -39/+33 |
2009-01-29 | mac80211: Read the TSF via debugfs | Alina Friedrichsen | 2 | -0/+5 |
2009-01-29 | mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphy | Luis R. Rodriguez | 1 | -0/+9 |
2009-01-29 | mac80211: Add capability to enable/disable beaconing | Johannes Berg | 5 | -12/+59 |
2009-01-29 | wireless: restrict to 32 legacy rates | Johannes Berg | 6 | -18/+18 |
2009-01-29 | mac80211: constify ieee80211_if_conf.bssid | Johannes Berg | 1 | -1/+1 |
2009-01-29 | mac80211: Fix MFP Association Comeback to use Timeout Interval IE | Jouni Malinen | 3 | -7/+8 |
2009-01-29 | mac80211: add suspend/resume callbacks | Bob Copeland | 4 | -0/+137 |
2009-01-29 | mac80211: Fix drop-unencrypted for management frames | Jouni Malinen | 1 | -1/+4 |
2009-01-29 | mac80211: trivial documentation fix (mesh_nexthop_lookup()). | Rami Rosen | 1 | -1/+1 |
2009-01-29 | mac80211: trivial documentation fixes (enum mesh_path_flags). | Rami Rosen | 1 | -3/+3 |
2009-01-29 | mac80211: remove mesh_plink_close() method. | Rami Rosen | 2 | -31/+0 |
2009-01-29 | mac80211: cleanup kmalloc/memset -> kcalloc | Wei Yongjun | 1 | -3/+1 |
2009-01-29 | nl80211: New command for adding extra IE(s) into management frames | Jouni Malinen | 4 | -6/+151 |
2009-01-29 | mac80211: Fix radiotap header it_present on big endian CPUs | Jouni Malinen | 1 | -1/+1 |
2009-01-29 | mac80211: Mark ieee80211_process_sa_query_req() static | Jouni Malinen | 1 | -3/+3 |
2009-01-29 | mac80211: Handle power constraint level advertised in 11d+h beacon | Vasanthakumar Thiagarajan | 4 | -2/+42 |
2009-01-29 | mac80211: 802.11w - Add driver capability flag for MFP | Jouni Malinen | 1 | -0/+4 |
2009-01-29 | mac80211: 802.11w - Optional software CCMP for management frames | Jouni Malinen | 1 | -2/+7 |
2009-01-29 | mac80211: 802.11w - Implement Association Comeback processing | Jouni Malinen | 3 | -3/+23 |
2009-01-29 | mac80211: 802.11w - Drop unprotected robust management frames if MFP is used | Jouni Malinen | 1 | -0/+7 |
2009-01-29 | mac80211: 802.11w - Do not force Action frames to disable encryption | Jouni Malinen | 4 | -7/+7 |
2009-01-29 | mac80211: 802.11w - SA Query processing | Jouni Malinen | 1 | -0/+69 |
2009-01-29 | mac80211: 802.11w - Configuration of MFP disabled/optional/required | Jouni Malinen | 3 | -0/+17 |
2009-01-29 | mac80211: 802.11w - WEXT configuration for IGTK | Jouni Malinen | 1 | -14/+48 |
2009-01-29 | mac80211: 802.11w - WEXT parameter for setting mgmt cipher | Jouni Malinen | 1 | -0/+1 |
2009-01-29 | mac80211: 802.11w - Use BIP (AES-128-CMAC) | Jouni Malinen | 8 | -12/+280 |
2009-01-29 | mac80211: 802.11w - Add BIP (AES-128-CMAC) | Jouni Malinen | 7 | -1/+296 |
2009-01-29 | mac80211: 802.11w - CCMP for management frames | Jouni Malinen | 2 | -7/+34 |
2009-01-29 | mac80211: 802.11w - STA flag for MFP | Jouni Malinen | 5 | -4/+15 |
2009-01-29 | mac80211: extend/document powersave API | Johannes Berg | 3 | -33/+40 |
2009-01-29 | mac80211: move dynamic PS timeout to hardware config | Johannes Berg | 4 | -11/+13 |
2009-01-29 | mac80211: validate SIOCSIWPOWER arguments better | Johannes Berg | 1 | -1/+4 |
2009-01-29 | mac80211: clean up channel type config | Johannes Berg | 3 | -6/+8 |
2009-01-29 | mac80211: clarify alignment docs, fix up alignment | Johannes Berg | 1 | -33/+77 |
2009-01-29 | mac80211: remove user_power_level from driver API | Johannes Berg | 3 | -3/+5 |
2009-01-29 | mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCou... | Rami Rosen | 2 | -5/+0 |
2009-01-29 | mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h. | Rami Rosen | 1 | -2/+0 |
2009-01-29 | mac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req(). | Rami Rosen | 1 | -4/+2 |
2009-01-29 | mac80211: remove an unnecessary assignment to info in __ieee80211_tx(). | Rami Rosen | 1 | -1/+0 |
2009-01-29 | mac80211: Add 802.11h CSA support | Sujith | 5 | -1/+122 |
2009-01-29 | mac80211: Allow to set channel in adhoc properly | Alina Friedrichsen | 1 | -2/+4 |
2009-01-29 | mac80211: Don't merge if BSSID is set manually | Alina Friedrichsen | 1 | -0/+1 |
2009-01-29 | mac80211: Don't scan if BSSID and channel are set manually | Alina Friedrichsen | 1 | -0/+4 |
2009-01-29 | mac80211: Disallow to set multicast BSSID | Alina Friedrichsen | 1 | -2/+7 |
2009-01-29 | mac80211: clean up set_key callback | Johannes Berg | 1 | -26/+25 |