summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba/tc35815.c
Commit message (Expand)AuthorAgeFilesLines
* net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rxNathan Chancellor2019-08-121-1/+1
* bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-12/+17
* net: toshiba: fix return type of ndo_start_xmit functionYueHaibing2018-09-201-2/+4
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-131-1/+1
* net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King2017-07-301-1/+1
* format-security: move static strings to constKees Cook2017-05-091-1/+1
* net: tc35815: move free after the dereferenceDan Carpenter2017-04-241-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0Star
* net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-161-16/+2Star
* net: ethernet: tc35815: use phydev from struct net_devicePhilippe Reynes2016-07-161-27/+18Star
* net: tc35815: fix spelling mistake on "descriptors"Colin Ian King2016-06-271-5/+5
* net: tc35815: Drop unused variableGuenter Roeck2016-01-111-1/+0Star
* net: tc35815: Fix build error due to missed API changeGuenter Roeck2016-01-111-15/+2Star
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+1Star
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-4/+2Star
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-2/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* tc35815: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-0/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* net: tc35815: use phy_init_hw for PHY resetFlorian Fainelli2013-12-101-11/+4Star
* net: tc35815: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0Star
* net/ethernet/toshiba/tc35815: Use module_pci_driver to register driverPeter Hüwe2013-05-221-13/+1Star
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-3/+2Star
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-3/+4
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* tc35815: remove __dev* attributesBill Pemberton2012-12-031-8/+8
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-091-1/+1
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+2Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* toshiba: Move the Toshiba driversJeff Kirsher2011-08-121-0/+2228