index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
mac80211: Deinline drv_ampdu_action()
Denys Vlasenko
2015-09-29
2
-25
/
+31
|
*
|
mac80211: Deinline drv_switch_vif_chanctx()
Denys Vlasenko
2015-09-29
2
-52
/
+54
|
*
|
mac80211: improve __rate_control_send_low warning
Johannes Berg
2015-09-29
1
-1
/
+4
|
*
|
mac80211: minstrel[_ht]: remove non-ascii debugfs characters
Johannes Berg
2015-09-29
2
-14
/
+10
|
*
|
mac80211: don't tear down aggregation on suspend in case of wowlan->any
Eliad Peller
2015-09-29
2
-3
/
+5
|
*
|
mac80211: Deinline drv_add/remove/change_interface()
Denys Vlasenko
2015-09-29
2
-51
/
+61
|
*
|
mac80211: Deinline drv_sta_rc_update()
Denys Vlasenko
2015-09-29
2
-19
/
+23
|
*
|
mac80211: Deinline drv_conf_tx()
Denys Vlasenko
2015-09-29
2
-24
/
+28
|
*
|
mac80211: Copy tx'ed beacons to monitor mode
Helmut Schaa
2015-09-29
2
-0
/
+20
|
*
|
mac80211: Split sending tx'ed frames to monitor interfaces into its own function
Helmut Schaa
2015-09-22
2
-49
/
+62
|
*
|
mac80211: use DECLARE_EWMA for ave_beacon_signal
Johannes Berg
2015-09-22
3
-22
/
+10
|
*
|
mac80211: fix driver RSSI event calculations
Johannes Berg
2015-09-22
1
-1
/
+1
|
*
|
mac80211: remove last_beacon/ave_beacon debugfs files
Johannes Berg
2015-09-22
3
-16
/
+0
|
*
|
mac80211: implement VHT support for mesh
Bob Copeland
2015-09-22
3
-4
/
+85
|
*
|
mac80211: zero center freq segment 2 in VHT oper IE
Chun-Yeow Yeoh
2015-09-22
1
-0
/
+2
|
*
|
mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx support
Emmanuel Grumbach
2015-09-22
2
-1
/
+4
|
*
|
mac80211: remove direct probe step before authentication
Johannes Berg
2015-09-22
1
-59
/
+23
|
*
|
mac80211: allow to transmit A-MSDU within A-MPDU
Emmanuel Grumbach
2015-09-22
5
-14
/
+24
|
*
|
mac80211: introduce per vif frame registration API
Andrei Otcheretianski
2015-09-22
3
-4
/
+64
|
*
|
mac80211: TDLS: check reg with IR-relax on chandef upgrade
Arik Nemtsov
2015-09-22
1
-2
/
+2
|
*
|
mac80211: debugfs: add file to disallow TDLS wider-bw
Arik Nemtsov
2015-09-22
4
-1
/
+34
|
*
|
mac80211: process skb_queue while scanning in HW
Andrei Otcheretianski
2015-09-22
1
-1
/
+1
*
|
|
mac80211: use ktime_get_seconds
Arnd Bergmann
2015-10-05
1
-6
/
+2
|
|
/
|
/
|
*
|
mac80211: reset CQM history upon reconfiguration
Sara Sharon
2015-09-22
1
-0
/
+1
*
|
mac80211: fix VHT MCS mask array overrun
Johannes Berg
2015-09-22
1
-5
/
+7
*
|
mac80211: reject software RSSI CQM with beacon filtering
Johannes Berg
2015-09-04
1
-0
/
+4
*
|
mac80211: avoid VHT usage with no 80MHz chans allowed
Arik Nemtsov
2015-09-04
2
-0
/
+31
*
|
mac80211: protect non-HT BSS when HT TDLS traffic exists
Avri Altman
2015-09-04
1
-3
/
+67
*
|
mac80211: Do not use sizeof() on pointer type
Thierry Reding
2015-09-04
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-21
1
-5
/
+6
|
\
|
*
mac80211: fix invalid read in minstrel_sort_best_tp_rates()
Adrien Schildknecht
2015-08-13
1
-5
/
+6
*
|
mac80211: use DECLARE_EWMA
Johannes Berg
2015-08-14
5
-10
/
+12
*
|
mac80211: add rate mask logic for vht rates
Lorenzo Bianconi
2015-08-14
6
-16
/
+181
*
|
mac80211: define rate_control_apply_mask_ratetbl()
Lorenzo Bianconi
2015-08-14
1
-0
/
+27
*
|
mac80211: remove ieee80211_tx_rate dependency in rate mask code
Lorenzo Bianconi
2015-08-14
1
-68
/
+71
*
|
mac80211: remove ieee80211_tx_info from rate_control_apply_mask signature
Lorenzo Bianconi
2015-08-14
1
-6
/
+5
*
|
mac80211: Make OCB mode set BSSID
Bertold Van den Bergh
2015-08-14
1
-1
/
+1
*
|
mac80211: Only accept data frames in OCB mode
Bertold Van den Bergh
2015-08-14
1
-1
/
+1
*
|
mac80211: Set txrc.bss to true for OCB interfaces
Bertold Van den Bergh
2015-08-14
1
-1
/
+2
*
|
mac80211: remove always true condition
Dan Carpenter
2015-08-13
1
-4
/
+1
*
|
mac80211: remove ieee80211_aes_cmac_calculate_k1_k2()
Johannes Berg
2015-08-13
1
-17
/
+0
*
|
mac80211: deinline rate_control_rate_init, rate_control_rate_update
Denys Vlasenko
2015-07-17
2
-57
/
+62
*
|
mac80211: deinline drv_sta_state
Denys Vlasenko
2015-07-17
3
-27
/
+44
*
|
mac80211: select an AID when creating new mesh STAs
Bob Copeland
2015-07-17
1
-6
/
+35
*
|
mac80211: mesh: separate plid and aid concepts
Bob Copeland
2015-07-17
4
-15
/
+23
*
|
mac80211: reorder mesh_plink to remove forward decl
Bob Copeland
2015-07-17
1
-57
/
+52
*
|
mac80211: clear local->suspended before calling drv_resume()
Eliad Peller
2015-07-17
1
-4
/
+14
*
|
mac80211: TDLS: deny ch-switch req on disallowed channels
Arik Nemtsov
2015-07-17
1
-18
/
+31
*
|
mac80211: TDLS: handle chan-switch in RTNL locked work
Arik Nemtsov
2015-07-17
5
-10
/
+44
*
|
Merge branch 'mac80211' into mac80211-next
Johannes Berg
2015-07-17
6
-16
/
+41
|
\
|
[prev]
[next]