summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)Author
2016-09-04net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton
2016-08-27net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()Wei Yongjun
2016-08-23net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk
2016-08-23net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk
2016-08-23net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk
2016-08-23net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stopIvan Khoronzhuk
2016-08-23net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-11net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_commonIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: move napi struct to cpsw_commonIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_commonIvan Khoronzhuk
2016-08-11net; ethernet: ti: cpsw: move irq stuff under cpsw_commonIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: move cpdma resources to cpsw_commonIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: move links on h/w registers to cpsw_commonIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: replace pdev on devIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: create common struct to hold shared driver dataIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: don't check slave num in runtimeIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: remove clk var from privIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters listIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: remove intr dbg msg from poll handlersIvan Khoronzhuk
2016-08-11net: ethernet: ti: cpsw: simplify submit routineIvan Khoronzhuk
2016-08-11net: resolve symbol conflicts with generic hashtable.hJiri Kosina
2016-08-09drivers: net: cpsw: fix kmemleak false-positive reports for sk buffersGrygorii Strashko
2016-08-08net: ethernet: ti: cpdma: remove used_desc counterGrygorii Strashko
2016-08-02ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen
2016-07-31drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko
2016-07-31drivers: net: cpsw: fix wrong regs access in cpsw_removeGrygorii Strashko
2016-07-31net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()Grygorii Strashko
2016-07-26net: davinci_cpdma: remove excessive dump of register values to kernel logUwe Kleine-König
2016-07-20net: cpmac: fix error handling of cpmac_probe()Wei Yongjun
2016-07-19net: ti: cpmac: Use the correct function to free some resources.Christophe Jaillet
2016-07-17net: cpsw: make TI_CPSW_PHY_SEL invisibleUwe Kleine-König
2016-07-15net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-15net: ethernet: ti: cpmac: use phydev from struct net_devicePhilippe Reynes
2016-07-02net: ethernet: davinci_emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-02net: ethernet: davinci_emac: use phydev from struct net_devicePhilippe Reynes
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-29net: ethernet: ti: cpdma: switch to use genallocGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdioGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: implement pm runtime auto modeGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: add pm runtime callbacksGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: split reset function on init_clk and enableGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: drop suspended and lock fields from mdio_dataGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacksGrygorii Strashko
2016-06-28drivers: net: davinci_mdio: do pm runtime initialization later in probeGrygorii Strashko
2016-06-28drivers: net: cpsw: ndev: fix accessing to suspended deviceGrygorii Strashko
2016-06-28drivers: net: cpsw: ethtool: fix accessing to suspended deviceGrygorii Strashko
2016-06-28drivers: net: cpsw: remove pm runtime calls from suspend callbacksGrygorii Strashko
2016-06-28drivers: net: cpsw: check return code from pm runtime callsGrygorii Strashko
2016-06-28drivers: net: cpsw: fix suspend when all ethX devices are downGrygorii Strashko