summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-012-1/+27
|\
| * net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K2021-10-292-1/+27
* | net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-5/+3
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-142-2/+2
* | ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-2/+0
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-052-2/+2
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* amd-xgbe: Update DMA coherency valuesShyam Sundar S K2021-03-251-3/+3
* 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: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-143-22/+19
* 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-231-3/+3
|/
* 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
* amd-xgbe: Convert to generic power managementVaibhav Gupta2020-06-231-10/+9
* 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-243-3/+0
* amd-xgbe: remove unnecessary conversion to boolChen Zhou2020-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-2/+2
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* 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
* | 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
* | net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-11/+3
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-222-2/+2
|/
* amd-xgbe: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-261-3/+3
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas2019-01-172-8/+16
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-17/+24
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-251-1/+0
* net: ethernet: xgbe: expand PHY_GBIT_FEAUTRESAndrew Lunn2018-10-011-4/+6
* net: phy: Add helper for advertise to lcl valueAndrew Lunn2018-10-011-4/+1
* net: amd: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-2/+2
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-151-2/+2
|\
| * net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-271-2/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-2/+2
|\ \
| * | net: fix amd-xgbe flow-control issuetangpengpeng2018-07-261-2/+2
| |/
* / amd-xgbe: use dma_mapping_error to check map errorsYueHaibing2018-07-251-4/+3
|/
* amd-xgbe: Improve SFP 100Mbps auto-negotiationTom Lendacky2018-05-233-34/+50