summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext/sni_ave.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ave: Add compatible string and SoC-dependent data for NX1 SoCKunihiko Hayashi2021-10-181-0/+15
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: socionext: Demote non-compliant kernel-doc headersYang Shen2021-05-171-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-7/+3
* net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi2020-09-281-21/+11
* net: ethernet: ave: Fix error returns in ave_initWang Hai2020-07-211-1/+1
* net: socionext: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-061-1/+1
* net: ethernet: ave: Add capability of rgmii-id modeKunihiko Hayashi2020-02-121-0/+9
* net: ethernet: ave: Avoid lockdep warningKunihiko Hayashi2020-01-161-7/+13
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+3
* net: socionext: ave: Avoid using netdev_err() before calling register_netdev()Kunihiko Hayashi2019-09-271-3/+3
* net: socionext: Fix a signedness bug in ave_probe()Dan Carpenter2019-09-271-1/+1
* net: socionext: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-10/+14
|\
| * net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entryKunihiko Hayashi2018-11-291-0/+1
| * net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOMKunihiko Hayashi2018-11-291-6/+8
| * net: ethernet: ave: Increase descriptors to improve performanceKunihiko Hayashi2018-11-291-4/+5
* | net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi2018-11-291-0/+10
* | net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi2018-11-291-1/+5
* | net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi2018-11-291-0/+44
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-1/+1
|/
* net: phy: Add helper for advertise to lcl valueAndrew Lunn2018-10-011-4/+1
* net: socionext: Fix two sleep-in-atomic-context bugs in ave_rxfifo_reset()Jia-Ju Bai2018-09-171-2/+2
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-121-10/+1
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-1/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-4/+2
* net: ethernet: ave: add support for phy-mode setting of system controllerKunihiko Hayashi2018-04-201-12/+138
* net: ethernet: ave: add multiple clocks and resets support as required propertyKunihiko Hayashi2018-04-201-24/+84
* net: ethernet: ave: add UniPhier PXs3 supportKunihiko Hayashi2018-03-261-0/+8
* net: ethernet: ave: enable Rx drop interruptKunihiko Hayashi2018-03-091-1/+1
* net: ethernet: socionext: add AVE ethernet driverKunihiko Hayashi2017-12-281-0/+1736