summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAgeFilesLines
...
* | net: ag71xx: fix compile warningsOleksij Rempel2019-12-171-2/+2
|/
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+2
* net: ag71xx: fix mdio subnode supportOleksij Rempel2019-10-011-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-1/+1
|\
| * net: ag71xx: Use GFP_KERNEL instead of GFP_ATOMIC in 'ag71xx_rings_init()'Christophe JAILLET2019-07-311-1/+1
* | net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET2019-07-311-1/+1
* | net: ag71xx: use resource_size for the ioremap sizeDing Xiang2019-07-291-1/+1
* | net: atheros: Use dev_get_drvdataChuhong Yuan2019-07-233-14/+8
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-224-10/+4
|/
* ag71xx: fix return value check in ag71xx_probe()Wei Yongjun2019-07-181-2/+2
* ag71xx: fix error return code in ag71xx_probe()Wei Yongjun2019-07-181-1/+3
* net: ag71xx: Add missing headerRosen Penev2019-07-171-0/+1
* ethernet: remove redundant memsetFuqian Huang2019-07-152-3/+0
* atl1c: remove redundant assignment to variable tpd_reqColin Ian King2019-07-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0716-226/+16
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3016-226/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-17/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner2019-05-241-17/+1
* | net: ethernet: add ag71xx driverOleksij Rempel2019-05-263-1/+1908
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+0
|\
| * drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-2/+0
* | net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King2019-04-234-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+1
|\
| * net: set static variable an initial value in atl2_probe()Mao Wenan2019-02-231-3/+1
* | net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-132-2/+2
* | atheros: atl2: fix an indentaion issue on a return statementColin Ian King2019-02-021-1/+1
* | atl1c: fix indentation issue on an if statementColin Ian King2019-02-021-4/+4
* | atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei2019-01-261-1/+1
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-6/+5
* atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-271-1/+3
* net: alx: make alx_drv_name staticRasmus Villemoes2018-11-052-2/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-2/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0
* | atl1: remove set but not used variable 'advertising'YueHaibing2018-09-191-20/+1
* | net: ethernet: remove redundant includezhong jiang2018-09-181-1/+0
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-0/+1
|\
| * atl1c: reserve min skb headroomFlorian Westphal2018-07-221-0/+1
* | net: alx: remove redundant variable old_duplexColin Ian King2018-07-041-2/+0
|/
* alx: take rtnl before calling __alx_open from resumeSabrina Dubroca2018-06-301-1/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-6/+6
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-214-20/+19
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King2017-06-291-1/+1
* net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov2017-05-221-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-091-2/+2
|\
| * net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit2017-05-051-2/+2
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
|/
* net: atheros: atl1: use offset_in_page() macroGeliang Tang2017-04-241-6/+5
* net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-112-80/+54