summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)AuthorFilesLines
2018-08-24net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski1-0/+4
2018-08-03net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret valueGrygorii Strashko1-1/+7
2018-05-19net: ethernet: ti: cpsw: fix packet leaking in dual_mac modeGrygorii Strashko1-0/+2
2018-04-29net: ethernet: ti: cpsw: fix tx vlan priority mappingIvan Khoronzhuk1-1/+1
2018-04-13net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko1-0/+16
2018-03-31net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY in...SZ Lin (林上智)1-1/+2
2017-03-18cpmac: remove hopeless #warningArnd Bergmann1-1/+1
2017-02-26net: ethernet: ti: cpsw: fix cpsw assignment in resumeIvan Khoronzhuk1-1/+1
2016-12-09net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli1-0/+1
2016-12-07drivers: net: cpsw-phy-sel: Clear RGMII_IDMODE on "rgmii" linksAlex1-0/+1
2016-11-30net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko1-0/+4
2016-11-30net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold1-1/+9
2016-11-30of_mdio: add helper to deregister fixed-link PHYsJohan Hovold1-14/+2
2016-11-18net: ethernet: ti: cpsw: fix fixed-link phy probe deferralJohan Hovold1-5/+7
2016-11-18net: ethernet: ti: cpsw: add missing sanity checkJohan Hovold1-0/+3
2016-11-18net: ethernet: ti: cpsw: fix secondary-emac probe error pathJohan Hovold1-1/+3
2016-11-18net: ethernet: ti: cpsw: fix of_node and phydev leaksJohan Hovold1-0/+35
2016-11-18net: ethernet: ti: cpsw: fix deferred probeJohan Hovold1-17/+24
2016-11-18net: ethernet: ti: cpsw: fix mdio device reference leakJohan Hovold1-0/+1
2016-11-18net: ethernet: ti: cpsw: fix bad register access in probe error pathJohan Hovold1-4/+7
2016-11-07net: ethernet: ti: davinci_emac: fix device reference leakJohan Hovold1-4/+6
2016-11-07net: ethernet: ti: cpsw: fix device and of_node leaksJohan Hovold1-0/+3
2016-10-13tlan: avoid unused label with PCI=nArnd Bergmann1-1/+1
2016-10-07drivers: net: cpsw-phy-sel: add support to configure rgmii internal delayMugunthan V N1-0/+14
2016-09-04net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton1-2/+3
2016-08-27net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()Wei Yongjun1-1/+2
2016-08-23net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk1-0/+180
2016-08-23net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk4-19/+18
2016-08-23net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk3-105/+210
2016-08-23net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stopIvan Khoronzhuk1-0/+2
2016-08-23net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk3-27/+83
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-11net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_commonIvan Khoronzhuk1-129/+106
2016-08-11net: ethernet: ti: cpsw: move napi struct to cpsw_commonIvan Khoronzhuk1-30/+22
2016-08-11net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_commonIvan Khoronzhuk1-128/+137
2016-08-11net; ethernet: ti: cpsw: move irq stuff under cpsw_commonIvan Khoronzhuk1-36/+29
2016-08-11net: ethernet: ti: cpsw: move cpdma resources to cpsw_commonIvan Khoronzhuk1-49/+48
2016-08-11net: ethernet: ti: cpsw: move links on h/w registers to cpsw_commonIvan Khoronzhuk1-44/+53
2016-08-11net: ethernet: ti: cpsw: replace pdev on devIvan Khoronzhuk1-31/+34
2016-08-11net: ethernet: ti: cpsw: create common struct to hold shared driver dataIvan Khoronzhuk1-23/+39
2016-08-11net: ethernet: ti: cpsw: don't check slave num in runtimeIvan Khoronzhuk1-7/+4
2016-08-11net: ethernet: ti: cpsw: remove clk var from privIvan Khoronzhuk1-6/+4
2016-08-11net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters listIvan Khoronzhuk1-5/+5
2016-08-11net: ethernet: ti: cpsw: remove intr dbg msg from poll handlersIvan Khoronzhuk1-6/+0
2016-08-11net: ethernet: ti: cpsw: simplify submit routineIvan Khoronzhuk1-13/+5
2016-08-11net: resolve symbol conflicts with generic hashtable.hJiri Kosina1-7/+7
2016-08-10drivers: net: cpsw: fix kmemleak false-positive reports for sk buffersGrygorii Strashko1-0/+2
2016-08-09net: ethernet: ti: cpdma: remove used_desc counterGrygorii Strashko1-11/+7
2016-08-02ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen1-0/+1
2016-07-31drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko1-10/+1