summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov2015-07-171-3/+3
* mac80211: add missing length check for confirm framesBob Copeland2015-07-171-0/+3
* mac80211: correct aid location in peering framesBob Copeland2015-07-171-1/+1
* mac80211: shut down interfaces before destroying interface listJohannes Berg2015-07-171-11/+14
* mac80211: wowlan: enable powersave if suspend while ps-pollingChaitanya T K2015-07-171-0/+16
* mac80211: don't clear all tx flags when requeingMichal Kazior2015-07-171-1/+3
* mac80211: clear subdir_stations when removing debugfsTom Hughes2015-07-171-0/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-2/+2
|\
| * module: add per-module param_lockDan Streetman2015-06-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2436-968/+1647
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-3/+10
| |\ \
| | * | mac80211: fix locking in update_vlan_tailroom_need_count()Johannes Berg2015-06-211-3/+10
| * | | mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-1019-158/+164
| * | | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2015-06-109-73/+129
| |\ \ \
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-017-65/+100
| | |\| |
| | * | | Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/sc...David S. Miller2015-05-314-1/+39
| | |\ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-2/+4
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/sc...David S. Miller2015-05-195-27/+22
| | |\ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-132-6/+25
| | |\ \ \ \ \
| * | | | | | | mac80211: Fix a case of incorrect metric used when forwarding a PREQAlexis Green2015-06-101-9/+8
| * | | | | | | mac80211: Always check rates and capabilities in mesh modeAlexis Green2015-06-092-1/+5
| * | | | | | | mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh2015-06-093-0/+3
| * | | | | | | mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_...Alexis Green2015-06-091-9/+9
| * | | | | | | mac80211: ignore invalid scan RSSI valuesSara Sharon2015-06-091-1/+7
| * | | | | | | mac80211: release channel on auth failureMichal Kazior2015-06-091-0/+3
| * | | | | | | mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg2015-06-091-3/+6
| * | | | | | | mac80211: rename single hw-scan flag to follow naming conventionJohannes Berg2015-06-021-3/+3
| * | | | | | | mac80211: remove short slot/short preamble incapable flagsJohannes Berg2015-06-024-26/+8
| * | | | | | | mac80211: stop using pointers as userspace cookiesJohannes Berg2015-06-022-55/+87
| * | | | | | | mac80211: copy nl80211 mgmt TX SKB for statusJohannes Berg2015-06-022-44/+104
| * | | | | | | mac80211: move TX PN to public part of key structJohannes Berg2015-06-026-142/+38
| * | | | | | | mac80211: act upon and report deauth while associatingJohannes Berg2015-06-011-39/+53
| | |_|_|_|/ / | |/| | | | |
| * | | | | | mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior2015-05-291-0/+3
| * | | | | | mac80211: disconnect TDLS stations on STA CSAArik Nemtsov2015-05-202-0/+32
| * | | | | | mac80211: check fast-xmit on station changeMichal Kazior2015-05-201-0/+1
| * | | | | | mac80211: fix memory leakJohannes Berg2015-05-201-1/+3
| | |_|/ / / | |/| | | |
| * | | | | mac80211: fix throughput LED triggerJohannes Berg2015-05-112-7/+6
| * | | | | mac80211: TDLS: use the BSS chandef for HT/VHT operation IEsArik Nemtsov2015-05-111-19/+8
| * | | | | mac80211: check fast-xmit if IBSS STA QoS changedJohannes Berg2015-05-111-1/+4
| * | | | | mac80211: adjust reserved chan_ctx when assigned to vifAndrei Otcheretianski2015-05-071-0/+4
| |/ / / /
| * | | | mac80211: add missing documentation for rate_ctrl_lockJohannes Berg2015-05-061-0/+2
| * | | | mac80211: validate cipher scheme PN length betterJohannes Berg2015-05-062-5/+10
| * | | | mac80211: extend get_key() to return PN for all ciphersJohannes Berg2015-05-063-4/+12
| * | | | mac80211: extend get_tkip_seq to all keysJohannes Berg2015-05-063-57/+87
| * | | | mac80211: remove useless skb->encapsulation checkJohannes Berg2015-05-051-6/+2
| * | | | mac80211: make LED triggering depend on activationJohannes Berg2015-05-054-100/+194
| * | | | mac80211: make LED trigger names constJohannes Berg2015-05-051-8/+9
| * | | | mac80211: clean up station debugfsJohannes Berg2015-05-051-84/+0
| * | | | mac80211: remove sta->tx_fragments counterJohannes Berg2015-05-054-7/+1
| * | | | mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg2015-05-055-27/+31