summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
Commit message (Expand)AuthorAgeFilesLines
...
* net: sparx5: Add support for ptp interruptsHoratiu Vultur2022-03-043-0/+134
* net: sparx5: Update extraction/injection for timestampingHoratiu Vultur2022-03-045-1/+248
* net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur2022-03-043-0/+102
* net: sparx5: Add support for ptp clocksHoratiu Vultur2022-03-044-1/+356
* net: sparx5: Add registers that are used by ptp functionalityHoratiu Vultur2022-03-042-2/+334
* net: sparx5: Move ifh from port to local variableHoratiu Vultur2022-03-043-5/+8
* net: ethernet: Use netif_rx().Sebastian Andrzej Siewior2022-03-042-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-10/+12
|\
| * net: sparx5: Add #include to remove warningCasper Andersson2022-02-281-0/+2
| * net: sparx5: Fix add vlan when invalid operationCasper Andersson2022-02-251-10/+10
* | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-282-6/+2
|\ \
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-092-6/+2
* | | net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-241-5/+7
* | | net: sparx5: Support offloading of bridge port flooding flagsCasper Andersson2022-02-241-1/+20
* | | net: sparx5: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-171-6/+4
* | | net: lan966x: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2022-02-171-12/+0
* | | net: lan966x: Fix when CONFIG_IPV6 is not setHoratiu Vultur2022-02-131-1/+2
* | | net: lan966x: Fix when CONFIG_PTP_1588_CLOCK is compiled as moduleHoratiu Vultur2022-02-131-0/+1
* | | net: lan743x: Add support for Clause-45 MDIO PHY managementRaju Lakkaraju2022-02-132-3/+122
* | | net: lan743x: Add support for SGMII interfaceRaju Lakkaraju2022-02-132-0/+65
* | | net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10Raju Lakkaraju2022-02-132-10/+28
* | | net: lan743x: Add support for 4 Tx queuesRaju Lakkaraju2022-02-133-24/+79
* | | net: lan743x: Add PCI11010 / PCI11414 device IDsRaju Lakkaraju2022-02-132-2/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-1/+1
|\ \ \ | | |/ | |/|
| * | net: sparx5: Fix get_stat64 crash in tcpdumpSteen Hegelund2022-02-031-1/+1
* | | net: sparx5: remove phylink_config.pcs_poll usageRussell King (Oracle)2022-02-051-1/+0
* | | net: lan966x: Update mdb when enabling/disabling mcast_snoopingHoratiu Vultur2022-02-053-0/+51
* | | net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLEDHoratiu Vultur2022-02-054-1/+110
* | | net: lan966x: Update the PGID used by IPV6 data framesHoratiu Vultur2022-02-051-1/+5
* | | net: lan966x: use .mac_select_pcs() interfaceHoratiu Vultur2022-02-032-1/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-1/+1
|\| |
| * | net: sparx5: do not refer to skb after passing it onSteen Hegelund2022-02-021-1/+1
| |/
* | net: lan966x: Implement get_ts_infoHoratiu Vultur2022-02-011-0/+34
* | net: lan966x: Add support for ptp interruptsHoratiu Vultur2022-02-013-0/+130
* | net: lan966x: Update extraction/injection for timestampingHoratiu Vultur2022-02-013-5/+207
* | net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur2022-02-013-0/+100
* | net: lan966x: Add support for ptp clocksHoratiu Vultur2022-02-014-1/+317
* | net: lan966x: Add registers that are use for ptp functionalityHoratiu Vultur2022-02-012-0/+104
* | net: sparx5: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-282-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-272-8/+9
|\|
| * net: lan966x: Fix sleep in atomic context when updating MAC tableHoratiu Vultur2022-01-261-5/+6
| * net: lan966x: Fix sleep in atomic context when injecting framesHoratiu Vultur2022-01-261-3/+3
* | net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang2022-01-241-1/+1
|/
* lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-14/+8
* net: lan966x: Extend switchdev with mdb supportHoratiu Vultur2022-01-056-2/+536
* net: lan966x: Add PGID_GP_START and PGID_GP_ENDHoratiu Vultur2022-01-051-2/+6
* net: lan966x: Add function lan966x_mac_ip_learn()Horatiu Vultur2022-01-053-5/+42
* net: lan966x: Fix the vlan used by host portsHoratiu Vultur2021-12-271-3/+3
* net: lan966x: Add support for multiple bridge flagsHoratiu Vultur2021-12-234-2/+82
* net: lan966x: Extend switchdev with fdb supportHoratiu Vultur2021-12-206-3/+298