summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)Author
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
2016-06-23ti_cpsw: Check for disabled child nodesBen Hutchings
2016-06-17net: ethernet: ti: cpsw: remove rx_descs propertyIvan Khoronzhuk
2016-06-16net: tlan: don't set unused function argumentArnd Bergmann
2016-06-12net: ethernet: ti: cpsw: use destroy ctlr to destroy channelsIvan Khoronzhuk
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-03net: ethernet: ti: cpsw: remove unused priv lockIvan Khoronzhuk
2016-06-03net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistencyIvan Khoronzhuk
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-28drivers: net: cpsw: use of_phy_connect() in fixed-link caseDavid Rivshin
2016-04-28drivers: net: cpsw: don't ignore phy-mode if phy-handle is usedDavid Rivshin
2016-04-28drivers: net: cpsw: fix segfault in case of bad phy-handleDavid Rivshin
2016-04-28drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac configDavid Rivshin
2016-04-28net: ethernet: davinci_emac: Fix devioctl while in fixed linkNeil Armstrong
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21net: ethernet: davinci_emac: Fix platform_data overwriteNeil Armstrong
2016-04-21net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enableNeil Armstrong
2016-04-21drivers: net: cpsw: fix wrong regs access in cpsw_ndo_openGrygorii Strashko
2016-04-20Revert "Prevent NUll pointer dereference with two PHYs on cpsw"Andrew Goodbody
2016-04-15cpsw: Prevent NUll pointer dereference with two PHYsAndrew Goodbody
2016-04-11drivers: net: cpsw: drop host_port field from struct cpsw_privGrygorii Strashko
2016-04-11drivers: net: cpsw: fix port_mask parameters in ale callsGrygorii Strashko
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-22netcp: use pointer to fix build failSudip Mukherjee
2016-02-21net: netcp: rework the code for get/set sw_data in dma descKaricheri, Muralidharan
2016-02-21soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_dataKaricheri, Muralidharan
2016-02-21net: ti: netcp: restore get/set_pad_info() functionalityKaricheri, Muralidharan
2016-02-17drivers: net: cpsw-phy-sel: add dev_warn() for unsupported PHY modeDavid Rivshin
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2016-01-29net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann
2016-01-10net: ti: cpmac: Fix build error due to missed API changeGuenter Roeck
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn