aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rdc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-10r6040: Restore MDIO clock frequency after MAC resetFlorian Fainelli1-1/+8
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-23net: r6040: Allow restarting auto-negotiationFlorian Fainelli1-0/+1
2021-05-23net: r6040: Use ETH_FCS_LENFlorian Fainelli1-2/+2
2021-05-23net: r6040: Use logical or for MDIO operationsFlorian Fainelli1-2/+2
2020-07-20r6040: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-30/+34
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-01-21net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit1-9/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-10/+2
2016-12-17r6040: move spinlock in r6040_close as SOFTIRQ-unsafe lock order detectedManuel Bessler1-5/+5
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-18net: r6040: add in missing white space in error message textColin Ian King1-4/+2
2016-07-05net: r6040: Bump version and dateFlorian Fainelli1-2/+2
2016-07-05net: r6040: Update my emailFlorian Fainelli1-2/+2
2016-07-05net: r6040: Utilize napi_complete_done()Florian Fainelli1-1/+1
2016-07-05net: r6040: Utilize __napi_schedule_irqoffFlorian Fainelli1-1/+1
2016-07-05net: r6040: Check for skb->xmit_moreFlorian Fainelli1-1/+2
2016-07-05net: r6040: Reclaim transmitted buffers in NAPIFlorian Fainelli1-9/+8
2016-07-05net: r6040: Utilize skb_put_padto()Florian Fainelli1-5/+4
2016-07-05net: r6040: Increase statistics upon transmit completionFlorian Fainelli1-3/+5
2016-07-05net: r6040: Utilize phy_print_statusFlorian Fainelli1-8/+2
2016-06-28net: ethernet: r6040: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-06-28net: ethernet: r6040: use phydev from struct net_devicePhilippe Reynes1-15/+7
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-28r6040: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-01-16r6040: use ETH_ZLEN instead of MISR for SKB length checkingFlorian Fainelli1-2/+2
2014-01-16r6040: add delays in MDIO read/write polling loopsFlorian Fainelli1-0/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-22net: r6040: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-1/+0
2013-03-06r6040: check MDIO register busy waiting resultFlorian Fainelli1-4/+7
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-2/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-3/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03r6040: remove __dev* attributesBill Pemberton1-4/+4
2012-07-09r6040: use module_pci_driver macroDevendra Naga1-14/+1
2012-07-07r6040: remove duplicate call to the pci_set_drvdataDevendra Naga1-1/+0
2012-05-29r6040: Do a Proper deinit at errorpath and also when driver unloads (calling r6040_remove_one)Devendra Naga1-0/+5
2012-05-29r6040: disable pci device if the subsequent calls (after pci_enable_device) failsDevendra Naga1-4/+6