summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: lan966x: Correct spelling in commentsSimon Horman2024-04-251-2/+2
* net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui2023-10-231-1/+0
* net: ethernet: microchip: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: lan966x: Do not check 0 for platform_get_irq_byname()Zhu Wang2023-08-041-2/+2
* net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean2023-08-021-11/+14
* net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2023-08-021-26/+33
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+2
* net: lan966x: update PCS driver to use neg_modeRussell King (Oracle)2023-06-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-0/+10
|\
| * lan966x: Fix unloading/loading of the driverHoratiu Vultur2023-05-231-0/+10
* | net: lan966x: Add support for offloading pcp tableHoratiu Vultur2023-05-181-0/+2
|/
* net: lan966x: Fix lan966x_ifh_getHoratiu Vultur2023-04-171-1/+1
* net: lan966x: Stop using packing libraryHoratiu Vultur2023-03-191-24/+50
* net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur2023-03-191-1/+1
* Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2023-02-241-3/+2
|\
| * net: lan966x: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-3/+2
* | net: lan966x: set xdp_features flagLorenzo Bianconi2023-02-131-0/+5
* | net: lan966x: Add VCAP debugFS supportHoratiu Vultur2023-02-031-0/+4
* | net: lan966x: add missing fwnode_handle_put() for ports nodeClément Léger2023-01-131-5/+8
|/
* net: lan966x: Add ptp trap rulesHoratiu Vultur2022-12-061-2/+17
* net: lan966x: add vcap registersHoratiu Vultur2022-11-291-0/+3
* net: lan966x: Add initial VCAPHoratiu Vultur2022-11-291-0/+8
* net: lan966x: Add support for XDP_REDIRECTHoratiu Vultur2022-11-251-0/+1
* net: lan966x: Add support for XDP_TXHoratiu Vultur2022-11-251-2/+2
* net: lan966x: Add basic XDP supportHoratiu Vultur2022-11-111-0/+5
* net: lan966x: Add define IFH_LEN_BYTESHoratiu Vultur2022-11-111-1/+1
* net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur2022-11-011-1/+1
* net: lan966x: Fix the MTU calculationHoratiu Vultur2022-11-011-1/+1
* net: lan966x: Fix return type of lan966x_port_xmitNathan Huckleberry2022-10-031-1/+2
* net: lan966x: Add offload support for taprioHoratiu Vultur2022-09-231-0/+3
* net: lan966x: Add offload support for mqprioHoratiu Vultur2022-09-231-1/+4
* net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur2022-09-231-1/+2
* net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur2022-09-061-0/+1
* net: lan966x: make reset optionalMichael Walle2022-09-021-1/+2
* net: lan966x: Add QUSGMII support for lan966xMaxime Chevallier2022-08-221-0/+2
* net: lan966x: fix checking for return value of platform_get_irq_byname()Li Qiong2022-08-121-4/+4
* net: lan966x: hardcode the number of external portsMichael Walle2022-07-051-6/+2
* net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle2022-05-261-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+28
|\
| * net: lan966x: Fix assignment of the MAC addressHoratiu Vultur2022-05-171-0/+28
* | net: lan966x: remove PHY reset supportMichael Walle2022-04-301-7/+1
* | net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur2022-04-271-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-0/+3
|\|
| * net: lan966x: Make sure to release ptp interruptHoratiu Vultur2022-04-151-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-0/+6
|\|
| * net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur2022-04-111-0/+6
* | net: lan966x: Update FDMA to change MTU.Horatiu Vultur2022-04-111-1/+13
* | net: lan966x: Add FDMA functionalityHoratiu Vultur2022-04-111-3/+31
* | net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur2022-04-111-7/+3
* | net: lan966x: Add registers that are used for FDMA.Horatiu Vultur2022-04-111-0/+1
|/