summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-3/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-1/+1
* page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2021-08-091-1/+1
* net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko2021-08-061-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: ti: add pp skb recycling supportLorenzo Bianconi2021-06-151-2/+2
* net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-2/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-5/+2
* bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-8/+6
* net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi2021-02-061-3/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-11/+5
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+2
* net: ethernet: ti: cpsw: fix error return code in cpsw_probe()Zhang Changzhong2020-11-161-0/+1
* net: ethernet: ti: cpsw: fix cpts irq after suspendGrygorii Strashko2020-11-131-4/+6
* net: ethernet: ti: cpsw: use true,false for bool variablesJason Yan2020-09-191-2/+2
* net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko2020-09-111-6/+0
* net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri2020-08-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-0/+4
|\
| * net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko2020-05-231-0/+4
* | net: ethernet: ti: Add XDP frame size to driver cpswJesper Dangaard Brouer2020-05-141-0/+1
* | net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko2020-04-231-0/+21
|/
* net: cpsw: reject unsupported coalescing paramsJakub Kicinski2020-03-171-0/+1
* net: ethernet: ti: cpsw: move set of common functions in cpsw_privGrygorii Strashko2019-11-201-1264/+6
* net: ethernet: ti: cpsw: resolve build deps of cpsw driversGrygorii Strashko2019-11-201-0/+13
* net: ethernet: ti: cpsw: allow untagged traffic on host portGrygorii Strashko2019-11-201-9/+8
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+1
|\
| * net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart2019-08-211-1/+1
* | net: ethernet: ti: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+2
|/
* net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta2019-07-161-8/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-0/+3
|\
| * net: ethernet: ti: cpsw: Assign OF node to slave devicesMarek Vasut2019-06-281-0/+3
* | net: ethernet: ti: cpsw: add XDP supportIvan Khoronzhuk2019-07-081-54/+448
* | net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy2019-06-241-21/+9
* | net: ethernet: ti: davinci_cpdma: use idled submitIvan Khoronzhuk2019-06-161-9/+6
* | net: ethernet: ti: cpsw: use cpsw as drv dataIvan Khoronzhuk2019-06-141-9/+7
* | net: ethernet: ti: cpsw: correct .ndo_open error pathIvan Khoronzhuk2019-05-291-2/+5
|/
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* 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-271-0/+12
* net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko2019-04-271-683/+7
* net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko2019-04-271-26/+28
* net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko2019-04-271-101/+5
* net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko2019-04-271-426/+1
* net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko2019-04-271-116/+97
* net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko2019-04-271-3/+9
* net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko2019-04-271-12/+3
* net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko2019-04-271-12/+6
* net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko2019-04-271-3/+0