summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x
AgeCommit message (Expand)Author
2022-08-22net: lan966x: Flush fdb workqueue when port is leaving a bridge.Horatiu Vultur
2022-08-22net: lan966x: Split lan966x_fdb_event_workHoratiu Vultur
2022-08-22net: lan966x: Add registers used to configure lag interfacesHoratiu Vultur
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-18net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur
2022-07-18net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur
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-05-12net: lan966x: Fix use of pointer after being freedHoratiu Vultur
2022-04-30net: lan966x: remove PHY reset supportMichael Walle
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-27net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur
2022-04-27net: lan966x: Add support for PTP_PF_PEROUTHoratiu Vultur
2022-04-27net: lan966x: Add registers used to configure the PTP pinHoratiu Vultur
2022-04-27net: lan966x: Change the PTP pin used to read/write the PHC.Horatiu Vultur
2022-04-25net: lan966x: fix a couple off by one bugsDan Carpenter
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: Stop processing the MAC entry is port is wrong.Horatiu Vultur
2022-04-11net: lan966x: Fix when a port's upper is changed.Horatiu Vultur
2022-04-11net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur
2022-04-11net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu 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-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean
2022-02-17net: lan966x: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean
2022-02-13net: lan966x: Fix when CONFIG_IPV6 is not setHoratiu Vultur
2022-02-13net: lan966x: Fix when CONFIG_PTP_1588_CLOCK is compiled as moduleHoratiu Vultur
2022-02-05net: lan966x: Update mdb when enabling/disabling mcast_snoopingHoratiu 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: Implement get_ts_infoHoratiu Vultur
2022-02-01net: lan966x: Add support for ptp interruptsHoratiu Vultur
2022-02-01net: lan966x: Update extraction/injection for timestampingHoratiu Vultur
2022-02-01net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur