[etherswitch] check if_alloc returns NULLThis patch is cosmetic. It checks if allocation of ifnet structure failed.It's better to have this check rather than assume positive scenario.Submitted b
[etherswitch] check if_alloc returns NULLThis patch is cosmetic. It checks if allocation of ifnet structure failed.It's better to have this check rather than assume positive scenario.Submitted by: Dmitry Luhtionov <[email protected]>Reported by: Dmitry Luhtionov <[email protected]>
show more ...
[infineon] [etherswitch] no hardcode tagging port setting at amd6996fcTagging port can set by etherswitchcfg command.Tested:* on Netgear_WGR614Cv7Submitted by: Hiroki Mori <[email protected]
[infineon] [etherswitch] no hardcode tagging port setting at amd6996fcTagging port can set by etherswitchcfg command.Tested:* on Netgear_WGR614Cv7Submitted by: Hiroki Mori <[email protected]>Reviewed by: mizhka
[etherswitch] add infineon adm6996fc support on etherswitchThis is Infineon ADM6996FC/M/MX driver code on etherswitch framework.Support PORT and DOT1Q VLAN.This code suppose ADM6996FC SDC/SDIO co
[etherswitch] add infineon adm6996fc support on etherswitchThis is Infineon ADM6996FC/M/MX driver code on etherswitch framework.Support PORT and DOT1Q VLAN.This code suppose ADM6996FC SDC/SDIO connect to SOC network interfaceMDC/MDIO.This code tested on Netgear WGR614Cv7.Submitted by: Hiroki Mori <[email protected]>Reviewed by: adrian, mizhkaApproved by: adrian(mentor)Differential Revision: https://reviews.freebsd.org/D8495