summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/txrx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: wil6210: fix fortify warningsDmitry Antipov2023-07-271-1/+1
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+1
* wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* wil6210: txrx: Demote obvious abuse of kernel-docLee Jones2020-08-311-20/+10
* wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-251-28/+11
* wil6210: use true,false for bool variablezhengbin2020-01-261-1/+1
* wil6210: support set_multicast_to_unicast cfg80211 operationAhmad Masri2019-12-191-1/+31
* wil6210: add SPDX license identifiersLior David2019-10-311-12/+1
* wil6210: use after free in wil_netif_rx_any()Dan Carpenter2019-09-251-1/+1
* wil6210: fix PTK re-key raceAhmad Masri2019-09-121-0/+184
* wil6210: add wil_netif_rx() helper functionDedy Lansky2019-09-121-24/+36
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-5/+4
* wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri2019-06-271-3/+6
* wil6210: fix overwriting max_assoc_sta module paramAhmad Masri2019-05-031-11/+11
* wil6210: fix _desc access in __wil_tx_vring_tsoAlexei Avshalom Lazar2019-05-031-0/+3
* wil6210: fix potential out-of-bounds readGustavo A. R. Silva2019-04-291-0/+1
* wil6210: accessing 802.3 addresses via utility functionsAhmad Masri2019-02-281-19/+17
* wil6210: support up to 20 stations in AP modeAhmad Masri2019-02-281-25/+102
* wil6210: add option to drop Tx packets when Tx ring is fullDedy Lansky2019-02-281-0/+9
* wil6210: remove rtap_include_phy_info module paramMaya Erez2019-02-281-73/+15
* wil6210: fix memory leak in wil_find_tx_bcast_2Lior David2018-11-061-0/+2
* wil6210: make sure Rx ring sizes are correlatedDedy Lansky2018-11-061-2/+2
* wil6210: remove fake support for RXHASHHamad Kadmany2018-11-061-8/+0
* wil6210: add FT roam support for AP and stationAhmad Masri2018-08-281-0/+83
* wil6210: prevent usage of tx ring 0 for eDMAMaya Erez2018-08-281-2/+4
* wil6210: drop Rx multicast packets that are looped-back to STADedy Lansky2018-08-281-1/+8
* wil6210: fix RX checksum report to network stackMaya Erez2018-07-311-0/+8
* wil6210: add TX latency statisticsDedy Lansky2018-07-311-0/+38
* wil6210: drop Rx packets with L2 error indication from HWDedy Lansky2018-07-311-0/+22
* wil6210: Rx multicast packets duplicate detectionDedy Lansky2018-07-311-1/+2
* wil6210: add support for enhanced DMA RX data flowsGidon Studinski2018-07-021-14/+39
* wil6210: add support for enhanced DMA TX data flowsMaya Erez2018-07-021-101/+93
* wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski2018-07-021-47/+43
* wil6210: add support for enhanced DMA structuresGidon Studinski2018-07-021-194/+162
* wil6210: rate limit wil_rx_refill errorDedy Lansky2018-05-121-2/+2
* wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar2018-05-121-2/+6
* wil6210: multiple VIFs support for connections and data pathLior David2018-02-271-28/+51
* wil6210: infrastructure for multiple virtual interfacesLior David2018-02-271-44/+62
* wil6210: remove reference to preset_chandefLior David2018-01-091-2/+1
* wil6210: support 40bit DMA addressesLazar Alexei2018-01-091-5/+6
* wil6210: move vring_idle_trsh definition to wil6210_privGidon Studinski2017-08-081-3/+3
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-0/+71
|\
| * wil6210: add support for PCIe D3hot in system suspendMaya Erez2017-06-211-0/+71
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
|/
* wil6210: support 8KB RX buffersLior David2017-04-131-2/+22
* wil6210: set dma mask to reflect device capabilityHamad Kadmany2017-03-091-1/+18
* wil6210: convert symbolic permissions to octal permissionsMaya Erez2017-01-271-2/+2
* wil6210: fix for broadcast workaround in PBSSLior David2017-01-271-16/+19
* wil6210: remove __func__ from debug printoutsLazar Alexei2017-01-271-17/+19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\