summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/icssg (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ti: icssg-prueth: Fix race condition for VLAN table accessMD Danish Anwar2024-10-093-0/+5
* 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: ti: icssg-prueth: Make pa_stats optionalMD Danish Anwar2024-09-103-14/+26
* net: ti: icssg-prueth: Remove setting of RX software timestampGal Pressman2024-09-061-2/+0
* 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: 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-151-1/+1
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* | net: ti: icssg-prueth: Split out common object into moduleMD Danish Anwar2024-07-1511-51/+108
|/
* net: ti: icss-iep: constify struct regmap_configJavier Carrasco2024-07-061-2/+2
* net: ti: icss-iep: Enable compare eventsDiogo Ivo2024-06-191-0/+74
* net: ti: icss-iep: Remove spinlock-based synchronizationDiogo Ivo2024-06-191-14/+0
* net: ti: icssg-prueth: Enable PTP timestamping support for SR1.0 devicesDiogo Ivo2024-06-191-1/+50
* dmaengine: ti: k3-udma-glue: clean up return in k3_udma_glue_rx_get_irq()Dan Carpenter2024-06-091-3/+1
* net: ti: icssg-prueth: Add multicast filtering supportMD Danish Anwar2024-06-071-4/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-311-1/+1
|\
| * net: ti: icssg-prueth: Fix start counter for ft1 filterMD Danish Anwar2024-05-281-1/+1
* | net: ti: icssg-prueth: Add support for ICSSG switch firmwareMD Danish Anwar2024-05-305-18/+383
* | net: ti: icssg-switch: Add switchdev based driver for ethernet switch supportMD Danish Anwar2024-05-304-0/+526
* | net: ti: icssg-prueth: Add helper functions to configure FDBMD Danish Anwar2024-05-303-0/+201
|/
* net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()Romain Gantois2024-05-231-2/+12
* net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimersMD Danish Anwar2024-05-024-8/+155
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-3/+5
|\
| * net: ti: icssg-prueth: Fix signedness bug in prueth_init_rx_chns()Dan Carpenter2024-04-251-3/+5
* | net: ti: icssg-prueth: Add ICSSG Ethernet driver for AM65x SR1.0 platformsDiogo Ivo2024-04-091-0/+1181
* | net: ti: icssg-prueth: Modify common functions for SR1.0Diogo Ivo2024-04-093-14/+37
* | net: ti: icssg-prueth: Add functions to configure SR1.0 packet classifierDiogo Ivo2024-04-093-11/+110
* | net: ti: icssg-prueth: Adjust the number of TX channels for SR1.0Diogo Ivo2024-04-091-0/+12
* | net: ti: icssg-prueth: Adjust IPG configuration for SR1.0Diogo Ivo2024-04-091-3/+11
* | net: ti: icssg-prueth: Add SR1.0-specific description bitsDiogo Ivo2024-04-091-1/+13
* | net: ti: icssg-prueth: Add SR1.0-specific configuration bitsDiogo Ivo2024-04-091-0/+56
* | net: ti: icssg-prueth: Move common functions into a separate fileDiogo Ivo2024-04-093-1183/+1257
|/
* net: ti: icssg-prueth: Remove duplicate cleanup calls in emac_ndo_stop()Diogo Ivo2024-02-161-4/+0
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* 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: 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-192-2/+11
|\
| * net: ti: icssg-prueth: Fix r30 CMDs bitmasksMD Danish Anwar2023-10-191-2/+2
| * net: ti: icssg-prueth: Fix tx_total_bytes countMD Danish Anwar2023-10-141-0/+9
* | net: ethernet: Use device_get_match_data()Rob Herring2023-10-131-10/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-3/+3
|\|