aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* BACKPORT: treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2019-01-072-16/+17
* net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski2018-08-241-0/+4
* net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret valueGrygorii Strashko2018-08-031-1/+7
* net: ethernet: ti: cpsw: fix packet leaking in dual_mac modeGrygorii Strashko2018-05-191-0/+2
* net: ethernet: ti: cpsw: fix tx vlan priority mappingIvan Khoronzhuk2018-04-291-1/+1
* net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko2018-04-131-0/+16
* net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY in...SZ Lin (林上智)2018-03-311-1/+2
* cpmac: remove hopeless #warningArnd Bergmann2017-03-181-1/+1
* net: ethernet: ti: cpsw: fix cpsw assignment in resumeIvan Khoronzhuk2017-02-261-1/+1
* net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli2016-12-081-0/+1
* drivers: net: cpsw-phy-sel: Clear RGMII_IDMODE on "rgmii" linksAlex2016-12-071-0/+1
* net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko2016-11-301-0/+4
* net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold2016-11-291-1/+9
* of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-14/+2
* net: ethernet: ti: cpsw: fix fixed-link phy probe deferralJohan Hovold2016-11-181-5/+7
* net: ethernet: ti: cpsw: add missing sanity checkJohan Hovold2016-11-181-0/+3
* net: ethernet: ti: cpsw: fix secondary-emac probe error pathJohan Hovold2016-11-181-1/+3
* net: ethernet: ti: cpsw: fix of_node and phydev leaksJohan Hovold2016-11-181-0/+35
* net: ethernet: ti: cpsw: fix deferred probeJohan Hovold2016-11-181-17/+24
* net: ethernet: ti: cpsw: fix mdio device reference leakJohan Hovold2016-11-181-0/+1
* net: ethernet: ti: cpsw: fix bad register access in probe error pathJohan Hovold2016-11-181-4/+7
* net: ethernet: ti: davinci_emac: fix device reference leakJohan Hovold2016-11-071-4/+6
* net: ethernet: ti: cpsw: fix device and of_node leaksJohan Hovold2016-11-071-0/+3
* tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1
* drivers: net: cpsw-phy-sel: add support to configure rgmii internal delayMugunthan V N2016-10-061-0/+14
* net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton2016-09-041-2/+3
* net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()Wei Yongjun2016-08-261-1/+2
* net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk2016-08-231-0/+180
* net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk2016-08-234-19/+18
* net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk2016-08-233-105/+210
* net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stopIvan Khoronzhuk2016-08-231-0/+2
* net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk2016-08-233-27/+83
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-0/+2
|\
| * drivers: net: cpsw: fix kmemleak false-positive reports for sk buffersGrygorii Strashko2016-08-091-0/+2
* | net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_commonIvan Khoronzhuk2016-08-101-129/+106
* | net: ethernet: ti: cpsw: move napi struct to cpsw_commonIvan Khoronzhuk2016-08-101-30/+22
* | net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_commonIvan Khoronzhuk2016-08-101-128/+137
* | net; ethernet: ti: cpsw: move irq stuff under cpsw_commonIvan Khoronzhuk2016-08-101-36/+29
* | net: ethernet: ti: cpsw: move cpdma resources to cpsw_commonIvan Khoronzhuk2016-08-101-49/+48
* | net: ethernet: ti: cpsw: move links on h/w registers to cpsw_commonIvan Khoronzhuk2016-08-101-44/+53
* | net: ethernet: ti: cpsw: replace pdev on devIvan Khoronzhuk2016-08-101-31/+34
* | net: ethernet: ti: cpsw: create common struct to hold shared driver dataIvan Khoronzhuk2016-08-101-23/+39
* | net: ethernet: ti: cpsw: don't check slave num in runtimeIvan Khoronzhuk2016-08-101-7/+4
* | net: ethernet: ti: cpsw: remove clk var from privIvan Khoronzhuk2016-08-101-6/+4
* | net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters listIvan Khoronzhuk2016-08-101-5/+5
* | net: ethernet: ti: cpsw: remove intr dbg msg from poll handlersIvan Khoronzhuk2016-08-101-6/+0
* | net: ethernet: ti: cpsw: simplify submit routineIvan Khoronzhuk2016-08-101-13/+5
* | net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-101-7/+7
* | net: ethernet: ti: cpdma: remove used_desc counterGrygorii Strashko2016-08-081-11/+7
|/
* ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen2016-08-011-0/+1