mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
No description
-------------------------------------------------------------------------------
* 4806a53 fix errors reported by cppcheck
* f77f333 Merge branch 'bridge_port_no' into devel
|\
| * 677bd87 use the bridge and bridge_port structures to find where the clients are connected
| * a3af3da add _get functions for bridge and bridge_port
| * 28a5d50 load the bridges information on startup
| * 82cae47 release the mutex for the bridges
| * 9eab326 fix the bridge_port cleanup
| * ad66e16 fix the code for the lists
| * 55eb4c6 make the code compile
| * 0f2d19e fixed some bugs
| * eafd6e3 debug print
| * 64c8d51 trigger the bridges_load
| * d5d5f41 fix errors reported by checkpatch.pl
| * 108129e bridge_port functions
| * 99e0bd6 more work on the bridge
| * 2cb1cb0 working on bridge ports etc.
|/
* 2270bc8 fix ws error
* 08e8d5e use only one curly bracket in #if so the editors don't get confused
* 542b049 remove redundant variable
-------------------------------------------------------------------------------
commit 4806a53412b7368dd9b46c2c0ae3f4601dad6493
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 18:39:23 +0200
fix errors reported by cppcheck
Base directory -> /
broadcom.c | 4 ++--
dropbear.c | 10 +++++-----
dumper.c | 2 +-
port.c | 12 +++++++-----
wps.c | 4 ++--
5 files changed, 17 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit f77f333032cf23c1ead28b8efb497cac04f6d060
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 18:23:34 +0200
Merge branch 'bridge_port_no' into devel
Base directory -> /
network.c | 18 ++---
port.c | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
port.h | 42 +++++++++++
questd.c | 1 +
4 files changed, 302 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 677bd87f53d4016fa6539f524e01abff8da1a7da
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 17:37:21 +0200
use the bridge and bridge_port structures to find where the clients are
connected
Base directory -> /
network.c | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit a3af3da42c67765eb5765527148057464f408a5c
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 17:36:04 +0200
add _get functions for bridge and bridge_port
Base directory -> /
port.c | 28 ++++++++++++++++++++++++++++
port.h | 4 ++++
2 files changed, 32 insertions(+)
-------------------------------------------------------------------------------
commit 28a5d503c19d3831bdfa6474b34a2fd89295f056
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 17:35:14 +0200
load the bridges information on startup
Base directory -> /
questd.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 82cae47ca0b607d67d774ffd9d0b02aed2e46818
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 19:47:26 +0200
release the mutex for the bridges
Base directory -> /
port.c | 14 +++++++-------
port.h | 5 +++--
2 files changed, 10 insertions(+), 9 deletions(-)
-------------------------------------------------------------------------------
commit 9eab326f6a4536af92c1081c49db81a44fbced7b
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 19:34:10 +0200
fix the bridge_port cleanup
Base directory -> /
port.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit ad66e16811f3793dff88524ce83ee7abae4237dd
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 19:27:52 +0200
fix the code for the lists
Base directory -> /
port.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit 55eb4c6cf4227ad70a3f4ff1c04e65f07733d90d
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 17:37:23 +0200
make the code compile
Base directory -> /
port.c | 17 +++++++++--------
port.h | 4 ++--
2 files changed, 11 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 0f2d19e976bd285ddeb94a85404990c7630a8c01
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 16:26:52 +0200
fixed some bugs
Base directory -> /
port.c | 34 +++++++++++++++++-----------------
port.h | 7 ++++---
2 files changed, 21 insertions(+), 20 deletions(-)
-------------------------------------------------------------------------------
commit eafd6e391ebadee424d8144ce754b2a2c4df47b4
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 14:16:13 +0200
debug print
Base directory -> /
port.c | 2 ++
1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 64c8d518d5c4cbc8ab846018672fd7215130611b
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 14:15:51 +0200
trigger the bridges_load
Base directory -> /
network.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit d5d5f41aa51533911665bd0a3117d62289aaec82
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 14:00:30 +0200
fix errors reported by checkpatch.pl
Base directory -> /
port.c | 17 +++++++++--------
port.h | 10 +++++-----
2 files changed, 14 insertions(+), 13 deletions(-)
-------------------------------------------------------------------------------
commit 108129e41d0c37646c62597c422ad4298ce2d780
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-27 13:51:19 +0200
bridge_port functions
Base directory -> /
port.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------
port.h | 5 ++-
2 files changed, 121 insertions(+), 34 deletions(-)
-------------------------------------------------------------------------------
commit 99e0bd6acff2f4f2826c44b782b1006b642a7891
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-26 16:43:02 +0200
more work on the bridge
Base directory -> /
port.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++-------------------
port.h | 15 +++++++
2 files changed, 128 insertions(+), 47 deletions(-)
-------------------------------------------------------------------------------
commit 2cb1cb01d5f7bb9714c5209907ad801927239e02
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-21 17:10:18 +0200
working on bridge ports etc.
Base directory -> /
port.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
port.h | 18 +++++++++++++++++
2 files changed, 90 insertions(+)
-------------------------------------------------------------------------------
commit 2270bc854bcddd4ec5c531ed2e9264938dd75ef7
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 10:57:05 +0200
fix ws error
Base directory -> /
network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 08e8d5ee3fd19ab10acec4bf0b0436a511d90828
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 10:56:38 +0200
use only one curly bracket in #if so the editors don't get confused
Base directory -> /
network.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 542b0497aa088ce202e34f092e78a677f81cbd20
Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com>
Date: 2017-09-28 10:42:26 +0200
remove redundant variable
Base directory -> /
network.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
|
||
|---|---|---|
| 4g-support | ||
| asterisk-1.8.x-mod | ||
| ated | ||
| bashdb | ||
| bootchart2 | ||
| catv | ||
| crashlog | ||
| dectmngr | ||
| dectmngr2 | ||
| endptcfg | ||
| eventlog | ||
| fping | ||
| gigaset-elements | ||
| ice-client | ||
| icgroupd | ||
| icwmp | ||
| ifsi | ||
| inbd | ||
| inotify-tools | ||
| inteno-netmodes | ||
| iop | ||
| iup | ||
| iwatchdog | ||
| layer2interface | ||
| libcgroup | ||
| libstrophe | ||
| libtrace | ||
| lmbench | ||
| logrotate | ||
| mtk-bndstrg | ||
| multiwan | ||
| natalie-dect | ||
| natalie-dect-h | ||
| ndisc | ||
| peripheral_manager | ||
| picolisp | ||
| port-management | ||
| power-management | ||
| questd | ||
| samba2 | ||
| samba3 | ||
| sipcalc | ||
| speedtest-cli | ||
| syslog-ng3 | ||
| tptest | ||
| tr064 | ||
| uboot | ||
| ubus-mqtt | ||
| voice-client | ||
| voicesec | ||
| wifimngr | ||