summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x
Commit message (Expand)AuthorAgeFilesLines
* net: lan966x: hardcode the number of external portsMichael Walle2022-07-052-6/+3
* net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle2022-05-261-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+28
|\
| * net: lan966x: Fix assignment of the MAC addressHoratiu Vultur2022-05-171-0/+28
* | net: lan966x: Fix use of pointer after being freedHoratiu Vultur2022-05-121-2/+2
* | net: lan966x: remove PHY reset supportMichael Walle2022-04-301-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-2/+2
|\|
| * net: lan966x: fix a couple off by one bugsDan Carpenter2022-04-251-2/+2
* | net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur2022-04-273-1/+127
* | net: lan966x: Add support for PTP_PF_PEROUTHoratiu Vultur2022-04-272-0/+169
* | net: lan966x: Add registers used to configure the PTP pinHoratiu Vultur2022-04-271-0/+40
* | net: lan966x: Change the PTP pin used to read/write the PHC.Horatiu Vultur2022-04-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-0/+3
|\|
| * net: lan966x: Make sure to release ptp interruptHoratiu Vultur2022-04-151-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-154-8/+15
|\|
| * net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur2022-04-111-2/+4
| * net: lan966x: Fix when a port's upper is changed.Horatiu Vultur2022-04-111-2/+1
| * net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur2022-04-111-0/+6
| * net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu Vultur2022-04-111-4/+4
* | net: lan966x: Update FDMA to change MTU.Horatiu Vultur2022-04-113-1/+148
* | net: lan966x: Add FDMA functionalityHoratiu Vultur2022-04-115-4/+851
* | net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur2022-04-112-7/+11
* | net: lan966x: Add registers that are used for FDMA.Horatiu Vultur2022-04-112-0/+107
|/
* net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle2022-03-291-0/+3
* net: lan966x: Improve the CPU TX bitrate.Horatiu Vultur2022-03-111-0/+3
* net: lan966x: Add spinlock for frame transmission from CPU.Horatiu Vultur2022-03-092-1/+10
* net: lan966x: allow offloading timestamp operations to the PHYHoratiu Vultur2022-03-081-1/+3
* net: ethernet: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
* net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-241-5/+7
* 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: 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
* 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: 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: 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