aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds16-42/+26
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-12/+1
2020-01-21drivers: net: declance: fix comparing pointer to 0Chen Zhou1-1/+1
2020-01-13amd-xgbe: remove unnecessary conversion to boolChen Zhou1-1/+1
2020-01-12net: amd: a2065: Use print_hex_dump_debug() helperGeert Uytterhoeven1-4/+3
2020-01-12net: amd: a2065: Kill Sun LANCE relicsGeert Uytterhoeven1-4/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin15-20/+20
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2019-08-30amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing1-2/+8
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+2
2019-08-21amd-xgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-11/+8
2019-08-10xgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-76/+31
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-01net: amd: Spelling s/case/cause/Geert Uytterhoeven1-1/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2-12/+3
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400Thomas Gleixner2-36/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner5-0/+5
2019-04-26amd-xgbe: Mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-02-14net: amd: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-12au1000_eth: pass struct device to DMA API functionsChristoph Hellwig1-3/+3
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-01-28net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei1-1/+1
2019-01-24net: amd8111e: clean up two minor indentation issuesColin Ian King1-2/+2
2019-01-17amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas2-8/+16
2018-12-18net: ethernet: don't set phylib state CHANGELINK in driversHeiner Kallweit1-4/+1
2018-12-05net: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-11-23net: amd: add missing of_node_put()Yangtao Li1-1/+3
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-17/+24
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2018-10-02declance: Fix continuation with the adapter identification messageMaciej W. Rozycki1-4/+6
2018-10-01net: ethernet: xgbe: expand PHY_GBIT_FEAUTRESAndrew Lunn1-4/+6
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn1-4/+1
2018-09-21net: amd: remove redundant continuezhong jiang1-3/+1
2018-09-19net: amd: fix return type of ndo_start_xmit functionYueHaibing6-9/+13
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+2
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-11/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-3/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-07-27net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring()Jia-Ju Bai1-4/+4