Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: af40b13a0aec513199712755329a4dab91ba6186
https://github.com/openSUSE/wicked/commit/af40b13a0aec513199712755329a4dab9…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M include/wicked/addrconf.h
M include/wicked/address.h
M include/wicked/refcount.h
M include/wicked/route.h
M include/wicked/wireless.h
M src/addrconf.c
M src/address.c
M src/route.c
M src/wireless.c
M src/wpa-supplicant.c
M src/wpa-supplicant.h
Log Message:
-----------
refcount: change to ni_declare|ni_define as prefix
Commit: ff9d3a518f30e313173c733ed55450a7fbb52427
https://github.com/openSUSE/wicked/commit/ff9d3a518f30e313173c733ed55450a7f…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M include/wicked/refcount.h
M src/Makefile.am
M src/addrconf.c
M src/address.c
M src/refcount.c
A src/refcount_priv.h
M src/route.c
M src/wireless.c
M src/wpa-supplicant.c
Log Message:
-----------
refcount: split declaration and definition macros
Commit: 42bc2f1390b96253ec0aa93eb1332172b1f26a58
https://github.com/openSUSE/wicked/commit/42bc2f1390b96253ec0aa93eb1332172b…
Author: cfconrad <cfamullaconrad(a)suse.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M include/wicked/addrconf.h
M include/wicked/address.h
M include/wicked/refcount.h
M include/wicked/route.h
M include/wicked/wireless.h
M src/Makefile.am
M src/addrconf.c
M src/address.c
M src/refcount.c
A src/refcount_priv.h
M src/route.c
M src/wireless.c
M src/wpa-supplicant.c
M src/wpa-supplicant.h
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/957
refcount: split declaration and definition macros
Compare: https://github.com/openSUSE/wicked/compare/55e490104034...42bc2f1390b9
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 76781e66a8929d966d9a904663a929e7f79b3159
https://github.com/openSUSE/wicked/commit/76781e66a8929d966d9a904663a929e7f…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M src/arp.c
M src/capture.c
M src/dhcp4/protocol.c
M src/lldp.c
M src/netinfo_priv.h
Log Message:
-----------
capture: add desc for better debugging output on errors
Commit: e0dec7596521ef6e7755768149c01d5db8499606
https://github.com/openSUSE/wicked/commit/e0dec7596521ef6e7755768149c01d5db…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M src/capture.c
Log Message:
-----------
capture: code cleanup
Replace `__FUNCTION__` with `__func__` and do not use `__` prefix
for functions.
Commit: a0ae196afd4ab85cf84778bed160b97d20efb93b
https://github.com/openSUSE/wicked/commit/a0ae196afd4ab85cf84778bed160b97d2…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M src/arp.c
M src/netinfo_priv.h
Log Message:
-----------
arp: resend DAD request on ENOBUFS (bsc#1203300)
If sending DAD request per IP fails with ENOBUFS error, retry it.
If max retries reached or an unexpected error occurred, the DAD
will fail.
Commit: 7195d6d3581da06a8e63e9f0c0bb0ddfb2a6ee64
https://github.com/openSUSE/wicked/commit/7195d6d3581da06a8e63e9f0c0bb0ddfb…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M src/netinfo_priv.h
Log Message:
-----------
netinfo_priv: code formatting, tab align arp declarations
Commit: 55e4901040349a056e2aafe28106d4ffe7fb6635
https://github.com/openSUSE/wicked/commit/55e4901040349a056e2aafe28106d4ffe…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M src/arp.c
M src/capture.c
M src/dhcp4/protocol.c
M src/lldp.c
M src/netinfo_priv.h
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/956
arp: resend DAD request on ENOBUFS (bsc#1203300)
Compare: https://github.com/openSUSE/wicked/compare/49a9393d3c93...55e490104034
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 03c3c716f67874c5b97fd53155e91ceeeb49ed79
https://github.com/openSUSE/wicked/commit/03c3c716f67874c5b97fd53155e91ceee…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M src/ifconfig.c
Log Message:
-----------
bond: workaround 6.1 enslave regression (boo#1206674)
The kernel bonding accepts only enslave of interfaces in DOWN state
and the bonding driver sets the slave UP itself after enslave, once
it also inherited MTU, MAC address, ... to the slave as needed.
All kernels between (at least) 4.12 up to 6.0 accepted to enslave
using a single `ip link set down master bond0 dev eth0` rtnetlink
message, which ensured that the (eth0) interface to enslave were
set down if needed and wasn't rejected to enslave.
Since kernel 6.1 (commit a4abfa627c3865c37e036bccb681619a50d3d93c)
the enslave processing changed and the `down` flag in the enslave
message is applied after enslave, causing that the UP flag added
by enslave is removed again, the slave remains inactive and is not
used by the bond, which remains in a no-carrier state.
Changed to not pass the DOWN flag any more, but enslave only.
Commit: 0ada1ece8a27c195b6b51d3ea649d66d4d2a8c08
https://github.com/openSUSE/wicked/commit/0ada1ece8a27c195b6b51d3ea649d66d4…
Author: cfconrad <cfamullaconrad(a)suse.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M src/ifconfig.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/952
bond: workaround 6.1 enslave regression (boo#1206674)
Compare: https://github.com/openSUSE/wicked/compare/4af5d7576ece...0ada1ece8a27