aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-17cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov1-3/+3
2015-07-17mac80211: add missing length check for confirm framesBob Copeland1-0/+3
2015-07-17mac80211: correct aid location in peering framesBob Copeland1-1/+1
2015-07-17mac80211: shut down interfaces before destroying interface listJohannes Berg1-11/+14
2015-07-17mac80211: wowlan: enable powersave if suspend while ps-pollingChaitanya T K1-0/+16
2015-07-17mac80211: don't clear all tx flags when requeingMichal Kazior1-1/+3
2015-07-17mac80211: clear subdir_stations when removing debugfsTom Hughes1-0/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds36-968/+1647
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2015-06-23module: add per-module param_lockDan Streetman1-2/+2
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-44/+36
2015-06-21mac80211: fix locking in update_vlan_tailroom_need_count()Johannes Berg1-3/+10
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg19-158/+164
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg9-73/+129
2015-06-10mac80211: Fix a case of incorrect metric used when forwarding a PREQAlexis Green1-9/+8
2015-06-09mac80211: Always check rates and capabilities in mesh modeAlexis Green2-1/+5
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh3-0/+3
2015-06-09mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_frameAlexis Green1-9/+9
2015-06-09mac80211: ignore invalid scan RSSI valuesSara Sharon1-1/+7
2015-06-09mac80211: release channel on auth failureMichal Kazior1-0/+3
2015-06-09mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg1-3/+6
2015-06-02mac80211: rename single hw-scan flag to follow naming conventionJohannes Berg1-3/+3
2015-06-02mac80211: remove short slot/short preamble incapable flagsJohannes Berg4-26/+8
2015-06-02mac80211: stop using pointers as userspace cookiesJohannes Berg2-55/+87
2015-06-02mac80211: copy nl80211 mgmt TX SKB for statusJohannes Berg2-44/+104
2015-06-02mac80211: move TX PN to public part of key structJohannes Berg6-142/+38
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-65/+100
2015-06-01mac80211: act upon and report deauth while associatingJohannes Berg1-39/+53
2015-05-31Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller4-1/+39
2015-05-29mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior1-0/+3
2015-05-28mac80211: Switch to new AEAD interfaceHerbert Xu3-39/+33
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2015-05-20mac80211: disconnect TDLS stations on STA CSAArik Nemtsov2-0/+32
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior4-9/+83
2015-05-20mac80211: don't split remain-on-channel for coalescingJohannes Berg2-54/+11
2015-05-20mac80211: check fast-xmit on station changeMichal Kazior1-0/+1
2015-05-20mac80211: fix memory leakJohannes Berg1-1/+3
2015-05-19Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller5-27/+22
2015-05-19mac80211: don't use napi_gro_receive() outside NAPI contextJohannes Berg2-2/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+25
2015-05-11mac80211: fix throughput LED triggerJohannes Berg2-7/+6
2015-05-11mac80211: TDLS: use the BSS chandef for HT/VHT operation IEsArik Nemtsov1-19/+8
2015-05-11mac80211: move WEP tailroom size checkJanusz Dziedzic1-2/+4
2015-05-11mac80211: check fast-xmit if IBSS STA QoS changedJohannes Berg1-1/+4
2015-05-07mac80211: adjust reserved chan_ctx when assigned to vifAndrei Otcheretianski1-0/+4
2015-05-06mac80211: add missing documentation for rate_ctrl_lockJohannes Berg1-0/+2
2015-05-06mac80211: validate cipher scheme PN length betterJohannes Berg2-5/+10
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg3-4/+12
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg3-57/+87