summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-01-29mac80211: don't try to powersave/config disabled interfacesJohannes Berg1-0/+6
2009-01-29cfg80211: do not pass -EALREADY to userspace on regdomain change requestLuis R. Rodriguez1-0/+5
2009-01-29mac80211: Generic TSF debuggingAlina Friedrichsen1-3/+52
2009-01-29mac80211: add interface list lockJohannes Berg4-2/+38
2009-01-29mac80211: flush workqueue a second time in suspend()Bob Copeland1-0/+3
2009-01-29mac80211: change workqueue back to non-freezeableBob Copeland1-1/+1
2009-01-29mac80211: Fixed BSSID handling revisitedAlina Friedrichsen1-39/+33
2009-01-29mac80211: Read the TSF via debugfsAlina Friedrichsen2-0/+5
2009-01-29cfg80211: allow users to help a driver's complianceLuis R. Rodriguez1-1/+2
2009-01-29mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphyLuis R. Rodriguez1-0/+9
2009-01-29cfg80211: Allow for strict regulatory settingsLuis R. Rodriguez1-1/+27
2009-01-29cfg80211: pass more detailed regulatory request information on reg_notifier()Luis R. Rodriguez2-40/+1
2009-01-29cfg80211: move check for ignore_reg_update() on wiphy_update_regulatory()Luis R. Rodriguez1-2/+4
2009-01-29cfg80211: rename fw_handles_regulatory to custom_regulatoryLuis R. Rodriguez1-1/+1
2009-01-29cfg80211: ignore consecutive equal regulatory hintsLuis R. Rodriguez1-2/+11
2009-01-29cfg80211: process user requests only after previous user/driver/core requestsLuis R. Rodriguez1-0/+10
2009-01-29cfg80211: export freq_reg_info()Luis R. Rodriguez1-22/+2
2009-01-29cfg80211: add wiphy_apply_custom_regulatory()Luis R. Rodriguez1-24/+91
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg5-12/+59
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg8-22/+28
2009-01-29mac80211: constify ieee80211_if_conf.bssidJohannes Berg1-1/+1
2009-01-29mac80211: Fix MFP Association Comeback to use Timeout Interval IEJouni Malinen3-7/+8
2009-01-29mac80211: add suspend/resume callbacksBob Copeland4-0/+137
2009-01-29cfg80211: add PM hooksJohannes Berg1-0/+30
2009-01-29mac80211: Fix drop-unencrypted for management framesJouni Malinen1-1/+4
2009-01-29mac80211: trivial documentation fix (mesh_nexthop_lookup()).Rami Rosen1-1/+1
2009-01-29mac80211: trivial documentation fixes (enum mesh_path_flags).Rami Rosen1-3/+3
2009-01-29mac80211: remove mesh_plink_close() method.Rami Rosen2-31/+0
2009-01-29mac80211: cleanup kmalloc/memset -> kcallocWei Yongjun1-3/+1
2009-01-29nl80211: New command for adding extra IE(s) into management framesJouni Malinen5-6/+198
2009-01-29mac80211: Fix radiotap header it_present on big endian CPUsJouni Malinen1-1/+1
2009-01-29mac80211: Mark ieee80211_process_sa_query_req() staticJouni Malinen1-3/+3
2009-01-29mac80211: Handle power constraint level advertised in 11d+h beaconVasanthakumar Thiagarajan4-2/+42
2009-01-29mac80211: 802.11w - Add driver capability flag for MFPJouni Malinen1-0/+4
2009-01-29mac80211: 802.11w - Optional software CCMP for management framesJouni Malinen1-2/+7
2009-01-29mac80211: 802.11w - Implement Association Comeback processingJouni Malinen3-3/+23
2009-01-29mac80211: 802.11w - Drop unprotected robust management frames if MFP is usedJouni Malinen1-0/+7
2009-01-29mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen4-7/+7
2009-01-29mac80211: 802.11w - SA Query processingJouni Malinen1-0/+69
2009-01-29mac80211: 802.11w - Configuration of MFP disabled/optional/requiredJouni Malinen3-0/+17
2009-01-29mac80211: 802.11w - WEXT configuration for IGTKJouni Malinen1-14/+48
2009-01-29mac80211: 802.11w - WEXT parameter for setting mgmt cipherJouni Malinen1-0/+1
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen9-19/+302
2009-01-29mac80211: 802.11w - Add BIP (AES-128-CMAC)Jouni Malinen7-1/+296
2009-01-29mac80211: 802.11w - CCMP for management framesJouni Malinen2-7/+34
2009-01-29mac80211: 802.11w - STA flag for MFPJouni Malinen5-4/+15
2009-01-29cfg80211: fix typo on message after intersectionLuis R. Rodriguez1-1/+1
2009-01-29cfg80211: allow multiple driver regulatory_hints()Luis R. Rodriguez1-12/+92
2009-01-29cfg80211: call reg_notifier() onceLuis R. Rodriguez1-2/+2
2009-01-29mac80211: extend/document powersave APIJohannes Berg3-33/+40