aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/agere (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit1-10/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-07-31net: ethernet: et131x: Use GFP_KERNEL instead of GFP_ATOMIC when allocating tx_ring->tcb_ringChristophe JAILLET1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-10/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-09-21drivers: net: et131x: use setup_timer() helper.Allen Pais1-3/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-3/+4
2016-08-31net: ethernet: et131x: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-16et131x: Fix logical vs bitwise check in et131x_tx_timeout()Florian Fainelli1-1/+1
2016-06-17net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+2
2016-06-17net: ethernet: et131x: use phydev from struct net_devicePhilippe Reynes1-30/+18
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-02-17et131x: check return value of dma_alloc_coherentInsu Yun1-1/+1
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-15/+15
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-12/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-02-11et131x: use msecs_to_jiffies for conversionsNicholas Mc Guire1-2/+4
2014-10-03et131x: Add PCIe gigabit ethernet driver et131x to drivers/netMark Einon4-0/+5590