summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/icssg
AgeCommit message (Expand)AuthorLines
2026-02-28net: ti: icssg-prueth: Fix ping failure after offload mode setup when link sp...MD Danish Anwar-0/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-06net: ti: icssg: Remove dedicated workqueue for ndo_set_rx_mode callbackKevin Hao-19/+5
2025-11-20net: ti: icssg-prueth: Enable zero copy in XDP featuresMeghana Malladi-1/+2
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for RXMeghana Malladi-72/+313
2025-11-20net: ti: icssg-prueth: Make emac_run_xdp function independent of pageMeghana Malladi-13/+25
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for TXMeghana Malladi-2/+125
2025-11-20net: ti: icssg-prueth: Add XSK pool helpersMeghana Malladi-1/+149
2025-11-20net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queuesMeghana Malladi-62/+127
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+7
2025-11-05net: ti: icssg-prueth: Fix fdb hash size configurationMeghana Malladi-0/+7
2025-10-23net: ti: icssg-prueth: Omit a variable reassignment in prueth_netdev_init()Markus Elfring-4/+2
2025-10-20ti: icssg: convert to ndo_hwtstamp APIVadim Fedorenko-35/+26
2025-09-14net: ti: icssm-prueth: Adds IEP support for PRUETH on AM33x, AM43x and AM57x ...Parvathi Pudi-0/+101
2025-09-11hsr: hold rcu and dev lock for hsr_get_port_ndevHangbin Liu-6/+14
2025-08-19net: ti: icssg-prueth: Fix HSR and switch offload Enablement during firwmare ...MD Danish Anwar-31/+41
2025-08-08net: ti: icss-iep: Fix incorrect type for return value in extts_enable()Alok Tiwari-1/+2
2025-08-08net: ti: icssg-prueth: Fix emac link speed handlingMD Danish Anwar-0/+6
2025-08-05net: ti: icssg-prueth: Fix skb handling for XDP_PASSMeghana Malladi-7/+8
2025-07-30net: ti: icss-iep: fix device and OF node leaks at probeJohan Hovold-5/+18
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-73/+190
2025-07-23net: ti: icssg-prueth: access ->pp through netmem_desc instead of pageByungchul Park-2/+2
2025-07-18net: ti: icssg-prueth: Fix buffer allocation for ICSSGHimanshu Mittal-73/+190
2025-06-19net: ti: icssg-prueth: Add prp offload support to ICSSG driverHimanshu Mittal-1/+16
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+2
2025-06-17net: ti: icssg-prueth: Fix packet handling for XDP_TXMeghana Malladi-17/+2
2025-06-14net: ti: icssg-prueth: Read firmware-names from device treeMD Danish Anwar-45/+102
2025-06-05net: ti: icssg-prueth: Fix swapped TX stats for MII interfaces.Meghana Malladi-0/+8
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+23
2025-05-07net: ti: icssg-prueth: Report BQL before sending XDP packetsMeghana Malladi-1/+7
2025-05-07net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue accessMeghana Malladi-2/+12
2025-05-07net: ti: icssg-prueth: Set XDP feature flags for ndevMeghana Malladi-5/+4
2025-04-28net: ti: icssg-prueth: Add ICSSG FW StatsMD Danish Anwar-31/+94
2025-04-17net: ti: icss-iep: Fix possible NULL pointer dereference for perout requestMeghana Malladi-63/+58
2025-04-17net: ti: icssg-prueth: Fix possible NULL pointer dereference inside emac_xmit...Meghana Malladi-2/+4
2025-04-17net: ti: icssg-prueth: Fix kernel warning while bringing down network interfaceMeghana Malladi-3/+0
2025-04-01Merge tag 'dmaengine-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-117/+599
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+4
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+7
2025-03-20net: ti: icssg-prueth: Add lock to statsMD Danish Anwar-0/+7
2025-03-11net: ti: icssg-prueth: Add XDP supportRoger Quadros-15/+355
2025-03-11net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATARoger Quadros-26/+54
2025-03-11net: ti: icssg-prueth: Use page_pool API for RX buffer allocationRoger Quadros-90/+149
2025-03-06net: ti: icss-iep: Add phase offset configuration for perout signalMeghana Malladi-2/+16
2025-03-06net: ti: icss-iep: Add pwidth configuration for perout signalMeghana Malladi-3/+44
2025-02-27net: ti: icss-iep: Reject perout generation requestMeghana Malladi-20/+1
2025-02-27dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_r...Roger Quadros-1/+1
2025-02-18net: ethernet: ti: Switch to use hrtimer_setup()Nam Cao-6/+4
2025-01-14net: ti: icssg-prueth: Do not print physical memory addressesKrzysztof Kozlowski-2/+0