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
/
mac80211
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mac80211: fix race between the AGG SM and the Tx data path
Emmanuel Grumbach
2011-11-28
1
-0
/
+14
|
*
mac80211: fix race condition caused by late addBA response
Nikolay Martynov
2011-11-28
1
-1
/
+17
|
*
mac80211: don't stop a single aggregation session twice
Johannes Berg
2011-11-28
1
-2
/
+8
|
*
mac80211: Fix endian bug in radiotap header generation
Helmut Schaa
2011-11-21
1
-4
/
+4
|
*
mac80211: Fix AMSDU rate printout in debugfs.
Ben Greear
2011-11-21
1
-2
/
+2
|
*
mac80211: fix race between connection monitor & suspend
Johannes Berg
2011-11-09
1
-1
/
+1
|
*
mac80211: fix bug in ieee80211_build_probe_req
Johannes Berg
2011-11-09
1
-0
/
+4
|
*
mac80211: fix NULL dereference in radiotap code
Johannes Berg
2011-11-09
1
-3
/
+6
*
|
mac80211: remove unused function declaration
Mohammed Shafi Shajakhan
2011-11-30
1
-1
/
+0
*
|
mac80211: revert on-channel work optimisations
Johannes Berg
2011-11-30
5
-142
/
+13
*
|
mac80211: remove tracing config symbol
Johannes Berg
2011-11-28
3
-25
/
+2
*
|
mac80211: clean up rx_h_mesh_fwding
Thomas Pedersen
2011-11-28
1
-49
/
+39
*
|
mac80211: don't initiate path discovery when forwarding frame with unknown DA
Thomas Pedersen
2011-11-28
5
-77
/
+79
*
|
{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinInterval
Thomas Pedersen
2011-11-28
5
-1
/
+16
*
|
mac80211: fix forwarded mesh frame queue mapping
Thomas Pedersen
2011-11-28
4
-21
/
+36
*
|
mac80211: fix switched HWMP frame addresses
Thomas Pedersen
2011-11-28
1
-19
/
+11
*
|
mac80211: failed forwarded mesh frame addressing
Thomas Pedersen
2011-11-28
3
-11
/
+8
*
|
{nl,cfg,mac}80211: Allow Setting Multicast Rate in Mesh
Chun-Yeow Yeoh
2011-11-28
2
-0
/
+7
*
|
mac80211: Make __check_htcap_disable static.
Ben Greear
2011-11-28
1
-3
/
+3
*
|
mac80211: call skb_put() before copying the data (trivial)
Eliad Peller
2011-11-28
1
-1
/
+1
*
|
mac80211: fix TX warning
Johannes Berg
2011-11-28
1
-3
/
+4
*
|
mac80211: do not pass AP VLAN vif pointers to drivers
Felix Fietkau
2011-11-28
4
-7
/
+17
*
|
mac80211: log reason and initiator when rx agg is stopped
Nikolay Martynov
2011-11-28
1
-2
/
+5
*
|
mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0
Nikolay Martynov
2011-11-28
1
-1
/
+1
*
|
mac80211: timeout tx agg sessions in way similar to rx agg sessions
Nikolay Martynov
2011-11-28
3
-1
/
+44
*
|
mac80211: don't indicate probe resp change in IBSS mode
Arik Nemtsov
2011-11-28
1
-2
/
+5
*
|
mac80211: dereference RCU protected probe_resp pointer correctly
Arik Nemtsov
2011-11-28
1
-1
/
+1
*
|
mac80211: fix duration calculation for QoS NOACK frames
Simon Wunderlich
2011-11-28
1
-5
/
+9
*
|
mac80211: Add NoAck per tid support
Simon Wunderlich
2011-11-28
4
-1
/
+22
*
|
mac80211: remove debugfs noack test
Simon Wunderlich
2011-11-28
4
-47
/
+2
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
2011-11-22
17
-0
/
+18
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2011-11-07
4
-12
/
+26
|
|
\
\
|
*
|
|
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
16
-0
/
+16
|
*
|
|
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
*
|
|
net: Fix files explicitly needing to include module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
|
|
mac80211: fix RCU warnings in mesh
Johannes Berg
2011-11-21
1
-22
/
+5
*
|
|
|
mac80211: Support ht-cap over-rides.
Ben Greear
2011-11-21
9
-18
/
+140
*
|
|
|
cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"
Johannes Berg
2011-11-21
2
-0
/
+230
*
|
|
|
cfg80211: add flags for off-channel capabilities
Johannes Berg
2011-11-21
1
-1
/
+3
*
|
|
|
mac80211: minor cleanup to mesh state locking
Johannes Berg
2011-11-21
1
-3
/
+3
*
|
|
|
mac80211: remove unused ASSOC_AP flag
Johannes Berg
2011-11-21
3
-5
/
+2
*
|
|
|
mac80211: transmit fragment list to drivers
Johannes Berg
2011-11-21
3
-35
/
+69
*
|
|
|
mac80211: make TX LED handling independent of fragmentation
Johannes Berg
2011-11-21
1
-12
/
+16
*
|
|
|
mac80211: move fragment flag adjustment
Johannes Berg
2011-11-21
1
-9
/
+9
*
|
|
|
mac80211: use skb list for fragments
Johannes Berg
2011-11-21
5
-71
/
+82
*
|
|
|
mac80211: call ieee80211_recalc_idle() after sending packets
Felix Fietkau
2011-11-17
2
-8
/
+11
*
|
|
|
minstrel_ht: Remove unused function parameters
Patrick Kelle
2011-11-17
1
-14
/
+12
*
|
|
|
mac80211: memory leak in mesh_queue_preq()
Dan Carpenter
2011-11-17
1
-0
/
+1
*
|
|
|
mac80211: use kfree_skb() instead of kfree()
Dan Carpenter
2011-11-17
1
-1
/
+1
*
|
|
|
mac80211: Get rid of search loop for rate group index
Helmut Schaa
2011-11-17
1
-16
/
+16
[prev]
[next]