index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
nl80211: use ie_len in scheduled scan
Johannes Berg
2014-02-12
1
-2
/
+2
*
cfg80211: remove NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL
Johannes Berg
2014-02-12
1
-5
/
+1
*
ieee80211: Print human-readable disassoc/deauth reason codes
Calvin Owens
2014-02-12
1
-6
/
+62
*
mac80211: simplify roc check in idle calculation
Johannes Berg
2014-02-12
1
-8
/
+3
*
mac80211: fix IE buffer len
David Spinadel
2014-02-11
1
-5
/
+2
*
mac80211: add beacon_loss debugfs file
Eliad Peller
2014-02-11
1
-0
/
+13
*
mac80211: reset probe_send_count also in HW_CONNECTION_MONITOR case
Eliad Peller
2014-02-11
1
-2
/
+2
*
mac80211: remove superfluous band variable
Johannes Berg
2014-02-06
1
-3
/
+0
*
mac80211: propagate STBC / LDPC flags to radiotap
Emmanuel Grumbach
2014-02-06
1
-0
/
+7
*
mac80211: move VHT related RX_FLAG to another variable
Emmanuel Grumbach
2014-02-06
4
-10
/
+13
*
mac80211: remove unused radiotap vendor fields in ieee80211_rx_status
Emmanuel Grumbach
2014-02-06
1
-48
/
+5
*
mac80211: order IEs in association request correctly
Johannes Berg
2014-02-05
1
-0
/
+28
*
mac80211: order IEs in probe request correctly
Johannes Berg
2014-02-05
1
-2
/
+30
*
mac80211: update opmode when adding new station
Marek Kwaczynski
2014-02-05
3
-7
/
+34
*
cfg80211: regulatory introduce maximum bandwidth calculation
Janusz Dziedzic
2014-02-05
3
-21
/
+126
*
cfg80211: consider existing DFS interfaces
Michal Kazior
2014-02-04
8
-14
/
+32
*
cfg80211: fix channel configuration in IBSS join
Antonio Quartulli
2014-02-04
5
-14
/
+35
*
net: rfkill: move poll work to power efficient workqueue
Shaibal Dutta
2014-02-04
1
-3
/
+6
*
net: wireless: move regulatory timeout work to power efficient workqueue
Shaibal Dutta
2014-02-04
1
-3
/
+6
*
mac80211: fix bufferable MMPDU RX handling
Johannes Berg
2014-02-04
2
-15
/
+9
*
mac80211: remove set but unused variables
Johannes Berg
2014-02-04
3
-7
/
+1
*
cfg80211: add helper reg_get_regdomain() function
Janusz Dziedzic
2014-02-04
1
-11
/
+17
*
cfg80211: set preset_chandef after channel switch
Janusz Dziedzic
2014-02-04
1
-0
/
+1
*
mac80211: send ibss probe responses with noack flag
Simon Wunderlich
2014-02-04
1
-0
/
+5
*
nl80211: fix scheduled scan RSSI matchset attribute confusion
Johannes Berg
2014-02-04
1
-9
/
+61
*
mac80211: ibss: remove unnecessary call to release channel
Luciano Coelho
2014-02-04
1
-1
/
+0
*
mac80211: add missing CSA locking
Michal Kazior
2014-02-04
4
-1
/
+12
*
mac80211: fix sdata->radar_required locking
Michal Kazior
2014-02-04
3
-3
/
+5
*
mac80211: move csa_active setting in STA CSA
Michal Kazior
2014-02-04
1
-1
/
+1
*
mac80211: fix possible memory leak on AP CSA failure
Michal Kazior
2014-02-04
1
-2
/
+3
*
mac80211: batch CSA bss info notification
Michal Kazior
2014-02-04
3
-12
/
+13
*
nl80211: send event when AP operation is stopped
Johannes Berg
2014-02-04
3
-0
/
+32
*
mac80211: add length check in ieee80211_is_robust_mgmt_frame()
Johannes Berg
2014-02-04
3
-13
/
+11
*
nl80211: check nla_parse() return values
Johannes Berg
2014-02-04
1
-14
/
+23
*
mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per spec
Karl Beldan
2014-02-04
2
-2
/
+2
*
mac80211: remove module handling from rate control ops
Johannes Berg
2014-02-04
1
-23
/
+9
*
mac80211: minstrel_ht: sample_table can be __read_mostly
Johannes Berg
2014-02-04
1
-3
/
+2
*
cfg80211: make device_type const
Johannes Berg
2014-02-04
2
-2
/
+2
*
nl80211: make netlink attribute policies const
Johannes Berg
2014-02-04
1
-4
/
+4
*
mac80211: make cfg80211 ops and privid const
Johannes Berg
2014-02-04
4
-4
/
+4
*
mac80211: make rate control ops const
Johannes Berg
2014-02-04
6
-13
/
+13
*
mac80211: advertise BF STS according to AP support
Eyal Shapira
2014-02-04
1
-0
/
+11
*
mac80211: fix agg_status debugfs file write
Johannes Berg
2014-02-04
1
-1
/
+1
*
mac80211: Fix ROC duration == 0 handling
Ilan Peer
2014-02-04
1
-12
/
+12
*
mac80211: use sdata mesh_id_len instead of wdev's
Johannes Berg
2014-02-04
1
-2
/
+2
*
mac80211: mesh: remove mesh_id check
Johannes Berg
2014-02-04
1
-3
/
+0
*
nl80211: check channel switch validity better
Johannes Berg
2014-02-04
1
-1
/
+6
*
mac80211: fix the increment of mesh precedence value
Chun-Yeow Yeoh
2014-02-04
1
-6
/
+6
*
cfg80211: fix few minor issues in reg_process_hint()
Ilan Peer
2014-02-04
1
-9
/
+10
*
mac80211: add check on hw->max_signal value on ieee80211_register_hw
andrea merello
2014-02-04
1
-2
/
+7
[next]