index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
htt_rx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-01
ath10k: simplify rx ring size/fill calculation
Michal Kazior
1
-89
/
+9
2014-11-26
ath10k: don't drop corrupted mgmt frames
Michal Kazior
1
-2
/
+11
2014-11-20
ath10k: report rx rate and signal for fragmented Rx
Michal Kazior
1
-3
/
+1
2014-11-20
ath10k: use rx descriptor for ppdu status extraction
Michal Kazior
1
-41
/
+95
2014-11-20
ath10k: remove unused function argument
Michal Kazior
1
-13
/
+3
2014-11-20
ath10k: unify rx undecapping
Michal Kazior
1
-326
/
+412
2014-11-20
ath10k: refactor htt->rx_confused
Michal Kazior
1
-17
/
+12
2014-11-20
ath10k: simplify Rx loop
Michal Kazior
1
-41
/
+39
2014-11-20
ath10k: start using sk_buff_head
Michal Kazior
1
-122
/
+91
2014-11-17
ath10k: handle ieee80211 header and payload tracing separately
Rajkumar Manoharan
1
-2
/
+2
2014-10-24
ath10k: remove tsf argument from rx_desc tracing
Michal Kazior
1
-3
/
+1
2014-10-24
ath10k: clear htt->rx_confused on load
Michal Kazior
1
-0
/
+2
2014-10-24
ath10k: don't forget to replenish after fragmented Rx
Michal Kazior
1
-0
/
+2
2014-10-24
ath10k: add extra sanity check when popping amsdu
Michal Kazior
1
-0
/
+9
2014-10-24
ath10k: don't drop frames aggressively
Michal Kazior
1
-15
/
+0
2014-10-24
ath10k: deduplicate htt rx dma unmapping
Michal Kazior
1
-21
/
+9
2014-10-24
ath10k: fix rx buffer tracing
Michal Kazior
1
-3
/
+4
2014-10-24
ath10k: use ieee80211 defines for crypto param lengths
Michal Kazior
1
-14
/
+20
2014-10-24
ath10k: remove unused variable
Michal Kazior
1
-5
/
+0
2014-10-24
ath10k: don't drop control and null func Rx
Michal Kazior
1
-2
/
+1
2014-10-08
ath10k: add tracing for frame transmission
Rajkumar Manoharan
1
-0
/
+3
2014-10-08
ath10k: warn on unhandled htt events
Michal Kazior
1
-2
/
+2
2014-10-07
ath10k: add tracing for rx descriptor
Rajkumar Manoharan
1
-0
/
+4
2014-10-07
ath10k: add tracing for ath10k_htt_pktlog
Rajkumar Manoharan
1
-0
/
+9
2014-09-18
ath10k: use ether_addr_copy()
Kalle Valo
1
-4
/
+4
2014-09-18
ath10k: miscellaneous checkpatch fixes
Kalle Valo
1
-2
/
+2
2014-09-18
ath10k: else is not generally useful after a break or return
Kalle Valo
1
-6
/
+6
2014-09-18
ath10k: fix missing a blank line after declarations
Kalle Valo
1
-3
/
+7
2014-09-18
ath10k: fix use of multiple blank lines
Kalle Valo
1
-1
/
+0
2014-09-18
ath10k: fix checkpatch warnings about parenthesis alignment
Kalle Valo
1
-6
/
+6
2014-09-18
ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()
Kalle Valo
1
-3
/
+4
2014-09-02
ath10k: add device/driver strings to tracepoints
Michal Kazior
1
-1
/
+1
2014-08-26
ath10k: improve logging to include dev id
Michal Kazior
1
-52
/
+64
2014-07-29
ath10k: extend debug code for RX path
Janusz Dziedzic
1
-2
/
+39
2014-07-29
ath10k: fix aggregated 4addr Rx
Michal Kazior
1
-5
/
+9
2014-07-25
ath10k: handle attention flags correctly when using A-MSDU
Janusz Dziedzic
1
-8
/
+15
2014-07-25
ath10k: fix Rx aggregation reordering
Michal Kazior
1
-1
/
+91
2014-07-21
ath10k: prevent some tx flushing failures
Michal Kazior
1
-0
/
+7
2014-06-02
ath10k: remove unnecessary htt rx corruption check
Michal Kazior
1
-18
/
+0
2014-05-27
ath10k: ensure rx-frag ignores rssi
Ben Greear
1
-0
/
+1
2014-05-26
ath10k: fix protected flag stripping
Michal Kazior
1
-9
/
+24
2014-05-23
ath10k: fix core start sequence
Michal Kazior
1
-2
/
+2
2014-05-14
ath10k: fix handling of wierd MSDU chaining cases
Michal Kazior
1
-1
/
+19
2014-05-14
ath10k: fix htt rx ring clean up
Michal Kazior
1
-15
/
+21
2014-04-08
ath10k: refactor monitor code
Michal Kazior
1
-1
/
+1
2014-03-25
ath10k: fix rssi and rate reporting
Janusz Dziedzic
1
-4
/
+5
2014-03-25
ath10k: introduce rx_status htt template
Janusz Dziedzic
1
-18
/
+18
2014-03-25
ath10k: finally kill htt_rx_info
Janusz Dziedzic
1
-60
/
+60
2014-03-25
ath10k: improve way we play with attention flags
Janusz Dziedzic
1
-75
/
+19
2014-03-25
ath10k: return error when ath10k_htt_rx_amsdu_pop() fail
Janusz Dziedzic
1
-24
/
+26
[next]