summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpsw: correct .ndo_open error pathIvan Khoronzhuk2019-05-301-2/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: ethernet: ti: netcp_ethss: fix buildGrygorii Strashko2019-05-131-1/+1
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-111-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-072-2/+2
* net: davinci: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-061-10/+6Star
* drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()Wei Yongjun2019-05-051-2/+2
* net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()YueHaibing2019-05-011-1/+1
* cpsw: Put back cpsw_ndo_poll_controller()David S. Miller2019-04-281-0/+12
* net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko2019-04-274-725/+769
* net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko2019-04-274-42/+34Star
* net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko2019-04-272-0/+401
* net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko2019-04-274-102/+139
* net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_h...Grygorii Strashko2019-04-271-2/+2
* net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko2019-04-272-426/+438
* net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko2019-04-271-116/+97Star
* net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko2019-04-271-1/+1
* net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko2019-04-271-0/+3
* net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko2019-04-273-14/+20
* net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko2019-04-271-2/+2
* net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko2019-04-271-1/+1
* net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko2019-04-271-12/+3Star
* net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko2019-04-271-12/+6Star
* net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko2019-04-271-3/+0Star
* net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko2019-04-271-32/+33
* net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko2019-04-271-8/+6Star
* net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko2019-04-273-28/+2Star
* net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config optionGrygorii Strashko2019-04-273-43/+3Star
* net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-2718-180/+18Star
* net: ethernet: ti: davinci_mdio: switch to readl/writel()Grygorii Strashko2019-04-021-11/+11
* net: ethernet: ti: fix possible object reference leakWen Yang2019-03-241-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-111-3/+1Star
|\
| * davinci_emac: always build in CONFIG_OF codeArnd Bergmann2019-03-071-3/+1Star
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-03-062-3/+9
|\ \ | |/ |/|
| * net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driverGrygorii Strashko2019-02-212-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+1
|\ \
| * | net: netcp: Fix ethss driver probe issueMurali Karicheri2019-02-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-301-1/+1
|\| |
| * | net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| |/
* / net: ethernet: ti: cpsw-phy-sel: remove unneeded semicolonYueHaibing2019-01-181-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-1/+3
|\
| * net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-281-1/+3
* | Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-291-1/+18
|\ \ | |/ |/|
| * net: ethernet: ti: cpsw: add support for port interface mode selection phyGrygorii Strashko2018-12-121-1/+18
* | net: ethernet: don't set phylib state CHANGELINK in driversHeiner Kallweit2018-12-191-1/+0Star
* | net: Use of_node_name_eq for node name comparisonsRob Herring2018-12-062-4/+4
* | net: documentation: build a directory structure for driversJakub Kicinski2018-12-052-2/+5
* | net: davinci_emac: use nvmem_get_mac_address()Bartosz Golaszewski2018-12-041-5/+9
* | net: ethernet: ti: cpsw: allow vlan tagged packets to be timestampedIvan Khoronzhuk2018-11-141-2/+3
* | net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk2018-11-144-77/+41Star