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-10-07
Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...
David S. Miller
26
-457
/
+706
2015-10-05
mac80211: make ieee80211_new_mesh_header return unsigned
Andrzej Hajda
2
-6
/
+6
2015-10-05
mac80211: use ktime_get_seconds
Arnd Bergmann
1
-6
/
+2
2015-09-29
mac80211: use bool argument to ieee80211_send_nullfunc
Johannes Berg
4
-10
/
+10
2015-09-29
mac80211: reduce indentation by inlining a check
Johannes Berg
1
-24
/
+20
2015-09-29
mac80211: fix tx sequence number assignment with software queue + fast-xmit
Felix Fietkau
1
-1
/
+2
2015-09-29
mac80211: advertise support for full station state in AP mode
Ayala Beker
2
-12
/
+24
2015-09-29
mac80211: allow writing TX PN in debugfs
Johannes Berg
1
-2
/
+49
2015-09-29
mac80211: Deinline drv_get/set/reset_tsf()
Denys Vlasenko
2
-45
/
+53
2015-09-29
mac80211: Deinline drv_ampdu_action()
Denys Vlasenko
2
-25
/
+31
2015-09-29
mac80211: Deinline drv_switch_vif_chanctx()
Denys Vlasenko
2
-52
/
+54
2015-09-29
mac80211: improve __rate_control_send_low warning
Johannes Berg
1
-1
/
+4
2015-09-29
mac80211: minstrel[_ht]: remove non-ascii debugfs characters
Johannes Berg
2
-14
/
+10
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-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
[next]