aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw_new.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-3/+1
2022-09-21net: ethernet: ti: cpsw_new: Switch to use dev_err_probe() helperYang Yingliang1-3/+2
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-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-04-30net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang1-1/+4
2022-04-29eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-2/+2
2022-04-15net: ethernet: ti: cpsw_new: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-22/+11
2022-04-13net: ethernet: ti: cpsw_new: enable bc/mc storm prevention supportGrygorii Strashko1-1/+3
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() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-09-27net: ethernet: ti: Move devlink registration to be last devlink commandLeon Romanovsky1-5/+2
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-7/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-1/+1
2021-08-19net: ethernet: ti: cpsw: make array stpa static const, makes object smallerColin Ian King1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2021-08-09page_pool: keep pp info as long as page pool owns the pageYunsheng Lin1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-08-09net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-casesGrygorii Strashko1-2/+5
2021-08-04net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-2/+3
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-2/+13
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-13net: ethernet: ti: cpsw: fix cpts irq after suspendGrygorii Strashko1-3/+6
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-2/+0
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+53
2020-09-11net: ethernet: ti: cpsw_new: fix suspend/resumeGrygorii Strashko1-0/+53
2020-09-11net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko1-1/+0
2020-08-27net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()Murali Karicheri1-6/+21
2020-08-25net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host portMurali Karicheri1-1/+1
2020-05-14net: ethernet: ti: Add XDP frame size to driver cpswJesper Dangaard Brouer1-0/+1
2020-05-05net: ethernet: ti: use true, false for bool variables in cpsw_new.cJason Yan1-2/+2
2020-04-23net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko1-0/+20
2020-03-17net: cpsw: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-11-20net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switchIlias Apalodimas1-8/+383
2019-11-20net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emacIlias Apalodimas1-0/+1673