summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_main.c
AgeCommit message (Expand)Author
2023-05-23lan966x: Fix unloading/loading of the driverHoratiu Vultur
2023-04-17net: lan966x: Fix lan966x_ifh_getHoratiu Vultur
2023-03-19net: lan966x: Stop using packing libraryHoratiu Vultur
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur
2023-02-24Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds
2023-02-13net: lan966x: set xdp_features flagLorenzo Bianconi
2023-02-03net: lan966x: Add VCAP debugFS supportHoratiu Vultur
2023-02-03net: lan966x: Convert to devm_of_phy_optional_get()Geert Uytterhoeven
2023-01-13net: lan966x: add missing fwnode_handle_put() for ports nodeClément Léger
2022-12-06net: lan966x: Add ptp trap rulesHoratiu Vultur
2022-11-29net: lan966x: add vcap registersHoratiu Vultur
2022-11-29net: lan966x: Add initial VCAPHoratiu Vultur
2022-11-25net: lan966x: Add support for XDP_REDIRECTHoratiu Vultur
2022-11-25net: lan966x: Add support for XDP_TXHoratiu Vultur
2022-11-11net: lan966x: Add basic XDP supportHoratiu Vultur
2022-11-11net: lan966x: Add define IFH_LEN_BYTESHoratiu Vultur
2022-11-01net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur
2022-11-01net: lan966x: Fix the MTU calculationHoratiu Vultur
2022-10-03net: lan966x: Fix return type of lan966x_port_xmitNathan Huckleberry
2022-09-23net: lan966x: Add offload support for taprioHoratiu Vultur
2022-09-23net: lan966x: Add offload support for mqprioHoratiu Vultur
2022-09-23net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur
2022-09-02net: lan966x: make reset optionalMichael Walle
2022-08-22net: lan966x: Add QUSGMII support for lan966xMaxime Chevallier
2022-08-12net: lan966x: fix checking for return value of platform_get_irq_byname()Li Qiong
2022-07-05net: lan966x: hardcode the number of external portsMichael Walle
2022-05-26net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-17net: lan966x: Fix assignment of the MAC addressHoratiu Vultur
2022-04-30net: lan966x: remove PHY reset supportMichael Walle
2022-04-27net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-15net: lan966x: Make sure to release ptp interruptHoratiu Vultur
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-11net: lan966x: Update FDMA to change MTU.Horatiu Vultur
2022-04-11net: lan966x: Add FDMA functionalityHoratiu Vultur
2022-04-11net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur
2022-04-11net: lan966x: Add registers that are used for FDMA.Horatiu Vultur
2022-04-11net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur
2022-03-29net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle
2022-03-11net: lan966x: Improve the CPU TX bitrate.Horatiu Vultur
2022-03-09net: lan966x: Add spinlock for frame transmission from CPU.Horatiu Vultur
2022-03-08net: lan966x: allow offloading timestamp operations to the PHYHoratiu Vultur
2022-03-04net: ethernet: Use netif_rx().Sebastian Andrzej Siewior
2022-02-13net: lan966x: Fix when CONFIG_IPV6 is not setHoratiu Vultur
2022-02-05net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLEDHoratiu Vultur
2022-02-05net: lan966x: Update the PGID used by IPV6 data framesHoratiu Vultur
2022-02-03net: lan966x: use .mac_select_pcs() interfaceHoratiu Vultur
2022-02-01net: lan966x: Add support for ptp interruptsHoratiu Vultur