summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/icssg/icssg_prueth.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()Romain Gantois1-2/+12
2024-05-02net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimersMD Danish Anwar1-1/+17
2024-04-09net: ti: icssg-prueth: Modify common functions for SR1.0Diogo Ivo1-2/+2
2024-04-09net: ti: icssg-prueth: Add functions to configure SR1.0 packet classifierDiogo Ivo1-1/+1
2024-04-09net: ti: icssg-prueth: Move common functions into a separate fileDiogo Ivo1-1183/+0
2024-02-16net: ti: icssg-prueth: Remove duplicate cleanup calls in emac_ndo_stop()Diogo Ivo1-4/+0
2023-11-11net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_regionJan Kiszka1-1/+3
2023-11-11net: ti: icssg-prueth: Add missing icss_iep_put to error pathJan Kiszka1-4/+7
2023-10-24net: ti: icssg-prueth: Add phys_port_name supportJan Kiszka1-0/+14
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring1-10/+3
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-10-04dmaengine: ti: k3-udma-glue: clean up k3_udma_glue_tx_get_irq() returnDan Carpenter1-3/+1
2023-10-04net: ti: icssg-prueth: Fix signedness bug in prueth_init_tx_chns()Dan Carpenter1-3/+5
2023-09-15net: ti: icssg-prueth: Add support for half duplex operationMD Danish Anwar1-2/+15
2023-09-12net: ti: icssg-prueth: Add AM64x icssg supportMD Danish Anwar1-0/+5
2023-08-27net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex supportGrygorii Strashko1-2/+25
2023-08-27net: ti: icssg-prueth: add packet timestamping and ptp supportRoger Quadros1-4/+420
2023-08-02net: ti: icssg-prueth: Add Power management supportMD Danish Anwar1-0/+57
2023-08-02net: ti: icssg-prueth: Add ethtool ops for ICSSG Ethernet driverMD Danish Anwar1-0/+1
2023-08-02net: ti: icssg-prueth: Add Standard network staticsticsMD Danish Anwar1-0/+22
2023-08-02net: ti: icssg-prueth: Add ICSSG StatsMD Danish Anwar1-0/+8
2023-08-02net: ti: icssg-prueth: Add ICSSG ethernet driverRoger Quadros1-0/+1809