summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)AuthorFilesLines
2026-03-12net: ethernet: ti: am65-cpsw-nuss: Fix rx_filter value for PTP supportChintan Vankar2-8/+10
2026-03-01net: ti: icssg-prueth: Fix ping failure after offload mode setup when link sp...MD Danish Anwar1-0/+8
2026-02-27net: ethernet: ti: am65-cpsw-nuss/cpsw-ale: Fix multicast entry handling in A...Chintan Vankar2-6/+5
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-10/+10
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-9/+7
2026-02-11net: ti: icssg-prueth: Add optional dependency on HSRKevin Hao1-0/+1
2026-02-07net: ti: icssg: Remove dedicated workqueue for ndo_set_rx_mode callbackKevin Hao4-19/+5
2026-02-06net: cpsw_new: Fix potential unregister of netdev that has not been registere...Kevin Hao1-2/+1
2026-02-06net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error pathKevin Hao1-7/+5
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+65
2026-02-05net: ti: icssm-prueth: Add support for ICSSM RSTP switchRoger Quadros5-21/+820
2026-02-05net: ti: icssm-prueth: Add switchdev support for icssm_prueth driverRoger Quadros8-3/+744
2026-02-05net: ti: icssm-prueth: Add helper functions to configure and maintain FDBRoger Quadros6-1/+729
2026-02-04net: cpsw: Execute ndo_set_rx_mode callback in a work queueKevin Hao1-6/+35
2026-02-04net: cpsw_new: Execute ndo_set_rx_mode callback in a work queueKevin Hao2-5/+30
2026-01-27net: ethernet: ti: netcp: Use u64_stats_t with u64_stats_sync properlyDavid Yang2-12/+12
2026-01-18net: ethernet: ti: cpsw_ale: Remove obsolete macrosStefan Wiehler1-5/+0
2026-01-08net: ethernet: ti: am65-cpsw: Discard pm_runtime_put() return valueRafael J. Wysocki2-8/+2
2025-12-10net: ti: icssg-prueth: add PTP_1588_CLOCK_OPTIONAL dependencyArnd Bergmann1-1/+2
2025-11-27phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko1-1/+1
2025-11-21devlink: pass extack through to devlink_param::get()Daniel Zahka2-3/+6
2025-11-20net: ti: icssg-prueth: Enable zero copy in XDP featuresMeghana Malladi1-1/+2
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for RXMeghana Malladi3-72/+313
2025-11-20net: ti: icssg-prueth: Make emac_run_xdp function independent of pageMeghana Malladi3-13/+25
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for TXMeghana Malladi3-2/+125
2025-11-20net: ti: icssg-prueth: Add XSK pool helpersMeghana Malladi3-1/+149
2025-11-20net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queuesMeghana Malladi3-62/+127
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+37
2025-11-12net: netcp: ethss: Fix type of first parameter in hwtstamp stubsNathan Chancellor1-2/+2
2025-11-11net: ethernet: ti: am65-cpsw-qos: fix IET verify retry mechanismAksh Garg1-13/+14
2025-11-11net: ethernet: ti: am65-cpsw-qos: fix IET verify/response timeoutAksh Garg1-1/+23
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+12
2025-11-06net: ti: icssg-prueth: Fix fdb hash size configurationMeghana Malladi1-0/+7
2025-11-05net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on...Nishanth Menon1-5/+5
2025-11-05ti: netcp: convert to ndo_hwtstamp callbacksVadim Fedorenko3-32/+103
2025-10-30net: davinci_mdio: use new iterator mdiobus_for_each_phyHeiner Kallweit1-9/+5
2025-10-30net: ethernet: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-7/+0
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-20/+43
2025-10-23net: ti: icssg-prueth: Omit a variable reassignment in prueth_netdev_init()Markus Elfring2-4/+2
2025-10-21net: ethernet: ti: am65-cpts: fix timestamp loss due to race conditionsAksh Garg1-20/+43
2025-10-21ti: icssg: convert to ndo_hwtstamp APIVadim Fedorenko4-35/+26
2025-10-21net: ti: am65-cpsw: move hw timestamping to ndo callbackVadim Fedorenko1-24/+20
2025-09-20net: ti: icssm-prueth: unwind cleanly in probe()Dan Carpenter1-16/+14
2025-09-19net: ti: am65-cpsw: Update hw timestamping filter for PTPv1 RX packetsVishnu Singh2-15/+21
2025-09-14net: ti: icssm-prueth: Adds IEP support for PRUETH on AM33x, AM43x and AM57x ...Parvathi Pudi4-2/+260
2025-09-14net: ti: icssm-prueth: Adds link detection, RX and TX support.Roger Quadros2-2/+706
2025-09-14net: ti: icssm-prueth: Adds PRUETH HW and SW configurationRoger Quadros3-2/+781
2025-09-14net: ti: icssm-prueth: Adds ICSSM Ethernet driverRoger Quadros4-0/+727