summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli2016-12-081-0/+1
* drivers: net: cpsw-phy-sel: Clear RGMII_IDMODE on "rgmii" linksAlex2016-12-071-0/+1
* net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko2016-11-301-0/+4
* net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold2016-11-291-1/+9
* of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-14/+2
* net: ethernet: ti: cpsw: fix fixed-link phy probe deferralJohan Hovold2016-11-181-5/+7
* net: ethernet: ti: cpsw: add missing sanity checkJohan Hovold2016-11-181-0/+3
* net: ethernet: ti: cpsw: fix secondary-emac probe error pathJohan Hovold2016-11-181-1/+3
* net: ethernet: ti: cpsw: fix of_node and phydev leaksJohan Hovold2016-11-181-0/+35
* net: ethernet: ti: cpsw: fix deferred probeJohan Hovold2016-11-181-17/+24
* net: ethernet: ti: cpsw: fix mdio device reference leakJohan Hovold2016-11-181-0/+1
* net: ethernet: ti: cpsw: fix bad register access in probe error pathJohan Hovold2016-11-181-4/+7
* net: ethernet: ti: davinci_emac: fix device reference leakJohan Hovold2016-11-071-4/+6
* net: ethernet: ti: cpsw: fix device and of_node leaksJohan Hovold2016-11-071-0/+3
* tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1
* drivers: net: cpsw-phy-sel: add support to configure rgmii internal delayMugunthan V N2016-10-061-0/+14
* net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton2016-09-041-2/+3
* net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()Wei Yongjun2016-08-261-1/+2
* net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk2016-08-231-0/+180
* net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk2016-08-234-19/+18
* net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk2016-08-233-105/+210
* net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stopIvan Khoronzhuk2016-08-231-0/+2
* net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk2016-08-233-27/+83
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-0/+2
|\
| * drivers: net: cpsw: fix kmemleak false-positive reports for sk buffersGrygorii Strashko2016-08-091-0/+2
* | net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_commonIvan Khoronzhuk2016-08-101-129/+106
* | net: ethernet: ti: cpsw: move napi struct to cpsw_commonIvan Khoronzhuk2016-08-101-30/+22
* | net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_commonIvan Khoronzhuk2016-08-101-128/+137
* | net; ethernet: ti: cpsw: move irq stuff under cpsw_commonIvan Khoronzhuk2016-08-101-36/+29
* | net: ethernet: ti: cpsw: move cpdma resources to cpsw_commonIvan Khoronzhuk2016-08-101-49/+48
* | net: ethernet: ti: cpsw: move links on h/w registers to cpsw_commonIvan Khoronzhuk2016-08-101-44/+53
* | net: ethernet: ti: cpsw: replace pdev on devIvan Khoronzhuk2016-08-101-31/+34
* | net: ethernet: ti: cpsw: create common struct to hold shared driver dataIvan Khoronzhuk2016-08-101-23/+39
* | net: ethernet: ti: cpsw: don't check slave num in runtimeIvan Khoronzhuk2016-08-101-7/+4
* | net: ethernet: ti: cpsw: remove clk var from privIvan Khoronzhuk2016-08-101-6/+4
* | net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters listIvan Khoronzhuk2016-08-101-5/+5
* | net: ethernet: ti: cpsw: remove intr dbg msg from poll handlersIvan Khoronzhuk2016-08-101-6/+0
* | net: ethernet: ti: cpsw: simplify submit routineIvan Khoronzhuk2016-08-101-13/+5
* | net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-101-7/+7
* | net: ethernet: ti: cpdma: remove used_desc counterGrygorii Strashko2016-08-081-11/+7
|/
* ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen2016-08-011-0/+1
* drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko2016-07-301-10/+1
* drivers: net: cpsw: fix wrong regs access in cpsw_removeGrygorii Strashko2016-07-301-1/+9
* net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()Grygorii Strashko2016-07-301-3/+0
* net: davinci_cpdma: remove excessive dump of register values to kernel logUwe Kleine-König2016-07-253-219/+0
* net: cpmac: fix error handling of cpmac_probe()Wei Yongjun2016-07-201-3/+2
* net: ti: cpmac: Use the correct function to free some resources.Christophe Jaillet2016-07-191-1/+3
* net: cpsw: make TI_CPSW_PHY_SEL invisibleUwe Kleine-König2016-07-161-2/+1
* net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-151-21/+2
* net: ethernet: ti: cpmac: use phydev from struct net_devicePhilippe Reynes2016-07-151-26/+20
OpenPOWER on IntegriCloud