summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta2019-07-161-8/+18
* ethernet: remove redundant memsetFuqian Huang2019-07-151-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-141-13/+13
|\
| * davinci_cpdma: don't cast dma_addr_t to pointerArnd Bergmann2019-07-131-13/+13
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-3/+3
|\ \ | |/ |/|
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-242-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-092-0/+4
|\ \
| * | net: ethernet: ti: cpsw: Assign OF node to slave devicesMarek Vasut2019-06-282-0/+4
* | | net: ethernet: ti: cpsw: add XDP supportIvan Khoronzhuk2019-07-084-59/+488
* | | net: ethernet: ti: cpsw_ethtool: allow res split while downIvan Khoronzhuk2019-07-081-2/+1Star
* | | net: ethernet: ti: davinci_cpdma: allow desc split while downIvan Khoronzhuk2019-07-083-9/+28
* | | net: ethernet: ti: davinci_cpdma: add dma mapped submitIvan Khoronzhuk2019-07-082-10/+83
* | | net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy2019-06-241-21/+9Star
* | | net: ethernet: ti: davinci_cpdma: use idled submitIvan Khoronzhuk2019-06-165-41/+77
* | | net: ethernet: ti: cpsw_ethtool: simplify slave loopsIvan Khoronzhuk2019-06-151-19/+21
* | | net: ethernet: ti: cpsw: use cpsw as drv dataIvan Khoronzhuk2019-06-151-9/+7Star
* | | net: ethernet: ti: cpts: fix build failure for powerpcGrygorii Strashko2019-06-121-0/+1
* | | net: ethernet: ti: cpts: add support for ext rftclk selectionGrygorii Strashko2019-06-092-2/+79
* | | net: ethernet: ti: netcp_ethss: add support for child cpts nodeGrygorii Strashko2019-06-091-2/+7
* | | net: ethernet: ti: cpts: use devm_get_clk_from_childGrygorii Strashko2019-06-091-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-1/+1
|\| |
| * | net: ethernet: ti: cpsw_ethtool: fix ethtool ring param setIvan Khoronzhuk2019-06-031-1/+1
| |/
* / 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