aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 3-12/+99
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 10-18/+137
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-2/+34
2013-10-19net: misc: Remove extern from function prototypesGravatar Joe Perches 1-6/+6
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 19-505/+1159
2013-10-17mac80211: disable WMM with invalid parametersGravatar Johannes Berg 2-9/+87
2013-10-15mac80211: respect rate mask in TXGravatar Andrei Otcheretianski 1-3/+9
2013-10-15mac80211: fix honouring rate flags in low-rate transmitGravatar Andrei Otcheretianski 1-0/+3
2013-10-14mac80211: fix crash if bitrate calculation goes wrongGravatar Johannes Berg 1-0/+4
2013-10-09mac80211: correctly close cancelled scansGravatar Emmanuel Grumbach 2-0/+22
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-4/+4
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENGravatar Joe Perches 1-2/+2
2013-10-02mac80211: implement STA CSA for drivers using channel contextsGravatar Arik Nemtsov 3-19/+48
2013-10-01mac80211: improve default WMM parameter settingGravatar Fred Zhou 1-13/+14
2013-10-01mac80211: support reporting A-MSDU subframes individuallyGravatar Michal Kazior 1-1/+2
2013-10-01mac80211: use exact-size allocation for authentication frameGravatar Fred Zhou 1-2/+2
2013-10-01mac80211: add explicit IBSS driver operationsGravatar Johannes Berg 3-2/+82
2013-10-01ieee80211: fix vht cap definitionsGravatar Eliad Peller 1-2/+2
2013-10-01mac80211: fix some snprintf misusesGravatar Eliad Peller 2-39/+42
2013-09-30mac80211: Run deferred scan if last roc_list item is not startedGravatar Jouni Malinen 1-0/+2
2013-09-30mac80211: update sta->last_rx on acked tx framesGravatar Felix Fietkau 1-0/+3
2013-09-30mac80211: use sta_info_get_bss() for nl80211 tx and client probingGravatar Felix Fietkau 2-2/+3
2013-09-26mac80211: fix the setting of extended supported rate IEGravatar Chun-Yeow Yeoh 1-4/+1
2013-09-26mac80211: drop spoofed packets in ad-hoc modeGravatar Felix Fietkau 1-0/+3
2013-09-26mac80211: send a CSA action frame when changing channelGravatar Simon Wunderlich 1-0/+60
2013-09-26mac80211: add support for CSA in IBSS modeGravatar Simon Wunderlich 6-43/+480
2013-09-26mac80211: split off ibss disconnectGravatar Simon Wunderlich 1-80/+92
2013-09-26mac80211: split off channel switch parsing functionGravatar Simon Wunderlich 4-223/+262
2013-09-26mac80211: do not override fixed_rate_idx in minstrel_ht_update_statsGravatar Lorenzo Bianconi 1-10/+13
2013-09-26mac80211: add fixed_rate management to minstrel rcGravatar Lorenzo Bianconi 1-0/+14
2013-09-26mac80211: change beacon/connection pollingGravatar Stanislaw Gruszka 3-32/+10
2013-09-26mac80211: Remove superfluous is_multicast_ether_addr() callGravatar Sergey Ryazanov 1-1/+1
2013-09-26mac80211: use ERR_CAST()Gravatar Johannes Berg 1-1/+1
2013-09-26mac80211: add ieee80211_iterate_active_interfaces_rtnl()Gravatar Johannes Berg 1-37/+34
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 6-17/+20
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-8/+3
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 2-4/+33
2013-08-26mac80211: fix change_interface queue assignmentsGravatar Johannes Berg 1-8/+11
2013-08-23mac80211: ignore (E)CSA in probe response framesGravatar Johannes Berg 1-8/+3
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Gravatar Vladimir Kondratiev 1-2/+1
2013-08-23mac80211: assign seqnums for group QoS framesGravatar Bob Copeland 1-2/+4
2013-08-23mac80211: only respond to probe request with mesh IDGravatar Chun-Yeow Yeoh 1-0/+3
2013-08-23mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversGravatar Johannes Berg 1-3/+0
2013-08-22mac80211: minstrel_ht: don't use control.flags in TX status pathGravatar Johannes Berg 1-2/+1
2013-08-21mac80211: ibss: fix ignored channel parameterGravatar Simon Wunderlich 1-4/+29
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsGravatar Felix Fietkau 1-0/+3
2013-08-21mac80211: add missing channel context releaseGravatar Johannes Berg 1-0/+1
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 10-303/+516
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANGravatar Johannes Berg 2-8/+148
2013-08-16mac80211: move ibss presp generation in own functionGravatar Simon Wunderlich 1-76/+109