aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/txrx_edma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-06-27wil6210: increase the frequency of status ring hw tail updateAhmad Masri1-3/+13
2019-05-03wil6210: check rx_buff_mgmt before accessing itDedy Lansky1-0/+3
2019-05-03wil6210: fix overwriting max_assoc_sta module paramAhmad Masri1-3/+4
2019-04-03wil6210: reset buff id in status message after completionMaya Erez1-11/+39
2019-04-03wil6210: fix report of rx packet checksum in edma modeAhmad Masri1-20/+1
2019-04-03wil6210: free edma_rx_swtail upon resetDedy Lansky1-0/+3
2019-02-28wil6210: fix invalid sta statistics updateDedy Lansky1-3/+2
2019-02-28wil6210: support up to 20 stations in AP modeAhmad Masri1-4/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-11-06wil6210: fix freeing of rx buffers in EDMA modeAhmad Masri1-30/+14
2018-11-06wil6210: remove unnecessary alignment code from rx flowAhmad Masri1-6/+4
2018-11-06wil6210: fix L2 RX status handlingMaya Erez1-11/+12
2018-11-06wil6210: make sure Rx ring sizes are correlatedDedy Lansky1-3/+8
2018-11-06wil6210: increase RX rings and RX buff array sizeMaya Erez1-2/+2
2018-08-28wil6210: add FT roam support for AP and stationAhmad Masri1-0/+11
2018-08-28wil6210: fix RX buffers release and unmapMaya Erez1-5/+10
2018-07-31wil6210: fix eDMA RX chainingMaya Erez1-7/+6
2018-07-31wil6210: fix RX checksum report to network stackMaya Erez1-0/+8
2018-07-31wil6210: add TX latency statisticsDedy Lansky1-0/+8
2018-07-31wil6210: drop Rx packets with L2 error indication from HWDedy Lansky1-11/+5
2018-07-31wil6210: Rx multicast packets duplicate detectionDedy Lansky1-1/+2
2018-07-02wil6210: add support for enhanced DMA RX data flowsGidon Studinski1-0/+456
2018-07-02wil6210: add support for enhanced DMA TX data flowsMaya Erez1-2/+425
2018-07-02wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski1-0/+719