summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)Author
2023-07-27ethernet: use of_get_ethdev_address()Jakub Kicinski
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2023-07-27net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil
2023-04-13net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probeSiddharth Vadapalli
2023-02-22net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown QuirkSiddharth Vadapalli
2022-12-31net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor
2022-12-08net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()Zhang Changzhong
2022-11-16net: cpsw: disable napi in cpsw_ndo_open()Zhengchao Shao
2022-10-26net: ethernet: ti: davinci_mdio: fix build for mdio bitbang usesRandy Dunlap
2022-10-26net: ethernet: ti: davinci_mdio: Add workaround for errata i2329Ravi Gunasekaran
2022-07-21net: ethernet: ti: am65-cpsw: Fix devlink port register sequenceSiddharth Vadapalli
2022-06-14net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin
2022-05-12net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang
2022-04-08drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtoolSondhauß, Jan
2022-03-16net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang
2022-02-01net: cpsw: Properly initialise struct page_pool_paramsToke Høiland-Jørgensen
2022-01-27net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel
2021-11-18net: ethernet: ti: cpsw_ale: Fix access to un-initialized memoryChristophe JAILLET
2021-11-18net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-19net: ethernet: ti: cpsw: make array stpa static const, makes object smallerColin Ian King
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean
2021-08-09page_pool: keep pp info as long as page pool owns the pageYunsheng Lin
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-09net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-casesGrygorii Strashko
2021-08-06net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko
2021-08-06net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completionGrygorii Strashko
2021-08-06net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop()Vignesh Raghavendra
2021-08-06net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko
2021-08-06net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko
2021-08-06net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_up...Grygorii Strashko
2021-08-04Revert "net: build all switchdev drivers as modules when the bridge is a module"Vladimir Oltean
2021-08-04net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean
2021-07-28net: ti: am65-cpsw-nuss: fix wrong devlink release orderLeon Romanovsky
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-09net: ti: fix UAF in tlan_remove_onePavel Skripkin
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean
2021-06-24ti: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-22net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queuesVignesh Raghavendra
2021-06-15net: ti: add pp skb recycling supportLorenzo Bianconi
2021-06-10net: davinci_emac: Use devm_platform_get_and_ioremap_resource()Yang Yingliang