| Commit message (Expand) | Author | Age | Files | Lines |
* | rt2x00usb: fix rx queue hang | Soeren Moch | 2019-07-15 | 1 | -6/+6 |
* | rt2800: do not enable watchdog by default | Stanislaw Gruszka | 2019-06-25 | 3 | -3/+12 |
* | rt2x00: add restart hw | Stanislaw Gruszka | 2019-06-25 | 4 | -2/+54 |
* | rt2800: do not nullify initialization vector data | Stanislaw Gruszka | 2019-06-25 | 1 | -5/+4 |
* | rt2800: add pre_reset_hw callback | Stanislaw Gruszka | 2019-06-25 | 6 | -0/+24 |
* | rt2800: initial watchdog implementation | Stanislaw Gruszka | 2019-06-25 | 6 | -0/+67 |
* | rt2800: add helpers for reading dma done index | Stanislaw Gruszka | 2019-06-25 | 6 | -0/+52 |
* | rt2x00: allow to specify watchdog interval | Stanislaw Gruszka | 2019-06-25 | 2 | -4/+10 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 2019-05-21 | 44 | -531/+44 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | net: wireless: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 2019-05-05 | 1 | -1/+1 |
* | rt2x00: add RT3883 support | Gabor Juhos | 2019-04-25 | 3 | -19/+607 |
* | rt2x00mmio: remove legacy comment | Stanislaw Gruszka | 2019-04-25 | 1 | -2/+0 |
* | rt2x00: remove not used entry field | Stanislaw Gruszka | 2019-04-25 | 1 | -3/+0 |
* | rt2x00: remove last_nostatus_check | Stanislaw Gruszka | 2019-04-25 | 3 | -12/+0 |
* | rt2800mmio: use timer and work for handling tx statuses timeouts | Stanislaw Gruszka | 2019-04-25 | 5 | -8/+82 |
* | rt2800mmio: fetch tx status changes | Stanislaw Gruszka | 2019-04-25 | 1 | -8/+9 |
* | rt2800: move txstatus pending routine | Stanislaw Gruszka | 2019-04-25 | 3 | -19/+21 |
* | rt2800: new flush implementation for SoC devices | Stanislaw Gruszka | 2019-04-25 | 1 | -1/+1 |
* | rt2800: partially restore old mmio txstatus behaviour | Stanislaw Gruszka | 2019-04-25 | 4 | -26/+12 |
* | rt2x00: code-style fix in rt2800usb.c | Tomislav Požega | 2019-04-25 | 1 | -2/+2 |
* | rt2x00: do not print error when queue is full | Stanislaw Gruszka | 2019-04-25 | 1 | -1/+1 |
* | rt2x00: check number of EPROTO errors | Stanislaw Gruszka | 2019-04-25 | 2 | -3/+20 |
* | rt2x00: use ratelimited variants dev_warn/dev_err | Stanislaw Gruszka | 2019-04-25 | 1 | -2/+2 |
* | rt2x00: do not increment sequence number while re-transmitting | Vijayakumar Durai | 2019-04-12 | 3 | -17/+9 |
* | rt2800: comment and simplify AGC init for RT6352 | Stanislaw Gruszka | 2019-02-19 | 1 | -3/+6 |
* | rt2800: enable TX_PIN_CFG_RFRX_EN only for MT7620 | Stanislaw Gruszka | 2019-02-19 | 1 | -3/+4 |
* | rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band | Stanislaw Gruszka | 2019-02-19 | 1 | -6/+12 |
* | rt2x00: remove confusing AGC register | Tomislav Požega | 2019-02-19 | 1 | -5/+1 |
* | rt2x00: remove unneeded check | Tomislav Požega | 2019-02-19 | 1 | -53/+50 |
* | Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or... | David S. Miller | 2019-02-06 | 3 | -117/+5 |
|\ |
|
| * | rt2x00: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-02-01 | 1 | -27/+0 |
| * | rt2x00: Work around a firmware bug with shared keys | Bernd Edlinger | 2019-02-01 | 1 | -89/+4 |
| * | rt2x00: reduce tx power to nominal level on RT6352 | Tomislav Požega | 2019-02-01 | 1 | -1/+1 |
* | | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -3/+3 |
|/ |
|
* | rt2x00: rt61pci: mark expected switch fall-through | Gustavo A. R. Silva | 2018-11-06 | 1 | -1/+1 |
* | rt2x00: rt2800lib: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-11-06 | 1 | -0/+4 |
* | rt2x00: rt2500pci: mark expected switch fall-through | Gustavo A. R. Silva | 2018-11-06 | 1 | -1/+1 |
* | rt2x00: rt2400pci: mark expected switch fall-through | Gustavo A. R. Silva | 2018-11-06 | 1 | -1/+1 |
* | rt2800: flush and txstatus rework for rt2800mmio | Stanislaw Gruszka | 2018-10-01 | 4 | -38/+97 |
* | rt2x00: use different txstatus timeouts when flushing | Stanislaw Gruszka | 2018-10-01 | 3 | -10/+26 |
* | rt2x00: do not check for txstatus timeout every time on tasklet | Stanislaw Gruszka | 2018-10-01 | 4 | -1/+12 |
* | rt2800mmio: use txdone/txstatus routines from lib | Stanislaw Gruszka | 2018-10-01 | 2 | -172/+9 |
* | rt2800: move usb specific txdone/txstatus routines to rt2800lib | Stanislaw Gruszka | 2018-10-01 | 3 | -139/+145 |
* | rt2x00: use simple_read_from_buffer() | Dan Carpenter | 2018-08-31 | 1 | -15/+3 |
* | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-08-16 | 1 | -6/+0 |
|\ |
|
| * | PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entry | Andy Shevchenko | 2018-08-14 | 1 | -6/+0 |
* | | rt2x00: remove redundant functions rt2x00mac_sta_{add/remove} | YueHaibing | 2018-07-31 | 1 | -18/+0 |
|/ |
|
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-06-03 | 1 | -4/+3 |
|\ |
|