summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorFilesLines
2022-03-04net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur3-0/+102
2022-03-04net: sparx5: Add support for ptp clocksHoratiu Vultur4-1/+356
2022-03-04net: sparx5: Add registers that are used by ptp functionalityHoratiu Vultur2-2/+334
2022-03-04net: sparx5: Move ifh from port to local variableHoratiu Vultur3-5/+8
2022-03-04net: ethernet: Use netif_rx().Sebastian Andrzej Siewior2-2/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+12
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2-6/+2
2022-02-28net: sparx5: Add #include to remove warningCasper Andersson1-0/+2
2022-02-25net: sparx5: Fix add vlan when invalid operationCasper Andersson1-10/+10
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean1-5/+7
2022-02-24net: sparx5: Support offloading of bridge port flooding flagsCasper Andersson1-1/+20
2022-02-17net: sparx5: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean1-6/+4
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-13net: lan743x: Add support for Clause-45 MDIO PHY managementRaju Lakkaraju2-3/+122
2022-02-13net: lan743x: Add support for SGMII interfaceRaju Lakkaraju2-0/+65
2022-02-13net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10Raju Lakkaraju2-10/+28
2022-02-13net: lan743x: Add support for 4 Tx queuesRaju Lakkaraju3-24/+79
2022-02-13net: lan743x: Add PCI11010 / PCI11414 device IDsRaju Lakkaraju2-2/+11
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König2-6/+2
2022-02-05net: sparx5: remove phylink_config.pcs_poll usageRussell King (Oracle)1-1/+0
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-03net: sparx5: Fix get_stat64 crash in tcpdumpSteen Hegelund1-1/+1
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-02net: sparx5: do not refer to skb after passing it onSteen Hegelund1-1/+1
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-28net: sparx5: use .mac_select_pcs() interfaceRussell King (Oracle)2-1/+10
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+9
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-24net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang1-1/+1
2022-01-09lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+8
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