summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpsw.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdioSinthu Raja1-0/+2
2023-11-30net: ethernet: ti: cpsw: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-04-12net: ti/cpsw: Add explicit platform_device.h and of_platform.h includesRob Herring1-1/+1
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-0/+4
2022-11-09net: cpsw: disable napi in cpsw_ndo_open()Zhengchao Shao1-0/+2
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-21net: ethernet: ti: cpsw: Switch to use dev_err_probe() helperYang Yingliang1-2/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski1-3/+2
2022-04-29eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-2/+2
2022-04-12net: ethernet: ti: cpsw: using pm_runtime_resume_and_get instead of pm_runtim...Minghao Chi1-24/+12
2022-04-11net: ethernet: ti: cpsw: drop CPSW_HEADROOM defineGrygorii Strashko1-1/+1
2022-01-19net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel1-3/+3
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-3/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-1/+1
2021-08-09page_pool: keep pp info as long as page pool owns the pageYunsheng Lin1-1/+1
2021-08-06net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-15net: ti: add pp skb recycling supportLorenzo Bianconi1-2/+2
2021-06-10net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-8/+6
2021-02-06net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi1-3/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-11/+5
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2020-11-16net: ethernet: ti: cpsw: fix error return code in cpsw_probe()Zhang Changzhong1-0/+1
2020-11-13net: ethernet: ti: cpsw: fix cpts irq after suspendGrygorii Strashko1-4/+6
2020-09-19net: ethernet: ti: cpsw: use true,false for bool variablesJason Yan1-2/+2
2020-09-11net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko1-6/+0
2020-08-25net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-05-23net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko1-0/+4
2020-05-14net: ethernet: ti: Add XDP frame size to driver cpswJesper Dangaard Brouer1-0/+1
2020-04-23net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko1-0/+21
2020-03-17net: cpsw: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-11-20net: ethernet: ti: cpsw: move set of common functions in cpsw_privGrygorii Strashko1-1264/+6
2019-11-20net: ethernet: ti: cpsw: resolve build deps of cpsw driversGrygorii Strashko1-0/+13
2019-11-20net: ethernet: ti: cpsw: allow untagged traffic on host portGrygorii Strashko1-9/+8
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+2
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-21net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart1-1/+1
2019-08-21net: ethernet: ti: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-07-16net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta1-8/+18
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-07-08net: ethernet: ti: cpsw: add XDP supportIvan Khoronzhuk1-54/+448
2019-06-28net: ethernet: ti: cpsw: Assign OF node to slave devicesMarek Vasut1-0/+3
2019-06-24net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy1-21/+9
2019-06-16net: ethernet: ti: davinci_cpdma: use idled submitIvan Khoronzhuk1-9/+6
2019-06-14net: ethernet: ti: cpsw: use cpsw as drv dataIvan Khoronzhuk1-9/+7