aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-11hsr: hold rcu and dev lock for hsr_get_port_ndevHangbin Liu1-6/+14
2025-09-02net: ethernet: ti: am65-cpsw-nuss: Fix null pointer dereference for ndevNishanth Menon1-1/+1
2025-08-19net: ti: icssg-prueth: Fix HSR and switch offload Enablement during firwmare reload.MD Danish Anwar1-31/+41
2025-08-08net: ti: icss-iep: Fix incorrect type for return value in extts_enable()Alok Tiwari1-1/+2
2025-08-08net: ti: icssg-prueth: Fix emac link speed handlingMD Danish Anwar1-0/+6
2025-08-05net: ti: icssg-prueth: Fix skb handling for XDP_PASSMeghana Malladi1-7/+8
2025-07-30net: ti: icss-iep: fix device and OF node leaks at probeJohan Hovold1-5/+18
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-50/+145
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-73/+190
2025-07-23net: ti: icssg-prueth: access ->pp through netmem_desc instead of pageByungchul Park1-2/+2
2025-07-18net: ti: icssg-prueth: Fix buffer allocation for ICSSGHimanshu Mittal5-73/+190
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2025-07-09net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_infoChintan Vankar1-3/+1
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-26net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delayMatthias Schiffer1-2/+25
2025-06-19net: ti: icssg-prueth: Add prp offload support to ICSSG driverHimanshu Mittal2-1/+16
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+2
2025-06-17net: ti: icssg-prueth: Fix packet handling for XDP_TXMeghana Malladi1-17/+2
2025-06-14net: ti: icssg-prueth: Read firmware-names from device treeMD Danish Anwar2-45/+102
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-4/+4
2025-06-05net: ti: icssg-prueth: Fix swapped TX stats for MII interfaces.Meghana Malladi1-0/+8
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-05-20net: ethernet: ti: am65-cpsw: Lower random mac address error print to infoNishanth Menon1-1/+1
2025-05-14net: cpsw: isolate cpsw_ndo_ioctl() to just the old driverVladimir Oltean4-19/+22
2025-05-14net: cpsw: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean4-28/+37
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+23
2025-05-07net: ti: icssg-prueth: Report BQL before sending XDP packetsMeghana Malladi1-1/+7
2025-05-07net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue accessMeghana Malladi2-2/+12
2025-05-07net: ti: icssg-prueth: Set XDP feature flags for ndevMeghana Malladi1-5/+4
2025-04-28net: ti: icssg-prueth: Add ICSSG FW StatsMD Danish Anwar5-31/+94
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-69/+76
2025-04-17net: ti: icss-iep: Fix possible NULL pointer dereference for perout requestMeghana Malladi1-63/+58
2025-04-17net: ti: icssg-prueth: Fix possible NULL pointer dereference inside emac_xmit_xdp_frame()Meghana Malladi1-2/+4
2025-04-17net: ti: icssg-prueth: Fix kernel warning while bringing down network interfaceMeghana Malladi1-3/+0
2025-04-16net: ethernet: ti: am65-cpsw: handle -EPROBE_DEFERMichael Walle1-11/+13
2025-04-16net: ethernet: ti: am65-cpsw: set fwnode for portsMichael Walle1-1/+1
2025-04-15net: ethernet: ti: am65-cpsw: fix port_np reference countingMichael Walle1-1/+14
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+4
2025-04-09net: remove cpu stall in txq_trans_update()Eric Dumazet1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-4/+4
2025-04-01Merge tag 'dmaengine-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds2-3/+3
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds10-268/+683
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+8
2025-03-25net: ti: cpsw: Add metadata support for xdp modeLorenzo Bianconi2-2/+10
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-14/+25
2025-03-20net: ti: icssg-prueth: Add lock to statsMD Danish Anwar3-0/+7
2025-03-18net: ethernet: ti: am65-cpsw: Fix NAPI registration sequenceVignesh Raghavendra1-14/+18
2025-03-11net: ti: icssg-prueth: Add XDP supportRoger Quadros3-15/+355
2025-03-11net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATARoger Quadros4-26/+54