projects
/
project
/
ustp.git
/ log
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
| log |
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
project/ustp.git
17 months ago
netif_utils: correctly close fd on read error
master
commit
|
commitdiff
|
tree
Christian Marangi
[
Mon, 29 May 2023 15:07:54 +0000
(17:07 +0200)]
netif_utils: correctly close fd on read error
Fix Coverity Scan CID
1521069
reporting leaking fd on read error.
Refactor the read error handling and correctly close fd on read error.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
3 years ago
build: use pthread cflags/ldflags
commit
|
commitdiff
|
tree
Felix Fietkau
[
Tue, 21 Sep 2021 17:41:09 +0000
(19:41 +0200)]
build: use pthread cflags/ldflags
Fixes build on glibc
Signed-off-by: Felix Fietkau <nbd@nbd.name>
3 years ago
libnetlink: turn rtnetlink error answers into debug msgs
commit
|
commitdiff
|
tree
Felix Fietkau
[
Fri, 27 Aug 2021 10:36:44 +0000
(12:36 +0200)]
libnetlink: turn rtnetlink error answers into debug msgs
They should not be logged by default
Signed-off-by: Felix Fietkau <nbd@nbd.name>
3 years ago
bridge: check port bpdu filter status and apply it to the config
commit
|
commitdiff
|
tree
Felix Fietkau
[
Fri, 27 Aug 2021 10:19:29 +0000
(12:19 +0200)]
bridge: check port bpdu filter status and apply it to the config
Signed-off-by: Felix Fietkau <nbd@nbd.name>
3 years ago
libnetlink: fix netlink buffer space handling
commit
|
commitdiff
|
tree
Felix Fietkau
[
Wed, 25 Aug 2021 11:29:45 +0000
(13:29 +0200)]
libnetlink: fix netlink buffer space handling
Significantly increaese buffer size in order to avoid missing events
Do not stop polling socket after running out of buffer space
Signed-off-by: Felix Fietkau <nbd@nbd.name>
3 years ago
brmon: continue polling the socket after an error occured
commit
|
commitdiff
|
tree
Felix Fietkau
[
Wed, 25 Aug 2021 11:29:14 +0000
(13:29 +0200)]
brmon: continue polling the socket after an error occured
Fixes a corner case with edge-trigger epoll
Signed-off-by: Felix Fietkau <nbd@nbd.name>
3 years ago
Initial import
commit
|
commitdiff
|
tree
Felix Fietkau
[
Thu, 19 Aug 2021 06:59:56 +0000
(08:59 +0200)]
Initial import
Signed-off-by: Felix Fietkau <nbd@nbd.name>