summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-03-266-44/+28
|\
| * net: ethernet: Drop unused of_gpio.hPeng Fan2025-03-241-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-02-273-32/+80
| |\
| * | net: freescale: ucc_geth: make ugeth_mac_ops be static constPei Xiao2025-02-181-1/+1
| * | net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)2025-02-141-1/+0
| * | net: freescale: ucc_geth: remove unused PHY_INIT_TIMEOUT and PHY_CHANGE_TIMEHeiner Kallweit2025-02-111-2/+0
| * | net: fec: Refactor MAC reset to functionCsókás, Bence2025-02-111-27/+25
| * | net: gianfar: simplify init_phy()Heiner Kallweit2025-02-071-12/+2
* | | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-03-251-2/+2
|\ \ \ | |_|/ |/| |
| * | net: fec: Switch to use hrtimer_setup()Nam Cao2025-02-181-2/+2
| |/
* | net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()Wei Fang2025-02-251-8/+7
* | net: enetc: remove the mm_lock from the ENETC v4 driverWei Fang2025-02-251-1/+0
* | net: enetc: add missing enetc4_link_deinit()Wei Fang2025-02-251-0/+1
* | net: enetc: update UDP checksum when updating originTimestamp fieldWei Fang2025-02-251-7/+34
* | net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang2025-02-252-2/+8
* | net: enetc: correct the xdp_tx statisticsWei Fang2025-02-251-1/+1
* | net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()Wei Fang2025-02-251-6/+10
* | net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()Wei Fang2025-02-251-7/+19
|/
* net: fec: implement TSO descriptor cleanupDheeraj Reddy Jonnalagadda2025-01-231-1/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-161-5/+14
|\
| * net: fec: handle page_pool_dev_alloc_pages errorKevin Groeneveld2025-01-141-5/+14
* | net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)2025-01-151-1/+1
* | net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)2025-01-151-1/+1
* | net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet2025-01-071-1/+1
* | net: enetc: add UDP segmentation offload supportWei Fang2024-12-232-4/+8
* | net: enetc: add LSO support for i.MX95 ENETC PFWei Fang2024-12-235-10/+310
* | net: enetc: update max chained Tx BD number for i.MX95 ENETCWei Fang2024-12-234-6/+22
* | net: enetc: add Tx checksum offload for i.MX95 ENETCWei Fang2024-12-234-10/+63
* | xdp: get rid of xdp_frame::mem.idAlexander Lobakin2024-12-121-1/+1
* | net: fec: use phydev->eee_cfg.tx_lpi_timerRussell King (Oracle)2024-12-112-12/+6
* | rtnetlink: add ndo_fdb_dump_contextEric Dumazet2024-12-101-1/+2
* | net: simplify resource acquisition + ioremapRosen Penev2024-12-061-28/+7
* | net: freescale: ucc_geth: phylink conversionMaxime Chevallier2024-12-064-325/+209
* | net: freescale: ucc_geth: Introduce a helper to check Reduced modesMaxime Chevallier2024-12-061-9/+9
* | net: freescale: ucc_geth: Move the serdes configuration aroundMaxime Chevallier2024-12-061-47/+46
* | net: freescale: ucc_geth: Hardcode the preamble length to 7 bytesMaxime Chevallier2024-12-062-23/+2
* | net: freescale: ucc_geth: Simplify frame length checkMaxime Chevallier2024-12-062-19/+3
* | net: freescale: ucc_geth: Use the correct type to store WoL optsMaxime Chevallier2024-12-061-1/+1
* | net: freescale: ucc_geth: Fix WOL configurationMaxime Chevallier2024-12-063-9/+32
* | net: freescale: ucc_geth: Use netdev->phydev to access the PHYMaxime Chevallier2024-12-063-25/+20
* | net: freescale: ucc_geth: split adjust_link for phylink conversionMaxime Chevallier2024-12-061-87/+93
* | net: freescale: ucc_geth: Drop support for the "interface" DT propertyMaxime Chevallier2024-12-061-51/+12
|/
* net: enetc: Do not configure preemptible TCs if SIs do not supportWei Fang2024-11-291-0/+3
* net: enetc: read TSN capabilities from port register, not SIVladimir Oltean2024-11-293-12/+22
* net: enetc: clean up before returning in probe()Dan Carpenter2024-11-141-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-073-12/+20
|\
| * net: enetc: allocate vf_state during PF probesWei Fang2024-11-031-9/+9
| * net: dpaa_eth: print FD status in CPU endianness in dpaa_eth_fd tracepointVladimir Oltean2024-10-311-1/+1
| * net: enetc: set MAC address to the VF net_deviceWei Fang2024-10-311-1/+8
* | net: ucc_geth: fix usage with NVMEM MAC addressRosen Penev2024-11-061-1/+3