- Jan 27, 2017
-
-
Adam Wujek authored
This commit is required to uplift a wr-switch kernel version Since the kernel commit 850a545bd net: validate HWTSTAMP ioctl parameters Follows: v3.1-rc9 Precedes: v3.2-rc1 SIOCSHWTSTAMP ioctl check whether field "flags" of struct hwtstamp_config is empty, otherwise ioctl returns -EINVAL Simillar commit exists for ppsi: 8d12b26d time-wrs: clear struct hwtstamp_config before SIOCSHWTSTAMP ioctl Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jan 17, 2017
-
-
Adam Wujek authored
Use "xterm" as a terminal type instead of default "xterm-256color" used by gnome-terminal. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add a possibility to use libmusl instead of ulibc Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jan 12, 2017
-
-
Adam Wujek authored
Due to the fixed bug, at91bootstrap didn't work when compiled with the gcc (4.9.3) from the buildroot 2016.02. Patch 0011-lib-fix-warning-in-diag-printf.c.patch removes warning during compilation. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 15, 2016
-
-
Grzegorz Daniluk authored
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
wrs_shm_get have to close file descriptors when it fails to open shmem. Otherwise program which tries to open shmem will keep opening file descriptors. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 14, 2016
-
-
Grzegorz Daniluk authored
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Until now configuration items like WRS_LOG_HAL could change only loglevel of syslog messages, not the verbosity of the program. Please note that all messages produced by programs if syslog is configured will be passed to the syslog at the same <facility>.<level> Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
-
Adam Wujek authored
Fixed by uplift of a kernel from 3.16.37 to 3.16.38. Even it is a local privilege escalation bug, which does not impact us, it is worth to have it fixed. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
- Dec 13, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
To error when VLANs configuration does not match in master and slave. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--Error when parameters are passed in a form like "1a" (digit followed by a not digit) --For access mode, error when VID is not set. --Error when parameters in dot-config are "", if are completely empty, then libwr will error. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Use VLANS_PORTXX_VID instead of VLANS_PORTXX_VID and VLANS_PORTXX_VID_PTP Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
When wrs_vlans is parsing dot-config and VLAN0 is not configured then add VLAN0's port mask based on port VLAN modes. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
When parsing dot-config, set "untag none" for all ports that are not in ACCESS mode. Fix warnings in wrs_vlans Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Fix the commit: e5136083 Kconfig: move ppsi VLANs configuration to VLANs section Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 07, 2016
-
-
- Dec 06, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Meanwhile, make the mac address static to same some space/time. But we really need a table for the mac address presets Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Adam Wujek authored
Substitude all occurrences of upper case strings like HOSTNAME, IPADDR and MACADDR with the corresponding value. Before only first occurrence of each was substituted Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 05, 2016
-
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Adam Wujek authored
In few places drop parameter of VLANs in dot-config was descibed that can take different set of parameters, while the only accepted was y or n. Now it can be y, yes, 1, n, no, 0. However, the tool (wrs_vlans) can use only 1 or 0 for "drop" parameter. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Webinterface does not support saving changes of VLAN configuration to a dot-config. Warn user about it. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Move ppsi VLAN configuration from PORTXX_PARAMS(ppsi_vlans) to VLANS_PORTXX_VID_PTP Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-