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
2016-01-20
net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=y
Andrey Ryabinin
1
-5
/
+2
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-69
/
+81
2015-12-15
mac80211: handle width changes from opmode notification IE in beacon
Eyal Shapira
5
-14
/
+8
2015-12-15
mac80211: suppress unchanged "limiting TX power" messages
Johannes Berg
1
-5
/
+10
2015-12-15
mac80211: reprogram in interface order
Johannes Berg
1
-39
/
+37
2015-12-15
mac80211: run scan completed work on reconfig failure
Johannes Berg
1
-11
/
+26
2015-12-07
mac80211: handle HW ROC expired properly
Ilan Peer
1
-1
/
+5
2015-12-04
mac80211: reject zero cookie in mgmt-tx/roc cancel
Johannes Berg
1
-0
/
+3
2015-12-04
mac80211: Allow a STA to join an IBSS with 80+80 MHz channel
Jouni Malinen
1
-0
/
+1
2015-12-04
mac80211: rewrite remain-on-channel logic
Johannes Berg
3
-291
/
+316
2015-12-04
mac80211: simplify ack_skb handling
Johannes Berg
3
-18
/
+13
2015-12-04
mac80211: move off-channel/mgmt-tx code to offchannel.c
Johannes Berg
3
-495
/
+502
2015-12-04
mac80211: fix mgmt-tx abort cookie and leak
Johannes Berg
1
-3
/
+2
2015-12-04
mac80211: catch queue stop underflow
Johannes Berg
1
-2
/
+5
2015-12-04
mac80211: properly free TX skbs when monitor TX fails
Johannes Berg
1
-1
/
+1
2015-12-04
mac80211: properly free skb when r-o-c for TX fails
Johannes Berg
1
-1
/
+1
2015-12-04
Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE"
Johannes Berg
1
-1
/
+2
2015-12-04
cfg80211: handle add_station auth/assoc flag quirks
Johannes Berg
1
-10
/
+0
2015-12-04
mac80211: Add support for aborting an ongoing scan
Vidyullatha Kanchanapally
1
-0
/
+6
2015-12-04
mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flag
Janusz.Dziedzic@tieto.com
1
-2
/
+4
2015-12-04
mac80211: add atomic uploaded keys iterator
Eliad Peller
3
-4
/
+55
2015-12-04
mac80211: allow the driver to send EOSP when needed
Emmanuel Grumbach
2
-43
/
+126
2015-12-04
mac80211: remove string from unaligned packet warning
Johannes Berg
1
-2
/
+1
2015-12-04
mac80211: mesh: print MAC address instead of pointer
Johannes Berg
1
-2
/
+2
2015-12-04
mac80211: allow driver to prevent two stations w/ same address
Johannes Berg
2
-2
/
+17
2015-12-02
mac80211: fix off-channel mgmt-tx uninitialized variable usage
Johannes Berg
1
-2
/
+6
2015-12-02
mac80211: do not actively scan DFS channels
Antonio Quartulli
1
-4
/
+5
2015-12-02
mac80211: don't teardown sdata on sdata stop
Eliad Peller
1
-1
/
+1
2015-11-20
mac80211: always set the buf_size in AddBA req to 64
Gregory Greenman
1
-1
/
+2
2015-11-20
mac80211: ensure we don't update tx power on a non-running sdata
Emmanuel Grumbach
1
-1
/
+2
2015-11-17
mac80211: mesh: fix call_rcu() usage
Johannes Berg
1
-4
/
+4
2015-11-17
mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE
Johannes Berg
1
-2
/
+1
2015-11-03
mac80211: document sleep requirements for channel context ops
Chaitanya T K
2
-0
/
+12
2015-11-03
mac80211: further improve "no supported rates" warning
Johannes Berg
1
-1
/
+1
2015-11-03
mac80211: treat bad WMM parameters more gracefully
Johannes Berg
1
-94
/
+48
2015-11-03
mac80211: fixup AIFSN instead of disabling WMM
Emmanuel Grumbach
1
-7
/
+7
2015-11-03
mac80211: make enable_qos parameter to ieee80211_set_wmm_default()
Johannes Berg
5
-16
/
+11
2015-11-03
mac80211: fix crash on mesh local link ID generation with VIFs
Matthias Schiffer
1
-0
/
+3
2015-11-03
mac80211: TDLS: add proper HT-oper IE
Arik Nemtsov
5
-7
/
+18
2015-11-03
mac80211: don't reconfigure sched scan in case of wowlan
Eliad Peller
5
-35
/
+45
2015-11-03
mac80211: call drv_stop only if driver is started
Eliad Peller
3
-31
/
+48
2015-11-03
mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smps
Andrei Otcheretianski
1
-1
/
+7
2015-11-03
mac80211: use freezable workqueue for restart work
Eliad Peller
2
-1
/
+12
2015-11-03
mac80211: Fix local deauth while associating
Andrei Otcheretianski
1
-0
/
+19
2015-11-03
mac80211: allow null chandef in tracing
Arik Nemtsov
1
-5
/
+5
2015-11-03
mac80211: fix divide by zero when NOA update
Janusz.Dziedzic@tieto.com
1
-0
/
+7
2015-10-22
Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...
David S. Miller
23
-387
/
+283
2015-10-21
mac80211: move station statistics into sub-structs
Johannes Berg
11
-185
/
+178
2015-10-21
mac80211: move beacon_loss_count into ifmgd
Johannes Berg
5
-14
/
+12
2015-10-21
mac80211: remove sta->last_ack_signal
Johannes Berg
3
-7
/
+0
[next]