aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/socionext/sni_ave.c
AgeCommit message (Expand)Author
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2021-10-18net: ethernet: ave: Add compatible string and SoC-dependent data for NX1 SoCKunihiko Hayashi
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17net: socionext: Demote non-compliant kernel-doc headersYang Shen
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2020-09-28net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi
2020-07-21net: ethernet: ave: Fix error returns in ave_initWang Hai
2020-05-06net: socionext: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-02-12net: ethernet: ave: Add capability of rgmii-id modeKunihiko Hayashi
2020-01-16net: ethernet: ave: Avoid lockdep warningKunihiko Hayashi
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-09-27net: socionext: ave: Avoid using netdev_err() before calling register_netdev()Kunihiko Hayashi
2019-09-27net: socionext: Fix a signedness bug in ave_probe()Dan Carpenter
2019-08-21net: socionext: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-29net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entryKunihiko Hayashi
2018-11-29net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOMKunihiko Hayashi
2018-11-29net: ethernet: ave: Increase descriptors to improve performanceKunihiko Hayashi
2018-11-29net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi
2018-11-29net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi
2018-11-29net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn
2018-09-17net: socionext: Fix two sleep-in-atomic-context bugs in ave_rxfifo_reset()Jia-Ju Bai
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-04-20net: ethernet: ave: add support for phy-mode setting of system controllerKunihiko Hayashi
2018-04-20net: ethernet: ave: add multiple clocks and resets support as required propertyKunihiko Hayashi
2018-03-26net: ethernet: ave: add UniPhier PXs3 supportKunihiko Hayashi
2018-03-09net: ethernet: ave: enable Rx drop interruptKunihiko Hayashi
2017-12-28net: ethernet: socionext: add AVE ethernet driverKunihiko Hayashi