summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3
2022-04-16net: lan966x: Make sure to release ptp interruptHoratiu Vultur1-0/+3
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+6
2022-04-12net: lan966x: Update FDMA to change MTU.Horatiu Vultur1-1/+13
2022-04-12net: lan966x: Add FDMA functionalityHoratiu Vultur1-3/+31
2022-04-12net: lan966x: Expose functions that are needed by FDMAHoratiu Vultur1-7/+3
2022-04-12net: lan966x: Add registers that are used for FDMA.Horatiu Vultur1-0/+1
2022-04-12net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur1-0/+6
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 Vultur1-1/+8
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-13net: lan966x: Fix when CONFIG_IPV6 is not setHoratiu Vultur1-1/+2
2022-02-05net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLEDHoratiu Vultur1-1/+34
2022-02-05net: lan966x: Update the PGID used by IPV6 data framesHoratiu Vultur1-1/+5
2022-02-04net: lan966x: use .mac_select_pcs() interfaceHoratiu Vultur1-1/+0
2022-02-01net: lan966x: Add support for ptp interruptsHoratiu Vultur1-0/+11
2022-02-01net: lan966x: Update extraction/injection for timestampingHoratiu Vultur1-5/+46
2022-02-01net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur1-0/+18
2022-02-01net: lan966x: Add support for ptp clocksHoratiu Vultur1-0/+8
2022-02-01net: lan966x: Add registers that are use for ptp functionalityHoratiu Vultur1-0/+1
2022-01-26net: lan966x: Fix sleep in atomic context when injecting framesHoratiu Vultur1-3/+3
2022-01-05net: lan966x: Extend switchdev with mdb supportHoratiu Vultur1-0/+2
2021-12-27net: lan966x: Fix the vlan used by host portsHoratiu Vultur1-3/+3
2021-12-23net: lan966x: Add support for multiple bridge flagsHoratiu Vultur1-0/+7
2021-12-20net: lan966x: Extend switchdev with fdb supportHoratiu Vultur1-0/+5
2021-12-20net: lan966x: Add vlan support.Horatiu Vultur1-3/+17
2021-12-20net: lan966x: Add support to offload the forwarding.Horatiu Vultur1-1/+34
2021-12-20net: lan966x: Remove .ndo_change_rx_flagsHoratiu Vultur1-23/+0
2021-12-20net: lan966x: add support for interrupts from analyzerHoratiu Vultur1-0/+23
2021-12-03net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter1-2/+2
2021-12-02net: lan966x: Fix duplicate check in frame extractionHoratiu Vultur1-5/+0
2021-11-29net: lan966x: add ethtool configuration and statisticsHoratiu Vultur1-0/+11
2021-11-29net: lan966x: add mactable supportHoratiu Vultur1-0/+74
2021-11-29net: lan966x: add port module supportHoratiu Vultur1-4/+508
2021-11-29net: lan966x: add the basic lan966x driverHoratiu Vultur1-0/+357