aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba/tc35815.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-08-11net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rxNathan Chancellor1-1/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-12/+17
2018-09-19net: toshiba: fix return type of ndo_start_xmit functionYueHaibing1-2/+4
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-1/+1
2017-07-29net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King1-1/+1
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-04-24net: tc35815: move free after the dereferenceDan Carpenter1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-07-15net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+2
2016-07-15net: ethernet: tc35815: use phydev from struct net_devicePhilippe Reynes1-27/+18
2016-06-27net: tc35815: fix spelling mistake on "descriptors"Colin Ian King1-5/+5
2016-01-10net: tc35815: Drop unused variableGuenter Roeck1-1/+0
2016-01-10net: tc35815: Fix build error due to missed API changeGuenter Roeck1-15/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-4/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-14tc35815: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09net: tc35815: use phy_init_hw for PHY resetFlorian Fainelli1-11/+4
2013-10-23net: tc35815: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-05-22net/ethernet/toshiba/tc35815: Use module_pci_driver to register driverPeter Hüwe1-13/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-3/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+4
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03tc35815: remove __dev* attributesBill Pemberton1-8/+8
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12toshiba: Move the Toshiba driversJeff Kirsher1-0/+2228