[wicked-commit] [openSUSE/wicked] 7f6133: vlan: moved vlan struct from linkinfo to netdev
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 7f6133358d48965e3f47f77eb9a50b8202ea506e https://github.com/openSUSE/wicked/commit/7f6133358d48965e3f47f77eb9a50b8202... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M dhcp6/device.c M include/wicked/netinfo.h M src/dbus-objects/vlan.c M src/ifconfig.c M src/iflist.c M src/netdev.c M src/netinfo.c Log Message: ----------- vlan: moved vlan struct from linkinfo to netdev Commit: 1852124833acb97790c7fe80b3e4a946bb85ba74 https://github.com/openSUSE/wicked/commit/1852124833acb97790c7fe80b3e4a946bb... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M src/dbus-objects/bonding.c M src/dbus-objects/bridge.c M src/dbus-objects/infiniband.c M src/dbus-objects/macvlan.c M src/dbus-objects/openvpn.c M src/dbus-objects/tun.c M src/dbus-objects/vlan.c Log Message: ----------- factory: fixed newlink to not free netdev on discard The netdev returned by create is not yet reference incremented, but a pointer to a discovered new netdev object in the device list. The increment happens later in ni_objectmodel_netif_factory_result. Commit: f3fe1a096a308f015b0aba3924f77afaf89b561d https://github.com/openSUSE/wicked/commit/f3fe1a096a308f015b0aba3924f77afaf8... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M include/wicked/netinfo.h M src/iflist.c M src/netdev.c Log Message: ----------- linkinfo: changed master to masterdev netdev reference Commit: 9be5f50f8c3a140f8ee237c02eaa84ddbabf278c https://github.com/openSUSE/wicked/commit/9be5f50f8c3a140f8ee237c02eaa84ddba... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M include/wicked/netinfo.h M src/netdev.c Log Message: ----------- linkinfo: introduced lowerdev netdev reference Commit: 5077f1559db3f261f95111bc4ab1a1a8faf80bea https://github.com/openSUSE/wicked/commit/5077f1559db3f261f95111bc4ab1a1a8fa... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M client/compat-redhat.c M client/compat-suse.c M client/compat.c M include/wicked/system.h M include/wicked/vlan.h M src/dbus-objects/vlan.c M src/ifconfig.c M src/iflist.c M src/netinfo.c M src/vlan.c Log Message: ----------- vlan: initial refactoring to use link.lowerdev Commit: 8243ae620a55e59284d3acf261e6a259efb3405b https://github.com/openSUSE/wicked/commit/8243ae620a55e59284d3acf261e6a259ef... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M include/wicked/macvlan.h M include/wicked/system.h M src/dbus-objects/macvlan.c M src/ifconfig.c M src/iflist.c M src/macvlan.c Log Message: ----------- macvlan: initial refactoring to use link.lowerdev Commit: f656a8641f66ab625c4e2ed892b03fa282e68f3a https://github.com/openSUSE/wicked/commit/f656a8641f66ab625c4e2ed892b03fa282... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M client/compat-suse.c M client/compat.c M include/wicked/infiniband.h M include/wicked/system.h M src/dbus-objects/infiniband.c M src/ifconfig.c M src/iflist.c M src/infiniband.c Log Message: ----------- infiniband: initial refactoring to use link.lowerdev Commit: d69b292c6d6290f227015562ffb6f732e7e22d69 https://github.com/openSUSE/wicked/commit/d69b292c6d6290f227015562ffb6f732e7... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M client/compat.c M schema/infiniband.xml M src/dbus-objects/infiniband.c Log Message: ----------- schema: renamed infiniband parent to (lower)device Commit: 0c892fa44124ea11b6886b36c110cdbabd786f04 https://github.com/openSUSE/wicked/commit/0c892fa44124ea11b6886b36c110cdbabd... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M client/compat.c M schema/infiniband.xml Log Message: ----------- infiniband: changed to use <infiniband:child> node Commit: 178b71897e9840e2f21a68957b479f977cc4c3be https://github.com/openSUSE/wicked/commit/178b71897e9840e2f21a68957b479f977c... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M client/compat-suse.c M client/compat.c M configure.ac M include/wicked/vlan.h M schema/constants.xml.in M schema/vlan.xml M src/dbus-objects/vlan.c M src/ifconfig.c M src/iflist.c M src/vlan.c M util/mkconst.c Log Message: ----------- vlan: added protocol (ieee802-1Q, ieee802-1ad) Commit: 38300a94d5d73c9bfd31a01c6d1543fcb4d99d71 https://github.com/openSUSE/wicked/commit/38300a94d5d73c9bfd31a01c6d1543fcb4... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M src/iflist.c M src/netinfo.c Log Message: ----------- iflist: cleaned up lowerdev/master name bind Commit: b9733c1f8d6f6f3b5679b4e783a7cc609904eb05 https://github.com/openSUSE/wicked/commit/b9733c1f8d6f6f3b5679b4e783a7cc6099... Author: Marius Tomaschewski <mt@suse.de> Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M schema/interface.xml M src/dbus-objects/interface.c Log Message: ----------- schema: show master device interface property Commit: c99f0a811c50cee4efbc7a19e8049feb95ff2a3a https://github.com/openSUSE/wicked/commit/c99f0a811c50cee4efbc7a19e8049feb95... Author: olafhering <olaf@aepfle.de> Date: 2013-12-16 (Mon, 16 Dec 2013) Changed paths: M client/compat-redhat.c M client/compat-suse.c M client/compat.c M configure.ac M dhcp6/device.c M include/wicked/infiniband.h M include/wicked/macvlan.h M include/wicked/netinfo.h M include/wicked/system.h M include/wicked/vlan.h M schema/constants.xml.in M schema/infiniband.xml M schema/interface.xml M schema/vlan.xml M src/dbus-objects/bonding.c M src/dbus-objects/bridge.c M src/dbus-objects/infiniband.c M src/dbus-objects/interface.c M src/dbus-objects/macvlan.c M src/dbus-objects/openvpn.c M src/dbus-objects/tun.c M src/dbus-objects/vlan.c M src/ifconfig.c M src/iflist.c M src/infiniband.c M src/macvlan.c M src/netdev.c M src/netinfo.c M src/vlan.c M util/mkconst.c Log Message: ----------- Merge pull request #126 from mtomaschewski/lowerdev-refactor Refactored to use link.lowerdev in vlan,macvlan,infiniband-child Compare: https://github.com/openSUSE/wicked/compare/5e67045be49d...c99f0a811c50
participants (1)
-
olafhering