summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/allwinner (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-051-1/+1
* net: ethernet: allwinner: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-3/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()Christophe JAILLET2022-01-151-0/+1
* net: ethernet: sun4i-emac: replace magic number with macroConley Lee2022-01-122-13/+35
* net: allwinner: Fix print formatJakub Kicinski2022-01-101-2/+2
* sun4i-emac.c: add dma supportConley Lee2021-12-301-0/+200
* sun4i-emac.c: remove unnecessary branchConley Lee2021-12-151-18/+0
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-7/+3
* net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET2020-12-161-2/+5
* net: allwinner: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-09-241-4/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-2/+2
* net: allwinner: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-051-2/+2
* net/allwinner: Remove driver versionLeon Romanovsky2020-02-241-2/+0
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-14/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-5/+5
* net: ethernet: sun4i-emac: Support phy-handle property for finding PHYsChen-Yu Tsai2019-08-061-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-2/+2
|\
| * net: ethernet: sun4i-emac: Fix misuse of strlcpyJoe Perches2019-07-081-2/+2
* | net: ethernet: allwinner: Remove unneeded memsetHariprasad Kelam2019-07-061-1/+0
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-111-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-131-2/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* net: ethernet: sun4i-emac: Read rxhdr in CPU byte-orderMichael Weiser2016-11-161-2/+1
* net: ethernet: sun4i-emac: Allow to enable netif messagesMichael Weiser2016-11-161-0/+22
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* net: ethernet: sun4i-emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-221-22/+2
* net: ethernet: sun4i-emac: use phydev from struct net_devicePhilippe Reynes2016-06-221-20/+14
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-3/+3
* net: sun4i-emac: Properly free resources on probe failure and removeHans de Goede2015-10-221-4/+16
* net: sun4i-emac: Claim emac sramHans de Goede2015-08-251-2/+11
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-2/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
* net: sun4i-emac: fix error return codeJulia Lawall2015-01-011-1/+3
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-041-2/+0
* net: sun4i-emac: fix memory leak on bad packetMarc Zyngier2014-08-061-2/+4
* net: allwinner: emac: Add missing free_irqMaxime Ripard2014-06-261-0/+1
* net: sun4i-emac: add promiscuous supportMarc Zyngier2014-04-121-9/+21
* sun4i-emac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* net: ethernet: sunxi: Add new compatiblesMaxime Ripard2014-02-071-0/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: allwinner: emac: Add missing free_irqMaxime Ripard2013-12-111-2/+3
* drivers: net: sun4i-emac: select MDIO_SUN4IMaxime Ripard2013-07-261-0/+1
* drivers: net: allwinner: Fix Kconfig indentationMaxime Ripard2013-07-261-12/+13