summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-164-3/+54
|\
| * net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K2021-02-161-0/+3
| * net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2021-02-162-1/+9
| * net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2021-02-162-1/+1
| * net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2021-02-162-1/+41
* | net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
|/
* net: remove am79c961a driverArnd Bergmann2020-10-304-916/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-154-33/+19
|\
| * net: sun3lance: Remove redundant checks in interrupt handlerSebastian Andrzej Siewior2020-09-291-11/+0
| * net: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-143-22/+19
* | net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-9/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-0/+13
|\
| * amd-xgbe: Add support for new port modeShyam Sundar S K2020-09-021-0/+13
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
|/
* xgbe: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-143-243/+30
* xgbe: switch to more generic VxLAN detectionJakub Kicinski2020-07-141-19/+8
* pcnet32: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-131-97/+84
* amd8111e: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-131-37/+44
* net/amd: Remove needless assignment and the extra brank linesTang Bin2020-07-061-5/+0
* pcnet32: Mark PM functions as __maybe_unusedNathan Chancellor2020-06-301-2/+2
* amd8111e: Mark PM functions as __maybe_unusedNathan Chancellor2020-06-301-2/+2
* amd-xgbe: Convert to generic power managementVaibhav Gupta2020-06-231-10/+9
* amd8111e: Convert to generic power managementVaibhav Gupta2020-06-231-19/+11
* pcnet32: Convert to generic power managementVaibhav Gupta2020-06-231-11/+11
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-17/+17
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-095-5/+5
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-095-5/+5
* net: atarilance: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-111-1/+1
* net: 7990: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-062-2/+2
* amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior2020-04-161-1/+1
* xgbe: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-24/+2
* net/amd: Remove useless driver versionLeon Romanovsky2020-02-248-35/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2816-42/+26
|\
| * net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-12/+1
| * drivers: net: declance: fix comparing pointer to 0Chen Zhou2020-01-211-1/+1
| * amd-xgbe: remove unnecessary conversion to boolChen Zhou2020-01-131-1/+1
| * net: amd: a2065: Use print_hex_dump_debug() helperGeert Uytterhoeven2020-01-121-4/+3
| * net: amd: a2065: Kill Sun LANCE relicsGeert Uytterhoeven2020-01-121-4/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-2/+2
| |\
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-1215-20/+20
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+3
| |/ |/|
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-2/+8
|\
| * amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing2019-08-301-2/+8
* | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-4/+2
* | amd-xgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-11/+8
* | xgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-76/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-1/+1
|\|
| * net: amd: Spelling s/case/cause/Geert Uytterhoeven2019-08-011-1/+1
* | net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-302-12/+3