aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* e6000sw: Fix locking in miibus_{read,write}reg implementationsMark Johnston2023-11-061-12/+19
* e6000sw: support building without FDTLuiz Otavio O Souza2023-08-211-2/+101
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1644-88/+0
* arswitch(4): Remove support for AR{7240,9340} found in MIPS SoCs onlyMarius Strobl2023-08-098-541/+1
* etherswitch/arswitch: correct version detectionMichael Zhilin2023-08-081-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1262-62/+62
* etherswitch: Fix leftovers from IfAPI conversionJustin Hibbits2023-02-146-14/+14
* etherswitch: Clean up whitespace after IfAPI conversionJustin Hibbits2023-01-319-23/+23
* Mechanically convert etherswitch drivers to IfAPIJustin Hibbits2023-01-2418-141/+141
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* etherswitch(4): Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* e6000sw: fix incorrect lockingKristof Provost2022-08-191-9/+0
* e6000sw: add readphy and writephy wrappersAlbert Jakiela2022-07-071-16/+37
* e6000sw: Fix direct register write logicKornel Dulęba2022-07-041-1/+1
* etherswitch drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0912-28/+13
* Remove unused miiproxy_devclass.John Baldwin2022-05-092-2/+0
* Remove unused etherswitch_devclass.John Baldwin2022-05-0913-19/+11
* Remove unused mdio_devclass.John Baldwin2022-05-068-8/+8
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-0612-13/+12
* arswitch: Remove unused variable.John Baldwin2022-04-121-3/+0
* etherswitch: Remove unused variable.John Baldwin2022-04-091-3/+1
* e6000sw_set_atustat: eliminate write only ret variableWarner Losh2022-04-051-2/+1
* etherswitch(4): Fix a few common typos in source code commentsGordon Bergling2022-04-021-4/+4
* ar40xx_switch: add initial switch for the IPQ4018/IPQ4019.Adrian Chadd2022-02-0422-0/+4044
* felix: Add support for PHY interruptsKornel Duleba2021-11-241-1/+8
* etherswitch/felix: remove unused functionBjoern A. Zeeb2021-11-091-13/+0
* felix: Add a sysctl to control timer routine frequencyKornel Duleba2021-10-292-1/+39
* felix: Use internal MDIO regs for PHY communicationKornel Duleba2021-10-293-41/+33
* e6000sw: Build the driver as a kernel moduleHubert Mazur2021-09-131-46/+29
* e6000sw: Use taskqueue subsytem for MDIO pollingHubert Mazur2021-09-131-27/+38
* enetc_mdio: Support building the driver as a loadable module.Kornel Duleba2021-08-031-0/+2
* Introduce driver for Freescale Felix switchMarcin Wojtas2021-08-033-0/+1201
* etherswitch: Add a new striptagingress port flagKornel Duleba2021-08-031-9/+10
* [etherswitch] bump register width to 32 bits.Adrian Chadd2020-05-081-1/+1
* remove extraneous double ;s in sys/Ed Maste2020-03-301-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-2/+4
* Fix panic when running etherswitchcfg port command.Ganbold Tsagaankhuu2019-12-251-1/+2
* Add support for the Marvell 88E6190 11 ports switch.Luiz Otavio O Souza2019-07-012-48/+186
* Add the 802.1q support for the Marvell e6000 series of ethernet switches.Luiz Otavio O Souza2019-06-282-310/+595
* Add the 'drop tagged' flag support for ethernet switch ports.Luiz Otavio O Souza2019-06-281-1/+3
* Do not overwrite the RGMII bits in the CPU port register of Switch.Luiz Otavio O Souza2019-06-062-2/+5
* Update mvneta/e6000sw for new DSA Device Tree BindingsMarcin Wojtas2019-03-231-36/+79
* Improve detection of addressing mode in e6000swMarcin Wojtas2018-04-101-1/+3
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-2/+2
* [arswitch] Implement the switch MAC address fetch API.Adrian Chadd2018-02-063-0/+65
* [etherswitch] add initial support for potentially configuring and fetching th...Adrian Chadd2018-02-061-0/+2