aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw.c
Commit message (Expand)AuthorAge
* net: ethernet: ti: cpsw: sync rates for channels in dual emac modeIvan Khoronzhuk2016-12-10
* net: ethernet: ti: cpsw: re-split res only when speed is changedIvan Khoronzhuk2016-12-10
* net: ethernet: ti: cpsw: combine budget and weight split and checkIvan Khoronzhuk2016-12-10
* net: ethernet: ti: cpsw: don't start queue twiceIvan Khoronzhuk2016-12-10
* net: ethernet: ti: cpsw: use same macros to get active slaveIvan Khoronzhuk2016-12-10
* net: ethernet: ti: cpts: move dt props parsing to cpts driverGrygorii Strashko2016-12-07
* net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko2016-12-07
* net: ethernet: ti: cpsw: minimize direct access to struct cptsGrygorii Strashko2016-12-07
* net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko2016-12-07
* net: ethernet: ti: cpsw: fix early budget splitIvan Khoronzhuk2016-12-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\
| * net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko2016-11-30
| * of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-29
* | net: ethernet: ti: cpsw: split tx budget according between channelsIvan Khoronzhuk2016-11-30
* | net: ethernet: ti: cpsw: optimize end of poll cycleIvan Khoronzhuk2016-11-30
* | net: ethernet: ti: cpsw: add .ndo to set per-queue rateIvan Khoronzhuk2016-11-30
* | cpsw: ethtool: add support for nway resetYegor Yefremov2016-11-30
* | cpsw: ethtool: add support for getting/setting EEE registersYegor Yefremov2016-11-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-22
|\|
| * net: ethernet: ti: cpsw: fix fixed-link phy probe deferralJohan Hovold2016-11-18
| * net: ethernet: ti: cpsw: add missing sanity checkJohan Hovold2016-11-18
| * net: ethernet: ti: cpsw: fix secondary-emac probe error pathJohan Hovold2016-11-18
| * net: ethernet: ti: cpsw: fix of_node and phydev leaksJohan Hovold2016-11-18
| * net: ethernet: ti: cpsw: fix deferred probeJohan Hovold2016-11-18
| * net: ethernet: ti: cpsw: fix mdio device reference leakJohan Hovold2016-11-18
| * net: ethernet: ti: cpsw: fix bad register access in probe error pathJohan Hovold2016-11-18
* | net: ethernet: ti: davinci_cpdma: fix fixed prio cpdma ctlr configurationIvan Khoronzhuk2016-11-13
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-13
* | net: ti: cpsw: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-12
|/
* net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()Wei Yongjun2016-08-27
* net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk2016-08-23
* net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk2016-08-23
* net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk2016-08-23
* net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk2016-08-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-18
|\
| * drivers: net: cpsw: fix kmemleak false-positive reports for sk buffersGrygorii Strashko2016-08-09
* | net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_commonIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: move napi struct to cpsw_commonIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_commonIvan Khoronzhuk2016-08-10
* | net; ethernet: ti: cpsw: move irq stuff under cpsw_commonIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: move cpdma resources to cpsw_commonIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: move links on h/w registers to cpsw_commonIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: replace pdev on devIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: create common struct to hold shared driver dataIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: don't check slave num in runtimeIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: remove clk var from privIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters listIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: remove intr dbg msg from poll handlersIvan Khoronzhuk2016-08-10
* | net: ethernet: ti: cpsw: simplify submit routineIvan Khoronzhuk2016-08-10
|/
* drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko2016-07-31