summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210/netdev.c
AgeCommit message (Expand)Author
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg
2019-10-31wil6210: add SPDX license identifiersLior David
2019-09-12wil6210: properly initialize discovery_expired_workDedy Lansky
2019-09-12wil6210: fix PTK re-key raceAhmad Masri
2019-04-03wil6210: check mid is validAhmad Masri
2018-11-06wil6210: refactor disconnect flowAhmad Masri
2018-11-06wil6210: remove fake support for RXHASHHamad Kadmany
2018-07-02wil6210: add support for enhanced DMA RX data flowsGidon Studinski
2018-07-02wil6210: add support for enhanced DMA TX data flowsMaya Erez
2018-07-02wil6210: add support for enhanced DMA structuresGidon Studinski
2018-05-12wil6210: fix call to wil6210_disconnect during unloadLior David
2018-02-27wil6210: multiple VIFs support for connections and data pathLior David
2018-02-27wil6210: multiple VIFs support for start/stop APLior David
2018-02-27wil6210: add support for adding and removing virtual interfacesLior David
2018-02-27wil6210: infrastructure for multiple virtual interfacesLior David
2018-02-27wil6210: add wil6210_vif structure for per-VIF dataLior David
2018-01-09wil6210: remove reference to preset_chandefLior David
2017-12-02wil6210: run-time PM when interface downLazar Alexei
2017-06-21wil6210: remove ioctl interfaceMaya Erez
2017-02-01Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.or...David S. Miller
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-27wil6210: support new WMI-only FW capabilityDedy Lansky
2017-01-27wil6210: remove __func__ from debug printoutsLazar Alexei
2016-11-23wil6210: fix net queue stop/wakeDedy Lansky
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson
2016-08-31wil6210: extract firmware version from file headerLior David
2016-08-19wil6210: fix wiphy registration sequenceLior David
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-03-07wil6210: clean ioctl debug messageLior David
2016-03-07wil6210: P2P_DEVICE virtual interface supportLior David
2016-01-26wil6210: handle tx completions only if vring tx data is enabledMaya Erez
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-08-06wil6210: allow to handle Rx on 2 coresVladimir Shulman
2015-08-06wil6210: TSO implementationVladimir Kondratiev
2015-06-09wil6210: reorder init sequenceVladimir Kondratiev
2015-04-28wil6210: fw debug modeVladimir Kondratiev
2015-03-13wil6210: NAPI completion refactorVladimir Kondratiev
2015-01-29wil6210: Add Tx queue len configurationVladimir Shulman
2015-01-29wil6210: fix timing of netif_carrier_on indicationDedy Lansky
2014-10-30wil6210: Add support for large packetsVladimir Kondratiev
2014-10-02wil6210: atomic I/O for the card memoryVladimir Kondratiev
2014-09-26wil6210: ethtool opsVladimir Kondratiev
2014-09-11wil6210: enlarge TX/RX buffer lengthVladimir Kondratiev
2014-09-11wil6210: add more debug printoutsVladimir Kondratiev
2014-08-25wil6210: fix free'd memory access in wil_if_free()Vladimir Kondratiev
2014-08-25wil6210: update copyright year 2014Vladimir Kondratiev
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-05-29wil6210: limit MTUVladimir Kondratiev
2014-03-17wil6210: use GROVladimir Kondratiev