aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski1-2/+2
2018-07-26net: fix amd-xgbe flow-control issuetangpengpeng1-2/+2
2018-07-25amd-xgbe: use dma_mapping_error to check map errorsYueHaibing1-4/+3
2018-07-22net: prevent ISA drivers from building on PPC32Randy Dunlap1-2/+2
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+4
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2018-05-23amd-xgbe: Improve SFP 100Mbps auto-negotiationTom Lendacky3-34/+50
2018-05-23amd-xgbe: Update the BelFuse quirk to support SGMIITom Lendacky1-34/+75
2018-05-23amd-xgbe: Advertise FEC support with the KR re-driverTom Lendacky1-0/+4
2018-05-23amd-xgbe: Always attempt link training in KR modeTom Lendacky1-53/+16
2018-05-23amd-xgbe: Add ethtool show/set channels supportTom Lendacky3-0/+163
2018-05-23amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky2-60/+68
2018-05-23amd-xgbe: Add ethtool show/set ring parameter supportTom Lendacky3-5/+72
2018-05-23amd-xgbe: Add ethtool support to retrieve SFP module infoTom Lendacky4-0/+189
2018-05-23amd-xgbe: Remove field that indicates SFP diagnostic supportTom Lendacky1-9/+0
2018-05-23amd-xgbe: Remove use of comm_owned fieldTom Lendacky1-16/+0
2018-05-23amd-xgbe: Read and save the port property registers during probeTom Lendacky3-47/+62
2018-05-23amd-xgbe: Fix debug output of max channel countsTom Lendacky1-1/+1
2018-05-22pcnet32: add an error handling path in pcnet32_probe_pci()Bo Chen1-3/+7
2018-04-25net: amd8111e: remove redundant duplicated if statementColin Ian King1-10/+6
2018-04-23amd-xgbe: Only use the SFP supported transceiver signalsTom Lendacky1-17/+54
2018-04-23amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky7-4/+160
2018-04-23amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky2-2/+19
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches2-6/+6
2018-03-04net: amd8111e: remove redundant assignment to 'tx_index'Colin Ian King1-1/+1