summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RXRoger Quadros13 days1-0/+100
* net: ethernet: ti: am65-cpsw: update pri_thread_map as per IEEE802.1Q-2014Roger Quadros13 days1-14/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-142-2/+23
|\
| * net: ti: icssg-prueth: Fix 1 PPS syncMeghana Malladi2024-11-142-2/+23
* | net: ti: icssg-prueth: Add VLAN support for HSR modeRavi Gunasekaran2024-11-121-1/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-072-44/+37
|\|
| * net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns()Roger Quadros2024-11-051-0/+2
| * net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7Roger Quadros2024-11-052-44/+35
* | net: ethernet: ti: am65-cpsw: Fix uninitialized variableDan Carpenter2024-10-181-0/+1
* | net: ethernet: ti: am65-cpsw: Enable USXGMII mode for J7200 CPSW5GSiddharth Vadapalli2024-10-151-1/+2
* | net: ethernet: ti: cpsw_ale: Remove unused accessor functionsSimon Horman2024-10-141-9/+21
* | net: ethernet: ti: am65-cpsw: Use tstats instead of open coded versionSimon Horman2024-10-142-93/+8
* | net: ethernet: ti: am65-cpsw: Use __be64 type for id_tempSimon Horman2024-10-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-104-9/+18
|\|
| * net: ti: icssg-prueth: Fix race condition for VLAN table accessMD Danish Anwar2024-10-093-0/+5
| * net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removalNicolas Pitre2024-10-081-8/+12
| * net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removalNicolas Pitre2024-10-081-1/+1
* | net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-058-8/+8
|/
* net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup codeDan Carpenter2024-10-031-1/+1
* net: ethernet: ti: cpsw_ale: Fix warning on some platformsRoger Quadros2024-10-012-1/+12
* net: ti: icssg-prueth: Add multicast filtering support in HSR modeMD Danish Anwar2024-09-151-2/+40
* net: ti: icssg-prueth: Enable HSR Tx duplication, Tx Tag and Rx Tag offloadRavi Gunasekaran2024-09-155-5/+58
* net: ti: icssg-prueth: Add support for HSR frame forward offloadMD Danish Anwar2024-09-154-12/+119
* net: ti: icssg-prueth: Stop hardcoding def_incMD Danish Anwar2024-09-151-1/+2
* net: ti: icss-iep: Move icss_iep structureMD Danish Anwar2024-09-152-73/+72
* net: ethernet: ti: am65-cpsw: setup priority to flow mappingRoger Quadros2024-09-131-0/+3
* net: ethernet: ti: cpsw_ale: add policer/classifier helpers and setup defaultsRoger Quadros2024-09-132-0/+95
* net: ethernet: ti: cpsw_ale: add Policer and Thread control register fieldsRoger Quadros2024-09-132-0/+127
* net: ethernet: ti: cpsw_ale: use regfields for number of Entries and PolicersRoger Quadros2024-09-132-6/+22
* net: ethernet: ti: cpsw_ale: use regfields for ALE registersRoger Quadros2024-09-132-22/+79
* net: ethernet: ti: am65-cpsw: Introduce multi queue RxRoger Quadros2024-09-133-230/+269
* net: ti: icssg-prueth: Make pa_stats optionalMD Danish Anwar2024-09-103-14/+26
* net: netcp: Remove setting of RX software timestampGal Pressman2024-09-061-6/+1
* net: ti: icssg-prueth: Remove setting of RX software timestampGal Pressman2024-09-061-2/+0
* net: ethernet: ti: cpsw_ethtool: Remove setting of RX software timestampGal Pressman2024-09-061-6/+1
* net: ethernet: ti: am65-cpsw-ethtool: Remove setting of RX software timestampGal Pressman2024-09-061-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-061-33/+49
|\
| * net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECTRoger Quadros2024-09-031-4/+13
| * net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TXRoger Quadros2024-09-031-1/+2
| * net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECTRoger Quadros2024-09-031-28/+34
* | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-291-0/+1
|\|
| * net: ti: icssg-prueth: Fix 10M Link issue on AM64xMD Danish Anwar2024-08-271-0/+1
* | net: ethernet: ti: am65-cpsw-nuss: Replace of_node_to_fwnode() with more suit...Andy Shevchenko2024-08-271-1/+1
* | net: ti: icssg-prueth: Add support for PA StatsMD Danish Anwar2024-08-265-83/+140
* | net: ti: icssg_prueth: populate netdev of_nodeMatthias Schiffer2024-08-092-0/+2
* | net: Use of_property_read_bool()Rob Herring (Arm)2024-08-022-8/+8
|/
* Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-155-7/+7
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-155-7/+7
* | net: ti: icssg-prueth: Split out common object into moduleMD Danish Anwar2024-07-1512-69/+122