summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22net: lan966x: Remove ptp traps in case the ptp is not enabled.Horatiu Vultur1-3/+3
2024-05-16net: lan966x: remove debugfs directory in probe() error pathHerve Codina1-2/+4
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-26net: lan966x: Correct spelling in commentsSimon Horman1-2/+2
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-09-20net: ethernet: microchip: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-04net: lan966x: Do not check 0 for platform_get_irq_byname()Zhu Wang1-2/+2
2023-08-03net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean1-11/+14
2023-08-03net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-26/+33
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+2
2023-06-23net: lan966x: update PCS driver to use neg_modeRussell King (Oracle)1-0/+1
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2023-05-23lan966x: Fix unloading/loading of the driverHoratiu Vultur1-0/+10
2023-05-18net: lan966x: Add support for offloading pcp tableHoratiu Vultur1-0/+2
2023-04-17net: lan966x: Fix lan966x_ifh_getHoratiu Vultur1-1/+1
2023-03-19net: lan966x: Stop using packing libraryHoratiu Vultur1-24/+50
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur1-1/+1
2023-02-25Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds1-3/+2
2023-02-14net: lan966x: set xdp_features flagLorenzo Bianconi1-0/+5
2023-02-03net: lan966x: Add VCAP debugFS supportHoratiu Vultur1-0/+4
2023-02-03net: lan966x: Convert to devm_of_phy_optional_get()Geert Uytterhoeven1-3/+2
2023-01-14net: lan966x: add missing fwnode_handle_put() for ports nodeClément Léger1-5/+8
2022-12-06net: lan966x: Add ptp trap rulesHoratiu Vultur1-2/+17
2022-11-29net: lan966x: add vcap registersHoratiu Vultur1-0/+3
2022-11-29net: lan966x: Add initial VCAPHoratiu Vultur1-0/+8
2022-11-25net: lan966x: Add support for XDP_REDIRECTHoratiu Vultur1-0/+1
2022-11-25net: lan966x: Add support for XDP_TXHoratiu Vultur1-2/+2
2022-11-11net: lan966x: Add basic XDP supportHoratiu Vultur1-0/+5
2022-11-11net: lan966x: Add define IFH_LEN_BYTESHoratiu Vultur1-1/+1
2022-11-02net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur1-1/+1
2022-11-02net: lan966x: Fix the MTU calculationHoratiu Vultur1-1/+1
2022-10-04net: lan966x: Fix return type of lan966x_port_xmitNathan Huckleberry1-1/+2
2022-09-23net: lan966x: Add offload support for taprioHoratiu Vultur1-0/+3
2022-09-23net: lan966x: Add offload support for mqprioHoratiu Vultur1-1/+4
2022-09-23net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur1-1/+2
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur1-0/+1
2022-09-02net: lan966x: make reset optionalMichael Walle1-1/+2
2022-08-22net: lan966x: Add QUSGMII support for lan966xMaxime Chevallier1-0/+2
2022-08-12net: lan966x: fix checking for return value of platform_get_irq_byname()Li Qiong1-4/+4
2022-07-06net: lan966x: hardcode the number of external portsMichael Walle1-6/+2
2022-05-27net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle1-2/+7
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+28
2022-05-17net: lan966x: Fix assignment of the MAC addressHoratiu Vultur1-0/+28
2022-04-30net: lan966x: remove PHY reset supportMichael Walle1-7/+1
2022-04-27net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur1-0/+17
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3
2022-04-16net: lan966x: Make sure to release ptp interruptHoratiu Vultur1-0/+3
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+6
2022-04-12net: lan966x: Update FDMA to change MTU.Horatiu Vultur1-1/+13
2022-04-12net: lan966x: Add FDMA functionalityHoratiu Vultur1-3/+31