aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/lantiq_etop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-04net: ethernet: lantiq_etop: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+2
2016-07-04net: ethernet: lantiq_etop: use phydev from struct net_devicePhilippe Reynes1-17/+7
2016-06-17net: lantiq_etop: remove unused variableSudip Mukherjee1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-01-10net: lantiq_etop.c: Use helper to find first phyAndrew Lunn1-8/+2
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
2014-10-20net: ethernet: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-15net: lantiq_etop: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+2
2013-03-21lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun1-1/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-12-03net/ethernet: remove __dev* attributesBill Pemberton1-2/+2
2012-07-16ethernet: Use eth_random_addrJoe Perches1-1/+1
2012-07-10lantiq_etop: remove unnecessary setting of skb->devJon Mason1-1/+0
2012-02-19ethernet: Fix typo in lantiq_etop.cMasanari Iida1-1/+1
2012-02-17lantiq_etop: set addr_assign_type if random_ether_addr() usedDanny Kukawka1-0/+7
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-0/+4
2012-01-10lantiq_etop: use an unique MDIO bus name.Florian Fainelli1-1/+4
2011-11-14NET: MIPS: lantiq: fix etop compile errorJohn Crispin1-0/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12lantiq: Move the Lantiq SoC driverJeff Kirsher1-0/+805