aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller23-387/+283
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg11-185/+178
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg5-14/+12
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg3-7/+0
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+7
2015-10-14mac80211: remove event.cJohannes Berg4-34/+6
2015-10-14mac80211: remove cfg.hJohannes Berg4-11/+2
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg3-41/+39
2015-10-14mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg1-10/+10
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg8-80/+20
2015-10-13mac80211: use new cfg80211_inform_bss_frame_data() APIJohannes Berg2-15/+15
2015-10-13mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern1-2/+6
2015-10-13mac80211: Fix hwflags debugfs file formatMohammed Shafi Shajakhan1-1/+1
2015-10-13Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam2-1/+6
2015-10-13Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg6-15/+113
2015-10-08mac80211: add missing struct ieee80211_txq tid field initializationFelix Fietkau1-0/+2
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller26-457/+706
2015-10-05mac80211: make ieee80211_new_mesh_header return unsignedAndrzej Hajda2-6/+6
2015-10-05mac80211: use ktime_get_secondsArnd Bergmann1-6/+2
2015-09-29mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg4-10/+10
2015-09-29mac80211: reduce indentation by inlining a checkJohannes Berg1-24/+20
2015-09-29mac80211: fix tx sequence number assignment with software queue + fast-xmitFelix Fietkau1-1/+2
2015-09-29mac80211: advertise support for full station state in AP modeAyala Beker2-12/+24
2015-09-29mac80211: allow writing TX PN in debugfsJohannes Berg1-2/+49
2015-09-29mac80211: Deinline drv_get/set/reset_tsf()Denys Vlasenko2-45/+53
2015-09-29mac80211: Deinline drv_ampdu_action()Denys Vlasenko2-25/+31
2015-09-29mac80211: Deinline drv_switch_vif_chanctx()Denys Vlasenko2-52/+54
2015-09-29mac80211: improve __rate_control_send_low warningJohannes Berg1-1/+4
2015-09-29mac80211: minstrel[_ht]: remove non-ascii debugfs charactersJohannes Berg2-14/+10
2015-09-29mac80211: don't tear down aggregation on suspend in case of wowlan->anyEliad Peller2-3/+5
2015-09-29mac80211: Deinline drv_add/remove/change_interface()Denys Vlasenko2-51/+61
2015-09-29mac80211: Deinline drv_sta_rc_update()Denys Vlasenko2-19/+23
2015-09-29mac80211: Deinline drv_conf_tx()Denys Vlasenko2-24/+28
2015-09-29mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa2-0/+20
2015-09-24mac80211: fix handling of PS filtering with fast-xmitFelix Fietkau2-2/+6
2015-09-22mac80211: reset CQM history upon reconfigurationSara Sharon1-0/+1
2015-09-22mac80211: Split sending tx'ed frames to monitor interfaces into its own functionHelmut Schaa2-49/+62
2015-09-22mac80211: use DECLARE_EWMA for ave_beacon_signalJohannes Berg3-22/+10
2015-09-22mac80211: fix driver RSSI event calculationsJohannes Berg1-1/+1
2015-09-22mac80211: remove last_beacon/ave_beacon debugfs filesJohannes Berg3-16/+0
2015-09-22mac80211: implement VHT support for meshBob Copeland3-4/+85
2015-09-22mac80211: zero center freq segment 2 in VHT oper IEChun-Yeow Yeoh1-0/+2
2015-09-22mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach2-1/+4
2015-09-22mac80211: remove direct probe step before authenticationJohannes Berg1-59/+23
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach5-14/+24
2015-09-22mac80211: introduce per vif frame registration APIAndrei Otcheretianski3-4/+64
2015-09-22mac80211: TDLS: check reg with IR-relax on chandef upgradeArik Nemtsov1-2/+2
2015-09-22mac80211: debugfs: add file to disallow TDLS wider-bwArik Nemtsov4-1/+34
2015-09-22mac80211: process skb_queue while scanning in HWAndrei Otcheretianski1-1/+1
2015-09-22mac80211: fix VHT MCS mask array overrunJohannes Berg1-5/+7