- Nov 18, 2022
-
-
Adam Wujek authored
And fix two typos in the script itself Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Before the fix in some rare cases, radiusvlan could report a receive of frames from another interface. This could lead to a wrong authentication of a device connected to a port. The problem is caused by a behaviour that if a socket is created it listens on all interfaces until the bind function is called. It might happen that later calls of recvfrom function will handle frames received from other interfaces. To prevent that, radiusvlan flushes all frames received before socket is bound to an interface. The lost of frames is meaningless since all frames that radiusvlan listens for are sent periodically. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Print exact command which is or would be run to change VLAN configuration. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
In dry run mode no changes to the VLAN configuration are applied. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 12, 2022
-
-
Adam Wujek authored
Remove superfluous spaces when generating Kconfig_port_timing.in by gen_kconfig_port_timing.sh Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 11, 2022
-
-
Adam Wujek authored
fix script generating Kconfig_port_timing.in to include change from commit: Kconfig: allow configuration of externalPortConfigurationEnabled in all timing modes Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Nov 10, 2021
-
-
Adam Wujek authored
Disabling of SFP's TX is possible only via HAL. Disabling it I2C directly is a risky, it can corrupt SFP's EEPROM if HAL is running. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Nov 01, 2021
-
-
Benoit Rat authored
The SDBfs library has been re-licensed as LGPL v2.1 in order to allow it to be linked to proprietary software. The permission to re-license those files has been approved by CERN in 2018 and then in 2021 (and also by its main author).
-
- Sep 24, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Sep 23, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
After reset of the CPU (ARM) GPIO pins are set as input. During configuration they were set to 0, which had a meaning to the i2c transfer if the last transfer before reset was not completed (e.g. by the switch restart). Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
The I2C transfer can be interrupted by a restart of a switch. An I2C slave is not aware about an ARM restart so it expect the continuation of the transfer. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 06, 2021
-
-
Adam Wujek authored
To reduce the CPU load the data from one SFP is read every 300ms. In the worst case all monitoring data is updated every 5.4s. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This commit reduces the size of periodic read for each SFP from 256B to 16B. Since the I2C transfer are bit-banged, this commit reduces CPU utilization if monitoring of SFPs is used (CONFIG_READ_SFP_DIAG_ENABLE). Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 05, 2021
-
-
Adam Wujek authored
To be reported by SNMP as SNMPv2-MIB::sysContact.0 and SNMPv2-MIB::sysLocation.0 Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This commit requires uplift of ppsi Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jul 05, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This version already includes lldpd support sending LLDP frames over VLAN and other patches since 1.0.5 Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Before it was printed as signed Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jun 30, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Jun 25, 2021
-
-
Adam Wujek authored
May be useful to find offsets of structures that are not printed. Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- May 31, 2021
-
-
Adam Wujek authored
Fixes after ppsi update for WRPC. Should not affect WRS Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Mar 05, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Feb 05, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jan 14, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-