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