summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe
AgeCommit message (Expand)AuthorFilesLines
2020-07-15xgbe: convert to new udp_tunnel_nic infraJakub Kicinski3-243/+30
2020-07-15xgbe: switch to more generic VxLAN detectionJakub Kicinski1-19/+8
2020-06-24amd-xgbe: Convert to generic power managementVaibhav Gupta1-10/+9
2020-04-16amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior1-1/+1
2020-03-05xgbe: let core reject the unsupported coalescing parametersJakub Kicinski1-24/+2
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky3-3/+0
2020-01-14amd-xgbe: remove unnecessary conversion to boolChen Zhou1-1/+1
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
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-31amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing1-2/+8
2019-08-21amd-xgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-11/+8
2019-08-11xgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-76/+31
2019-07-31net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-11/+3
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-2/+2
2019-04-26amd-xgbe: Mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-01-18amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas2-8/+16
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-17/+24
2018-10-26drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-10-02net: ethernet: xgbe: expand PHY_GBIT_FEAUTRESAndrew Lunn1-4/+6
2018-10-02net: phy: Add helper for advertise to lcl valueAndrew Lunn1-4/+1
2018-09-20net: amd: fix return type of ndo_start_xmit functionYueHaibing1-2/+2
2018-09-13net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+2
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
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-26amd-xgbe: use dma_mapping_error to check map errorsYueHaibing1-4/+3
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-04-24amd-xgbe: Only use the SFP supported transceiver signalsTom Lendacky1-17/+54
2018-04-24amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky7-4/+160
2018-04-24amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky2-2/+19
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches2-6/+6
2018-02-21amd-xgbe: Restore PCI interrupt enablement setting on resumeTom Lendacky1-0/+2
2018-02-06net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2017-12-20net: amd-xgbe: Get rid of custom hex_dump_to_buffer()Andy Shevchenko1-17/+7
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1