summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: clean up ieee80211_quiesceJohannes Berg2013-01-031-17/+19
* mac82011: use frame control to differentiate probe resp/beaconEmmanuel Grumbach2013-01-034-48/+27
* mac80211: fix ieee80211_ie_build_vht_cap indentationJohannes Berg2013-01-031-1/+1
* cfg80211: adjacent 80+80 MHz channel segments are invalidJohannes Berg2013-01-031-0/+4
* mac80211: optimise AP stop RCU handlingJohannes Berg2013-01-034-9/+29
* regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg2013-01-035-52/+41
* regulatory: use RCU to protect last_requestJohannes Berg2013-01-032-90/+111
* regulatory: use RCU to protect global and wiphy regdomainsJohannes Berg2013-01-035-66/+88
* regulatory: pass new regdomain to reset functionJohannes Berg2013-01-031-15/+11
* regulatory: remove handling of channel bandwidthJohannes Berg2013-01-035-49/+21
* regulatory: fix reg_is_valid_request handlingJohannes Berg2013-01-033-23/+17
* regulatory: remove locking from wiphy_apply_custom_regulatoryJohannes Berg2013-01-031-4/+0
* regulatory: clarify locking rules and assertionsJohannes Berg2013-01-031-20/+11
* regulatory: simplify freq_reg_info_regdJohannes Berg2013-01-031-15/+16
* regulatory: remove useless warningJohannes Berg2013-01-031-4/+0
* regulatory: remove redundant isalpha() checkJohannes Berg2013-01-031-4/+2
* regulatory: simplify restore_regulatory_settingsJohannes Berg2013-01-031-14/+1
* regulatory: remove BUG_ONJohannes Berg2013-01-032-60/+37
* cfg80211: remove wiphy_idx_validJohannes Berg2013-01-034-34/+12
* regulatory: use proper enum for return valuesJohannes Berg2013-01-031-64/+69
* regulatory: remove useless locking on exitJohannes Berg2013-01-031-8/+3
* regulatory: code cleanupJohannes Berg2013-01-034-195/+116
* regulatory: simplify regulatory_hint_11dJohannes Berg2013-01-031-5/+0
* regulatory: don't test list before iteratingJohannes Berg2013-01-031-47/+19
* regulatory: clean up reg_copy_regd()Johannes Berg2013-01-031-26/+24
* regulatory: clean up regdom_intersectJohannes Berg2013-01-031-10/+2
* regulatory: don't allocate too much memoryJohannes Berg2013-01-031-3/+4
* regulatory: don't write past array when intersecting rulesJohannes Berg2013-01-031-2/+2
* mac80211: remove a bit of dead mesh codeJohannes Berg2013-01-031-5/+0
* mac80211: optimise roaming time againJohannes Berg2013-01-034-17/+47
* mac80211: warn if unexpectedly removing stationsJohannes Berg2013-01-031-5/+7
* mac80211: remove final sta_info_flush()Johannes Berg2013-01-037-30/+16
* wireless: more 'capability info' bitsVladimir Kondratiev2013-01-031-1/+6
* mac80211_hwsim: allow testing paged RXJohannes Berg2013-01-031-3/+23
* mac80211: use short slot time in mesh for 5GHzChun-Yeow Yeoh2013-01-031-7/+14
* mac80211: Allow disabling SGI-20Ben Greear2013-01-032-0/+4
* Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg2013-01-0311-91/+202
|\
| * mac80211: fix maximum MTUChaitanya2013-01-031-10/+1
| * mac80211: fix dtim_period in hidden SSID AP associationJohannes Berg2013-01-033-37/+55
| * mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-01-031-1/+1
| * mac80211: fix station destruction in AP/mesh modesJohannes Berg2013-01-034-17/+62
| * mac80211: RMC buckets are just list headsThomas Pedersen2013-01-032-5/+5
| * mac80211: assign VLAN channel contextsJohannes Berg2013-01-033-3/+45
| * mac80211: flush AP_VLAN stations when tearing down the BSS APFelix Fietkau2013-01-031-0/+2
| * mac80211: fix ibss scanningStanislaw Gruszka2013-01-033-18/+31
|/
* Linux 3.8-rc1v3.8-rc1Linus Torvalds2012-12-211-2/+2
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-12-2119-445/+738
|\
| * watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler2012-12-191-1/+1
| * watchdog: Orion: Fix possible null-deference in orion_wdt_probeJason Gunthorpe2012-12-191-0/+2
| * watchdog: sp5100_tco: Add SB8x0 chipset supportTakahisa Tanaka2012-12-192-61/+306