Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 2bb61d4badc02bcbac9773e8d430b1006573c505 https://github.com/openSUSE/wicked/commit/2bb61d4badc02bcbac9773e8d430b10065... Author: Karol Mroz <kmroz@suse.de> Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M src/ifevent.c Log Message: ----------- ifevent: increase netlink socket recv buffer size We saw that when setting up multiple bondings, our netlink socket receive queue filled up before we could process it, generating the following: netlink receive error: No buffer space available and preventing the interfaces from being configured properly. Increasing the receive buffer size on the netlink socket fixes this. Commit: b4e608ce7b45fb57a14d86d436da7ce9dcbd91cc https://github.com/openSUSE/wicked/commit/b4e608ce7b45fb57a14d86d436da7ce9dc... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M src/ifevent.c Log Message: ----------- Merge pull request #386 from kmroz/nl-bufsize ifevent: increase netlink socket recv buffer size Commit: cbc8db3165305c7c9c8dfbea6567802c92397c69 https://github.com/openSUSE/wicked/commit/cbc8db3165305c7c9c8dfbea6567802c92... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M src/ifevent.c Log Message: ----------- Merge branch 'master' into testing Compare: https://github.com/openSUSE/wicked/compare/bf0cd01292ef...cbc8db316530