index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
rx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: fix RX path
Johannes Berg
2009-03-27
1
-1
/
+1
*
mac80211: track beacons separately from the rx path activity
Kalle Valo
2009-03-27
1
-1
/
+5
*
mac80211: decrease execution of the associated timer
Kalle Valo
2009-03-27
1
-0
/
+3
*
mac80211: remove mixed-cell and userspace MLME code
Johannes Berg
2009-03-27
1
-9
/
+4
*
wireless: radiotap updates
Johannes Berg
2009-03-27
1
-3
/
+4
*
mac80211: split IBSS/managed code
Johannes Berg
2009-02-27
1
-15
/
+22
*
mac80211: restrict aggregation to supported interface modes
Johannes Berg
2009-02-13
1
-0
/
+11
*
mac80211: fix RX aggregation timeouts
Johannes Berg
2009-02-13
1
-10
/
+6
*
mac80211: remove bssid argument from prepare_for_handlers
Johannes Berg
2009-02-13
1
-4
/
+3
*
mac80211: use ps-poll when dynamic power save mode is disabled
Kalle Valo
2009-02-13
1
-0
/
+34
*
mac80211: remove HW_SIGNAL_DB
Johannes Berg
2009-02-09
1
-10
/
+1
*
wireless: replace uses of __constant_{endian}
Harvey Harrison
2009-02-09
1
-4
/
+4
*
mac80211: Fix radiotap header it_present on big endian CPUs
Jouni Malinen
2009-01-29
1
-1
/
+1
*
mac80211: Mark ieee80211_process_sa_query_req() static
Jouni Malinen
2009-01-29
1
-3
/
+3
*
mac80211: 802.11w - Drop unprotected robust management frames if MFP is used
Jouni Malinen
2009-01-29
1
-0
/
+7
*
mac80211: 802.11w - SA Query processing
Jouni Malinen
2009-01-29
1
-0
/
+69
*
mac80211: 802.11w - Use BIP (AES-128-CMAC)
Jouni Malinen
2009-01-29
1
-7
/
+83
*
mac80211: clarify alignment docs, fix up alignment
Johannes Berg
2009-01-29
1
-33
/
+77
*
mac80211: Add 802.11h CSA support
Sujith
2009-01-29
1
-0
/
+20
*
mac80211: Remove radiotap rate-present flag for HT
Jouni Malinen
2008-12-19
1
-2
/
+3
*
mac80211: Add HT rates into RX status reporting
Jouni Malinen
2008-12-19
1
-10
/
+46
*
mac80211: misc cleanups
Rami Rosen
2008-12-12
1
-3
/
+2
*
mac80211: integrate sta_notify_ps cmds into sta_notify
Christian Lamparter
2008-12-12
1
-6
/
+6
*
mac80211: add sta_notify_ps callback
Christian Lamparter
2008-12-05
1
-0
/
+7
*
mac80211: only transition STAs ps->wake on data frames
Johannes Berg
2008-12-05
1
-8
/
+20
*
mac80211: Re-enable aggregation
Sujith
2008-10-31
1
-5
/
+2
*
mac80211: allow all interfaces types to handle RX action frames
Andrey Yurovsky
2008-10-31
1
-8
/
+0
*
mac80211: minor code cleanups
Johannes Berg
2008-10-31
1
-11
/
+13
*
mac80211: convert to %pM away from print_mac
Johannes Berg
2008-10-27
1
-26
/
+12
*
net/mac80211/rx.c: fix build error
Ingo Molnar
2008-10-12
1
-1
/
+4
*
Fix modpost failure when rx handlers are not inlined.
Davide Pesavento
2008-09-30
1
-1
/
+1
*
mac80211: fix mesh action frame handling
Johannes Berg
2008-09-24
1
-1
/
+1
*
mac80211: mesh portal functionality support
YanBo
2008-09-24
1
-4
/
+28
*
mac80211: make master iface not wireless
Johannes Berg
2008-09-24
1
-15
/
+10
*
mac80211: share STA information with driver
Johannes Berg
2008-09-15
1
-6
/
+6
*
mac80211: use nl80211 interface types
Johannes Berg
2008-09-15
1
-32
/
+33
*
mac80211: clean up some comments
Johannes Berg
2008-09-15
1
-2
/
+2
*
mac80211: clean up scan namespace
Johannes Berg
2008-09-15
1
-5
/
+5
*
mac80211: make bridge_packets a virtual interface option
Johannes Berg
2008-09-15
1
-2
/
+3
*
mac80211: split off mesh handling entirely
Johannes Berg
2008-09-15
1
-3
/
+5
*
mac80211: make ieee80211_rx_h_mgmt more readable
Johannes Berg
2008-09-11
1
-8
/
+8
*
mac80211: move spectrum management code out
Johannes Berg
2008-09-11
1
-4
/
+18
*
mac80211: make BA session handling independent of STA mode
Johannes Berg
2008-09-11
1
-0
/
+60
*
mac80211: Fix rate scale initialization in IBSS
Emmanuel Grumbach
2008-09-08
1
-4
/
+0
*
replace net_device arguments with ieee80211_{local,sub_if_data} as appropriate
Jasper Bryant-Greene
2008-08-22
1
-8
/
+8
*
mac80211: remove rx/tx_data->fc member
Harvey Harrison
2008-08-22
1
-6
/
+2
*
mac80211: use ieee80211 frame control directly
Harvey Harrison
2008-08-22
1
-27
/
+26
*
mac80211: rx.c/tx.c remove more users of tx/rx_data->fc
Harvey Harrison
2008-08-22
1
-38
/
+24
*
mac80211: radiotap: assume modulation from rates
Bruno Randolf
2008-08-22
1
-1
/
+4
*
mac80211: add rx status flag for short preamble
Bruno Randolf
2008-08-22
1
-0
/
+2
[next]