aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/allwinner/sun4i-emac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-01-15net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()Christophe JAILLET1-0/+1
2022-01-11net: ethernet: sun4i-emac: replace magic number with macroConley Lee1-13/+17
2022-01-09net: allwinner: Fix print formatJakub Kicinski1-2/+2
2021-12-29sun4i-emac.c: add dma supportConley Lee1-0/+200
2021-12-15sun4i-emac.c: remove unnecessary branchConley Lee1-18/+0
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-7/+3
2020-12-16net: allwinner: Fix some resources leak in the error handling path of the probe and in the remove functionChristophe JAILLET1-2/+5
2020-09-23net: allwinner: remove redundant irqsave and irqrestore in hardIRQBarry Song1-4/+2
2020-05-05net: allwinner: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+2
2020-02-24net/allwinner: Remove driver versionLeon Romanovsky1-2/+0
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-14/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-08-06net: ethernet: sun4i-emac: Support phy-handle property for finding PHYsChen-Yu Tsai1-1/+3
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-07-07net: ethernet: sun4i-emac: Fix misuse of strlcpyJoe Perches1-2/+2
2019-07-05net: ethernet: allwinner: Remove unneeded memsetHariprasad Kelam1-1/+0
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2016-11-15net: ethernet: sun4i-emac: Read rxhdr in CPU byte-orderMichael Weiser1-2/+1
2016-11-15net: ethernet: sun4i-emac: Allow to enable netif messagesMichael Weiser1-0/+22
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-06-22net: ethernet: sun4i-emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-22net: ethernet: sun4i-emac: use phydev from struct net_devicePhilippe Reynes1-20/+14
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-3/+3
2015-10-21net: sun4i-emac: Properly free resources on probe failure and removeHans de Goede1-4/+16
2015-08-25net: sun4i-emac: Claim emac sramHans de Goede1-2/+11
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2014-12-31net: sun4i-emac: fix error return codeJulia Lawall1-1/+3
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-2/+0
2014-08-05net: sun4i-emac: fix memory leak on bad packetMarc Zyngier1-2/+4
2014-06-25net: allwinner: emac: Add missing free_irqMaxime Ripard1-0/+1
2014-04-12net: sun4i-emac: add promiscuous supportMarc Zyngier1-9/+21
2014-03-24sun4i-emac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-02-06net: ethernet: sunxi: Add new compatiblesMaxime Ripard1-0/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-10net: allwinner: emac: Add missing free_irqMaxime Ripard1-2/+3
2013-06-04net: sun4i-emac: Staticize local symbolsSachin Kamat1-2/+2
2013-06-04net: sun4i-emac: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-06-04net: sun4i-emac: remove erroneous assignmentArnd Bergmann1-4/+0
2013-06-04net: sun4i-emac: fix a typo in emac_probe()Wei Yongjun1-1/+1
2013-05-31net: Add EMAC ethernet driver found on Allwinner A10 SoC'sStefan Roese1-0/+960