summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/lantiq_etop.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-12/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-0/+1
|\
| * net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()Florian Fainelli2016-12-081-0/+1
* | net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-7/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-10/+8
|/
* net: ethernet: lantiq_etop: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-041-14/+2
* net: ethernet: lantiq_etop: use phydev from struct net_devicePhilippe Reynes2016-07-041-17/+7
* net: lantiq_etop: remove unused variableSudip Mukherjee2016-06-171-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* net: lantiq_etop.c: Use helper to find first phyAndrew Lunn2016-01-101-8/+2
* 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
* net: ethernet: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-031-1/+0
* netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
* | ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
|/
* net: lantiq_etop: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-151-4/+2
* lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun2013-03-211-1/+1
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-2/+2
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+3
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-031-1/+1
* net/ethernet: remove __dev* attributesBill Pemberton2012-12-031-2/+2
* ethernet: Use eth_random_addrJoe Perches2012-07-161-1/+1
* lantiq_etop: remove unnecessary setting of skb->devJon Mason2012-07-101-1/+0
* ethernet: Fix typo in lantiq_etop.cMasanari Iida2012-02-191-1/+1
* lantiq_etop: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-171-0/+7
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-1/+1
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-0/+4
* lantiq_etop: use an unique MDIO bus name.Florian Fainelli2012-01-101-1/+4
* NET: MIPS: lantiq: fix etop compile errorJohn Crispin2011-11-141-0/+2
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* lantiq: Move the Lantiq SoC driverJeff Kirsher2011-08-121-0/+805