summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-12net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur1-7/+3
2022-04-12net: lan966x: Add registers that are used for FDMA.Horatiu Vultur1-0/+1
2022-04-12net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur1-0/+6
2022-03-29net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle1-0/+3
2022-03-11net: lan966x: Improve the CPU TX bitrate.Horatiu Vultur1-0/+3
2022-03-09net: lan966x: Add spinlock for frame transmission from CPU.Horatiu Vultur1-1/+8
2022-03-08net: lan966x: allow offloading timestamp operations to the PHYHoratiu Vultur1-1/+3
2022-03-04net: ethernet: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-02-13net: lan966x: Fix when CONFIG_IPV6 is not setHoratiu Vultur1-1/+2
2022-02-05net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLEDHoratiu Vultur1-1/+34
2022-02-05net: lan966x: Update the PGID used by IPV6 data framesHoratiu Vultur1-1/+5
2022-02-04net: lan966x: use .mac_select_pcs() interfaceHoratiu Vultur1-1/+0
2022-02-01net: lan966x: Add support for ptp interruptsHoratiu Vultur1-0/+11
2022-02-01net: lan966x: Update extraction/injection for timestampingHoratiu Vultur1-5/+46
2022-02-01net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur1-0/+18
2022-02-01net: lan966x: Add support for ptp clocksHoratiu Vultur1-0/+8
2022-02-01net: lan966x: Add registers that are use for ptp functionalityHoratiu Vultur1-0/+1
2022-01-26net: lan966x: Fix sleep in atomic context when injecting framesHoratiu Vultur1-3/+3
2022-01-05net: lan966x: Extend switchdev with mdb supportHoratiu Vultur1-0/+2
2021-12-27net: lan966x: Fix the vlan used by host portsHoratiu Vultur1-3/+3
2021-12-23net: lan966x: Add support for multiple bridge flagsHoratiu Vultur1-0/+7