summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-1/+1
|\
| * net: bql: fix building with BQL disabledArnd Bergmann2024-03-011-1/+1
* | net: ti: icssg-prueth: Remove duplicate cleanup calls in emac_ndo_stop()Diogo Ivo2024-02-161-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-152-5/+13
|\|
| * ethernet: cpts: fix function pointer cast warningsArnd Bergmann2024-02-141-5/+12
| * net: ti: icssg-prueth: add dependency for PTPRandy Dunlap2024-02-131-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-082-0/+5
|\|
| * net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdioSinthu Raja2024-02-081-0/+2
| * net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdioSinthu Raja2024-02-081-0/+3
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-314-8/+8
* | net: fill in MODULE_DESCRIPTION()s for cpsw-commonBreno Leitao2024-01-291-0/+1
|/
* net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet framesSanjuán García, Jorge2024-01-111-2/+3
* net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimersGrygorii Strashko2023-12-233-8/+134
* net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge supportRoger Quadros2023-12-236-2/+456
* net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel modeGrygorii Strashko2023-12-234-4/+278
* net: ethernet: am65-cpsw: Move register definitions to header fileRoger Quadros2023-12-232-35/+35
* net: ethernet: ti: am65-cpsw: Move code to avoid forward declarationRoger Quadros2023-12-231-43/+43
* net: ethernet: am65-cpsw: cleanup TAPRIO handlingRoger Quadros2023-12-231-80/+71
* net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOSRoger Quadros2023-12-233-8/+8
* net: ethernet: am65-cpsw: Build am65-cpsw-qos only if requiredRoger Quadros2023-12-233-13/+28
* net: ethernet: ti: davinci_mdio: Update K3 SoCs list for errata i2329Ravi Gunasekaran2023-12-041-10/+6
* net: ethernet: ti: cpsw-new: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-5/+10
* net: ethernet: ti: cpsw: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-5/+10
* net: ethernet: ti: am65-cpsw: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-5/+10
* net: ethernet: ti: am65-cpsw: Fix error handling in am65_cpsw_nuss_common_open()Roger Quadros2023-11-191-9/+39
* net: ethernet: am65-cpsw: Set default TX channels to maximumRoger Quadros2023-11-191-1/+3
* net: ethernet: ti: am65-cpsw: Re-arrange functions to avoid forward declarationRoger Quadros2023-11-191-74/+71
* net: ethernet: am65-cpsw: Add standard Ethernet MAC stats to ethtoolRoger Quadros2023-11-191-0/+26
* net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_regionJan Kiszka2023-11-111-1/+3
* net: ti: icssg-prueth: Add missing icss_iep_put to error pathJan Kiszka2023-11-111-4/+7
* net: ti: icss-iep: fix setting counter valueDiogo Ivo2023-11-091-1/+1
* net: ethernet: ti: am65-cpsw: rx_pause/tx_pause controls wrong directionRonald Wahl2023-11-031-2/+2
* net: ethernet: davinci_emac: Use MAC Address from Device TreeAdam Ford2023-10-241-10/+12
* net: ti: icssg-prueth: Add phys_port_name supportJan Kiszka2023-10-241-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-195-5/+30
|\
| * net: ti: icssg-prueth: Fix r30 CMDs bitmasksMD Danish Anwar2023-10-191-2/+2
| * net: ethernet: ti: Fix mixed module-builtin objectMD Danish Anwar2023-10-193-3/+19
| * net: ti: icssg-prueth: Fix tx_total_bytes countMD Danish Anwar2023-10-131-0/+9
* | net: netcp: replace deprecated strncpy with strscpyJustin Stitt2023-10-161-2/+2
* | net: ethernet: Use device_get_match_data()Rob Herring2023-10-132-19/+6
* | net: cpmac: remove driver to prepare for platform removalWolfram Sang2023-10-053-1258/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-052-4/+5
|\|
| * dmaengine: ti: k3-udma-glue: clean up k3_udma_glue_tx_get_irq() returnDan Carpenter2023-10-042-5/+3
| * net: ti: icssg-prueth: Fix signedness bug in prueth_init_tx_chns()Dan Carpenter2023-10-041-3/+5
| * net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()Dan Carpenter2023-10-041-0/+1
* | net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-0/+1
|\|
| * net: ti: icssg-prueth: add PTP dependencyArnd Bergmann2023-09-151-0/+1
* | net: ethernet: ti: Convert to platform remove callback returning voidUwe Kleine-König2023-09-204-15/+8
* | net: ti: icssg-prueth: Add support for half duplex operationMD Danish Anwar2023-09-153-2/+31