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
/
tx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: fix tx->skb NULL pointer dereference
Yoni Divinsky
2012-01-16
1
-9
/
+1
*
mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames
Helmut Schaa
2011-12-15
1
-4
/
+4
*
mac80211: reduce station management complexity
Johannes Berg
2011-12-15
1
-2
/
+2
*
mac80211: count authorized stations per BSS
Johannes Berg
2011-12-15
1
-11
/
+8
*
mac80211: refactor station state transitions
Johannes Berg
2011-12-15
1
-1
/
+0
*
mac80211: fix retransmit
Johannes Berg
2011-12-06
1
-1
/
+4
*
mac80211: don't initiate path discovery when forwarding frame with unknown DA
Thomas Pedersen
2011-11-28
1
-1
/
+1
*
{nl,cfg,mac}80211: Allow Setting Multicast Rate in Mesh
Chun-Yeow Yeoh
2011-11-28
1
-0
/
+1
*
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: timeout tx agg sessions in way similar to rx agg sessions
Nikolay Martynov
2011-11-28
1
-0
/
+8
*
mac80211: fix duration calculation for QoS NOACK frames
Simon Wunderlich
2011-11-28
1
-5
/
+9
*
mac80211: remove debugfs noack test
Simon Wunderlich
2011-11-28
1
-9
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
2011-11-22
1
-0
/
+1
|
\
|
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
mac80211: transmit fragment list to drivers
Johannes Berg
2011-11-21
1
-34
/
+60
*
|
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
1
-56
/
+60
*
|
mac80211: remove crypto special case for auth frames
Johannes Berg
2011-11-17
1
-2
/
+0
*
|
mac80211: Save probe response data for bss
Arik Nemtsov
2011-11-11
1
-0
/
+31
*
|
mac80211: implement wifi TX status
Johannes Berg
2011-11-09
1
-3
/
+53
*
|
mac80211: add HT IEs to mesh frames
Thomas Pedersen
2011-11-08
1
-0
/
+4
*
|
mac80211: comment allocation of mesh frames
Thomas Pedersen
2011-11-08
1
-6
/
+13
|
/
*
mac80211: reformat TX unauthorised check
Johannes Berg
2011-10-14
1
-5
/
+4
*
mac80211: dont orphan TX skb
Johannes Berg
2011-10-11
1
-5
/
+0
*
mac80211: dont adjust truesize
Johannes Berg
2011-10-11
1
-3
/
+0
*
mac80211: parse radiotap header earlier
Johannes Berg
2011-10-11
1
-113
/
+88
*
mac80211: move fragment flag to info flag as dont-fragment
Johannes Berg
2011-10-11
1
-25
/
+14
*
mac80211: remove tx_data ethertype
Johannes Berg
2011-10-11
1
-6
/
+1
*
mac80211: optimise monitor xmit
Johannes Berg
2011-10-11
1
-59
/
+49
*
mac80211: Allow noack flag overwrite for injected frames
Helmut Schaa
2011-10-03
1
-2
/
+13
*
mac80211: dont assign seqno to or aggregate QoS Null frames
Johannes Berg
2011-09-30
1
-0
/
+4
*
mac80211: optimise station flags
Johannes Berg
2011-09-30
1
-30
/
+38
*
mac80211: send (QoS) Null if no buffered frames
Johannes Berg
2011-09-30
1
-2
/
+1
*
mac80211: implement uAPSD
Johannes Berg
2011-09-30
1
-4
/
+4
*
mac80211: split PS buffers into ACs
Johannes Berg
2011-09-30
1
-17
/
+25
*
mac80211: unify TIM bit handling
Johannes Berg
2011-09-30
1
-9
/
+6
*
mac80211: data path modification for TDLS peers
Arik Nemtsov
2011-09-30
1
-4
/
+38
*
mac80211: standardize adding supported rates IEs
Arik Nemtsov
2011-09-30
1
-2
/
+2
*
mac80211: Mesh data frames must have the QoS header
Javier Cardona
2011-09-14
1
-1
/
+1
*
mac80211: Start implementing QoS support for mesh interfaces
Javier Cardona
2011-09-14
1
-0
/
+4
*
mac80211: add flag to indicate HW only Tx-agg setup support
Arik Nemtsov
2011-09-13
1
-1
/
+2
*
mac80211: Remove unnecessary OOM logging messages
Joe Perches
2011-09-13
1
-12
/
+5
*
mac80211: fix mesh beacon format
Thomas Pedersen
2011-08-22
1
-2
/
+12
*
mac80211: Fill in skb->protocol information for injected frames
Helmut Schaa
2011-08-09
1
-0
/
+20
*
mac80211: allow driver to disconnect after resume
Johannes Berg
2011-07-13
1
-0
/
+3
*
mac80211: Skip tailroom reservation for full HW-crypto devices with race fix
Yogesh Ashok Powar
2011-07-05
1
-9
/
+5
*
Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"
John W. Linville
2011-06-06
1
-1
/
+6
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-05-17
1
-0
/
+4
|
\
[next]