aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-15net: lan966x: Make sure to release ptp interruptHoratiu Vultur1-0/+3
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-8/+15
2022-04-11net: lan966x: Update FDMA to change MTU.Horatiu Vultur3-1/+148
2022-04-11net: lan966x: Add FDMA functionalityHoratiu Vultur5-4/+851
2022-04-11net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur2-7/+11
2022-04-11net: lan966x: Add registers that are used for FDMA.Horatiu Vultur2-0/+107
2022-04-11net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur1-2/+4
2022-04-11net: lan966x: Fix when a port's upper is changed.Horatiu Vultur1-2/+1
2022-04-11net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur1-0/+6
2022-04-11net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu Vultur1-4/+4
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 Vultur2-1/+10
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-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean1-5/+7
2022-02-17net: lan966x: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean1-12/+0
2022-02-13net: lan966x: Fix when CONFIG_IPV6 is not setHoratiu Vultur1-1/+2
2022-02-13net: lan966x: Fix when CONFIG_PTP_1588_CLOCK is compiled as moduleHoratiu Vultur1-0/+1
2022-02-05net: lan966x: Update mdb when enabling/disabling mcast_snoopingHoratiu Vultur3-0/+51
2022-02-05net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLEDHoratiu Vultur4-1/+110
2022-02-05net: lan966x: Update the PGID used by IPV6 data framesHoratiu Vultur1-1/+5
2022-02-03net: lan966x: use .mac_select_pcs() interfaceHoratiu Vultur2-1/+9
2022-02-01net: lan966x: Implement get_ts_infoHoratiu Vultur1-0/+34
2022-02-01net: lan966x: Add support for ptp interruptsHoratiu Vultur3-0/+130
2022-02-01net: lan966x: Update extraction/injection for timestampingHoratiu Vultur3-5/+207
2022-02-01net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur3-0/+100
2022-02-01net: lan966x: Add support for ptp clocksHoratiu Vultur4-1/+317
2022-02-01net: lan966x: Add registers that are use for ptp functionalityHoratiu Vultur2-0/+104
2022-01-26net: lan966x: Fix sleep in atomic context when updating MAC tableHoratiu Vultur1-5/+6
2022-01-26net: lan966x: Fix sleep in atomic context when injecting framesHoratiu Vultur1-3/+3
2022-01-05net: lan966x: Extend switchdev with mdb supportHoratiu Vultur6-2/+536
2022-01-05net: lan966x: Add PGID_GP_START and PGID_GP_ENDHoratiu Vultur1-2/+6
2022-01-05net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur3-5/+42
2021-12-27net: lan966x: Fix the vlan used by host portsHoratiu Vultur1-3/+3
2021-12-23net: lan966x: Add support for multiple bridge flagsHoratiu Vultur4-2/+82
2021-12-20net: lan966x: Extend switchdev with fdb supportHoratiu Vultur6-3/+298
2021-12-20net: lan966x: Extend switchdev bridge flagsHoratiu Vultur1-0/+39
2021-12-20net: lan966x: Add vlan support.Horatiu Vultur5-6/+448
2021-12-20net: lan966x: Add support to offload the forwarding.Horatiu Vultur5-2/+354
2021-12-20net: lan966x: Remove .ndo_change_rx_flagsHoratiu Vultur1-23/+0
2021-12-20net: lan966x: More MAC table functionalityHoratiu Vultur2-0/+114
2021-12-20net: lan966x: add support for interrupts from analyzerHoratiu Vultur3-0/+266
2021-12-20net: lan966x: Add registers that are used for switch and vlan functionalityHoratiu Vultur1-0/+129
2021-12-13net: lan966x: Fix the configuration of the pcsHoratiu Vultur1-6/+0
2021-12-03net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter1-2/+2
2021-12-02net: lan966x: Fix builds for lan966x driverHoratiu Vultur1-0/+1
2021-12-02net: lan966x: Fix duplicate check in frame extractionHoratiu Vultur1-5/+0
2021-11-29net: lan966x: add ethtool configuration and statisticsHoratiu Vultur4-1/+714
2021-11-29net: lan966x: add mactable supportHoratiu Vultur4-1/+208