aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/dp_rx.c
Commit message (Expand)AuthorAgeFilesLines
* ath11k: fix crash caused by NULL rx_channelCarl Huang2020-12-171-3/+7
* ath11k: dp: stop rx pktlog before suspendCarl Huang2020-12-121-0/+48
* ath11k: dp_rx: fix monitor status dma unmap directionKalle Valo2020-12-021-4/+4
* ath11k: Remove unnecessary data sync to cpu on monitor bufferVasanthakumar Thiagarajan2020-11-071-4/+0
* ath11k: remove repeated words in comments and warningsKalle Valo2020-10-281-3/+3
* ath11k: add packet log support for QCA6390Carl Huang2020-10-011-28/+80
* ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in idr_allocGovind Singh2020-10-011-15/+13
* ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in ath11k_dp_htt_get_ppdu_descWen Gong2020-10-011-1/+1
* ath11k: debugfs: move some function declarations to correct header filesKalle Valo2020-09-221-3/+4
* ath11k: debugfs: use ath11k_debugfs_ prefixKalle Valo2020-09-221-4/+4
* ath11k: add raw mode and software crypto supportVenkateswara Naralasetty2020-09-111-2/+5
* ath11k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-181-2/+1
* ath11k: assign correct search flag and type for QCA6390Carl Huang2020-08-181-0/+10
* ath11k: setup QCA6390 rings for both rxdmasCarl Huang2020-08-181-48/+116
* ath11k: don't initialize rxdma1 related ringCarl Huang2020-08-181-2/+32
* ath11k: dp: redefine peer_map and peer_unmapCarl Huang2020-08-181-0/+2
* ath11k: hal: create hw_srng_config dynamicallyKalle Valo2020-08-171-2/+2
* ath11k: define max_radios in hw_paramsAnilkumar Kolli2020-06-231-1/+1
* ath11k: Add support for ring backpressure statsSriram R2020-06-151-1/+27
* ath11k: removing redundant reo unlock followed by immediate lockSowmiya Sree Elavalagan2020-06-151-2/+0
* ath11k: Use freq instead of channel number in rx pathPradeep Kumar Chitrapu2020-06-111-1/+5
* ath11k: remove stale monitor status descriptorMiles Hu2020-05-111-4/+7
* ath11k: fix kernel panic by freeing the msdu received with invalid lengthTamizh Chelvam2020-05-061-0/+18
* ath11k: use true,false for bool variablesJason Yan2020-05-051-2/+2
* ath11k: use GFP_ATOMIC under spin lockWei Yongjun2020-04-281-1/+1
* ath11k: fix reo flush sendKarthikeyan Periyasamy2020-04-271-1/+5
* ath11k: remove conversion to bool in ath11k_dp_rxdesc_mpdu_valid()Jason Yan2020-04-221-1/+1
* ath11k: rx path optimizationsManikanta Pubbisetty2020-04-141-7/+7
* ath11k: add pktlog checksum in trace events to support pktlogMaharaja Kennadyrajan2020-04-061-1/+2
* ath11k: Perform per-msdu rx processingSriram R2020-03-181-293/+220
* ath11k: fill channel info from rx channelVenkateswara Naralasetty2020-03-181-3/+7
* ath11k: Supporting RX ring backpressure HTT event and stats handlingSriram R2020-03-181-0/+26
* ath11k: enable PN offloadManikanta Pubbisetty2020-03-171-9/+106
* ath11k: handle RX fragmentsManikanta Pubbisetty2020-03-171-88/+667
* ath11k: config reorder queue for all tids during peer setupGovindaraj Saminathan2020-03-111-2/+2
* ath11k: fix parsing PPDU_CTRL type in pktlogAnilkumar Kolli2020-02-111-10/+2
* ath11k: add HE rate accounting to driverJohn Crispin2020-02-111-3/+45
* ath11k: drop tx_info from ath11k_staJohn Crispin2020-02-111-49/+2
* ath11k: make sure to also report the RX bandwidth inside radiotapJohn Crispin2020-01-261-1/+2
* ath11k: remove an unneeded NULL checkDan Carpenter2019-12-181-2/+2
* ath11k: Setup REO destination ring before sending wmi_init commandVasanthakumar Thiagarajan2019-11-291-9/+40
* ath11k: Skip update peer stats for management packetsVenkateswara Naralasetty2019-11-291-13/+20
* ath11k: update tx duration in station infoVenkateswara Naralasetty2019-11-291-1/+1
* ath11k: fix memory leak in monitor modeMiles Hu2019-11-291-2/+9
* ath11k: update bawindow size in delba processVenkateswara Naralasetty2019-11-291-9/+19
* ath11k: avoid use_after_free in ath11k_dp_rx_msdu_coalesce APIKarthikeyan Periyasamy2019-11-291-5/+5
* ath11k: pktlog: fix sending/using the pdev idAnilkumar Kolli2019-11-291-3/+5
* ath11k: Fix skb_panic observed during msdu coalescingSriram R2019-11-291-8/+14
* ath11k: optimize RX path latencyJohn Crispin2019-11-291-21/+26
* ath11k: update tcl cmd descriptor parameters for STA modeAnilkumar Kolli2019-11-291-1/+1