aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+2
2019-10-01net: ag71xx: fix mdio subnode supportOleksij Rempel1-2/+4
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-07-31net: ag71xx: Use GFP_KERNEL instead of GFP_ATOMIC in 'ag71xx_rings_init()'Christophe JAILLET1-1/+1
2019-07-31net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET1-1/+1
2019-07-29net: ag71xx: use resource_size for the ioremap sizeDing Xiang1-1/+1
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan3-14/+8
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)4-10/+4
2019-07-18ag71xx: fix return value check in ag71xx_probe()Wei Yongjun1-2/+2
2019-07-18ag71xx: fix error return code in ag71xx_probe()Wei Yongjun1-1/+3
2019-07-17net: ag71xx: Add missing headerRosen Penev1-0/+1
2019-07-15ethernet: remove redundant memsetFuqian Huang2-3/+0
2019-07-03atl1c: remove redundant assignment to variable tpd_reqColin Ian King1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-226/+16
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner16-226/+16
2019-05-26net: ethernet: add ag71xx driverOleksij Rempel3-1/+1908
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner1-17/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner5-0/+5
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+0
2019-04-23net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King4-5/+5
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon2-2/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2019-02-23net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-02-13net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-02atheros: atl2: fix an indentaion issue on a return statementColin Ian King1-1/+1
2019-02-02atl1c: fix indentation issue on an if statementColin Ian King1-4/+4
2019-01-26atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-6/+5
2018-12-27atl1e: checking the status of atl1e_write_phy_regKangjie Lu1-1/+3
2018-11-05net: alx: make alx_drv_name staticRasmus Villemoes2-2/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-19atl1: remove set but not used variable 'advertising'YueHaibing1-20/+1
2018-09-18net: ethernet: remove redundant includezhong jiang1-1/+0
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-07-22atl1c: reserve min skb headroomFlorian Westphal1-0/+1
2018-07-04net: alx: remove redundant variable old_duplexColin Ian King1-2/+0
2018-06-30alx: take rtnl before calling __alx_open from resumeSabrina Dubroca1-1/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-6/+6
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook4-20/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-29net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King1-1/+1
2017-05-22net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov1-4/+4
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-05net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit1-2/+2
2017-04-24net: atheros: atl1: use offset_in_page() macroGeliang Tang1-6/+5
2017-04-11net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2-80/+54
2017-02-03atl1e: add GRO supportEric Dumazet1-1/+1