aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw.c
AgeCommit message (Expand)Author
2016-08-09drivers: net: cpsw: fix kmemleak false-positive reports for sk buffersGrygorii Strashko
2016-07-30drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko
2016-07-30drivers: net: cpsw: fix wrong regs access in cpsw_removeGrygorii Strashko
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-29drivers: net: cpsw: fix error return codeJulia Lawall
2015-12-18drivers: net: cpsw: increment reference count on fixed-link PHY nodeDavid Rivshin
2015-12-18drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHYDavid Rivshin
2015-12-18ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phyPascal Speck (Iktek)
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-11-04drivers: net: cpsw: Add support for fixed-link PHYMarkus Brunner
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23drivers: net: cpsw: use module_platform_driverGrygorii Strashko
2015-10-21drivers: net: cpsw: add phy-handle parsingHeiko Schocher
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-21drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N
2015-09-15drivers: net: cpsw: Add support to drive gpios for ethernet to be functionalMugunthan V N
2015-08-13drivers: net: cpsw: add am335x errata workarround for interrutpsMugunthan V N
2015-08-06drivers: net: cpsw: add separate napi for txMugunthan V N
2015-08-06drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N
2015-08-06drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from c...Mugunthan V N
2015-07-21drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N
2015-07-09drivers: net: cpsw: fix disabling of tx interrupt in rx isrMugunthan V N
2015-07-08drivers: net: cpsw: fix crash while accessing second slave ethernet interfaceMugunthan V N
2015-05-25net: cpsw: remove redundant calls disabling dma interrupts.Richard Cochran