summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rdc
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit2020-01-211-9/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-15/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-10/+2
* r6040: move spinlock in r6040_close as SOFTIRQ-unsafe lock order detectedManuel Bessler2016-12-171-5/+5
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* net: r6040: add in missing white space in error message textColin Ian King2016-09-181-4/+2
* net: r6040: Bump version and dateFlorian Fainelli2016-07-051-2/+2
* net: r6040: Update my emailFlorian Fainelli2016-07-051-2/+2
* net: r6040: Utilize napi_complete_done()Florian Fainelli2016-07-051-1/+1
* net: r6040: Utilize __napi_schedule_irqoffFlorian Fainelli2016-07-051-1/+1
* net: r6040: Check for skb->xmit_moreFlorian Fainelli2016-07-051-1/+2
* net: r6040: Reclaim transmitted buffers in NAPIFlorian Fainelli2016-07-051-9/+8
* net: r6040: Utilize skb_put_padto()Florian Fainelli2016-07-051-5/+4
* net: r6040: Increase statistics upon transmit completionFlorian Fainelli2016-07-051-3/+5
* net: r6040: Utilize phy_print_statusFlorian Fainelli2016-07-051-8/+2
* net: ethernet: r6040: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-12/+2
* net: ethernet: r6040: use phydev from struct net_devicePhilippe Reynes2016-06-281-15/+7
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+1
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-3/+1
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-2/+2
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* r6040: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
* r6040: use ETH_ZLEN instead of MISR for SKB length checkingFlorian Fainelli2014-01-161-2/+2
* r6040: add delays in MDIO read/write polling loopsFlorian Fainelli2014-01-161-0/+2
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: r6040: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-2/+0
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-1/+0
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-1/+0
* r6040: check MDIO register busy waiting resultFlorian Fainelli2013-03-061-4/+7
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-2/+1
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-3/+0
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+3
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* r6040: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* r6040: use module_pci_driver macroDevendra Naga2012-07-091-14/+1
* r6040: remove duplicate call to the pci_set_drvdataDevendra Naga2012-07-071-1/+0
* r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ...Devendra Naga2012-05-291-0/+5
* r6040: disable pci device if the subsequent calls (after pci_enable_device) f...Devendra Naga2012-05-291-4/+6
* r6040: update copyright from 2007 to nowFlorian Fainelli2012-04-121-1/+1
* r6040: define and use bits of register PHY_CCFlorian Fainelli2012-04-121-2/+10
* r6040: define and use MTPR transmit enable bitFlorian Fainelli2012-04-121-2/+3
* r6040: define and use MLSR register bitsFlorian Fainelli2012-04-121-2/+5
* r6040: fix typo on stats update in tx pathFlorian Fainelli2012-04-121-1/+1
* r6040: add a MAC operation timeout defineFlorian Fainelli2012-04-121-3/+5