NetworkManager.git
2016-03-15 Thomas Hallerplatform: add nmp_netns_bind_to_path() helper function
2016-03-15 Thomas Hallerplatform: support switching partial namespaces
2016-03-15 Thomas Hallerplatform/tests: add test for nm_platform_link_set_netns()
2016-03-15 Thomas Hallerplatform/tests: pass platform argument to nmtstp helper...
2016-03-15 Stjepan Grosplatform: add nm_platform_link_set_netns() function
2016-03-15 Thomas Hallerplatform/tests: refactor creation of test_netns_general()
2016-03-15 Thomas Hallerutils: inject platform into nm_utils_complete_generic()
2016-03-15 Thomas Hallerroute-manager: make NMRouteManager namespace aware
2016-03-15 Thomas Hallerdefault-route-manager: make NMDefaultRouteManager names...
2016-03-15 Thomas Hallerdefault-route-manager: use explict platform instance...
2016-03-15 Thomas Hallerrdisc: make NMRDisc namespace aware
2016-03-15 Thomas Hallerrdisc/trivial: adjust indention in nm_rdisc_class_init()
2016-03-15 Thomas Hallerplatform: add defines for "/proc/self/ns/" paths
2016-03-15 Thomas Hallerplatform: properly change netns in do_change_link()
2016-03-15 Thomas Hallernmtst: add NMTST_DEBUG option "D"
2016-03-15 Lubomir Rintelsystemd: fall back to CLOCK_MONOTONIC
2016-03-15 Lubomir Rintelocd: style fix
2016-03-15 Lubomir Rintelifupdown: style fixes
2016-03-15 Lubomir Rintelifnet: fix error handling
2016-03-15 Lubomir Rintelifnet: fix a possible NULL dereference
2016-03-15 Lubomir Rintelnmp-netns: fix error handling
2016-03-14 Beniamino Galvanicli: fix memory leak in connection listing
2016-03-14 Lubomir Rintelifupdown: fix up a bad rebase
2016-03-14 Lubomir Rintelnm-object: delay object property completion until the...
2016-03-14 Lubomir Rintelifupdown: set wireless mode
2016-03-14 Lubomir Rintelifupdown: ssid is now GBytes for quite some time
2016-03-14 Lubomir Rintelifupdown: wireless-essid is good too
2016-03-14 Lubomir Rintelifupdown: don't remove the object in its constructor
2016-03-14 Lubomir Rintelifupdown: drop a bogus warning
2016-03-14 Lubomir Rintelcontrib/rpm: with-udev-dir now has a sensible default
2016-03-14 Lubomir Rintelbuild: install udev files under prefix
2016-03-13 Jan Tojnartests: fix test-networkmanager-service.py for Python...
2016-03-13 Thomas Hallershared: add nm_g_object_ref() and nm_g_object_unref...
2016-03-11 Francesco Giudiciwifi: hack for wext devices reporting IW_MODE_AUTO...
2016-03-11 Thomas Hallersession-monitor/trivial: rename local functions for...
2016-03-11 Thomas Hallersystemd: split "nm-sd.h" out of "nm-sd-adapt.h"
2016-03-11 Thomas Hallersystemd: merge branch 'th/systemd-lldp-bgo763384' into...
2016-03-11 Thomas Hallersystemd: integrate sd-event into glib main loop
2016-03-11 Thomas Hallersystemd: merge branch systemd into th/systemd-lldp...
2016-03-10 Thomas Hallerlldp: merge branch 'th/lldp-tests'
2016-03-10 Thomas Hallerlldp/tests: add test for ttl
2016-03-10 Thomas Hallerlldp/tests: use nmtst_main_loop_run()
2016-03-10 Thomas Hallerlldp/tests: add a test with another lldp frame
2016-03-10 Thomas Hallerlldp/tests: refactor checking for lldp neighbors
2016-03-10 Thomas Hallerlldp/tests: refactor tests to run receive different...
2016-03-10 Thomas Hallerlldp/tests/trivial: some renaming and moving of code
2016-03-10 Thomas Hallerlldp: fix name of NM_LLDP_ATTR_IEEE_802_1_VID string
2016-03-10 Thomas Hallernmtst: add nmtst_main_loop_quit_on_notify function
2016-03-10 Thomas Hallernmtst: add nmtst_assert_variant_*() helper macros
2016-03-10 Thomas Hallerall/tests: fix tests after adjusting glib logging level
2016-03-10 Thomas Hallerkeyfile/tests: remove trailing space from test name
2016-03-10 Thomas Hallerlogging: use non-fatal logging level for glib backend
2016-03-10 Beniamino Galvanicli: prefer 'modify' over 'monitor' when the command...
2016-03-09 Beniamino Galvanilibnm-core: fix memory leak in nm-setting-ip-tunnel.c
2016-03-09 Beniamino Galvanidevice: trivial: group all forward declarations of...
2016-03-09 Thomas Hallersystemd: update code from upstream
2016-03-09 Thomas Hallerbuild: compile with -Wno-duplicate-decl-specifier
2016-03-09 Beniamino Galvaniman: update version number and dates in manual pages
2016-03-09 Beniamino Galvanimanager: fix assumption of child connections with autoc...
2016-03-08 Lubomir Rintelbuild: add a missing file to distribution
2016-03-08 Thomas Hallerall: drop str_if_set() in favor of the "?:" operator
2016-03-08 Thomas Hallerbuild: hide internal symbols in NetworkManager binary
2016-03-08 Thomas Hallercore/trivial: rename NM_ASSERT_VALID_PATH_COMPONENT...
2016-03-08 Lubomir Rintelall: fix a couple more gvariant iteration leaks
2016-03-08 Piotr Drągpo: update Polish (pl) translation (bgo #763327)
2016-03-08 Lubomir Rintelnm-object: don't leak the properties on changed signals
2016-03-08 Thomas Hallerdevice: fix leaking GSList element in _replace_vpn_conf...
2016-03-07 Beniamino Galvanidevice: don't assert the presence of old vpn configurations
2016-03-07 Thomas Hallerplatform: merge branch 'th/platform-netns-bgo762408'
2016-03-07 Thomas Hallerplatform: add network namespace support to platform
2016-03-07 Thomas Hallerplatform: don't create udev client if udev isn't used
2016-03-07 Thomas Hallercore: move simple utils function from "nm-platform...
2016-03-07 Thomas Hallerplatform: add and use nm_utils_ifname_cpy() helper
2016-03-06 Thomas Hallerwifi: use g_strlcpy() instead of strncpy() to ensure...
2016-03-06 Thomas Hallerlibnm-util: remove unneeded check for non-null after...
2016-03-05 Lubomir Rintelcontrib/rpm: macro cosmetics
2016-03-05 Lubomir Rintelcontrib/rpm: include the valgrind suppression file...
2016-03-04 Beniamino Galvanidevice/ip-tunnel: implement get_generic_capabilities()
2016-03-04 Lubomir Rinteltest: add missing test file to distribution
2016-03-04 Francesco Giudicinmcli: fix check on allowed parameters for slave connec...
2016-03-04 Lubomir Rintelbus-manager: avoid leaking responses for sync bus calls
2016-03-04 Thomas Hallerifcfg-rh: merge branch 'th/ifcfg-ignore-other'
2016-03-04 Thomas Hallerifcfg-rh: log debug level message when loading of ifcfg...
2016-03-04 Thomas Hallerifcfg-rh: skip loading files for unhandled types due...
2016-03-04 Thomas Hallerifcfg-rh: ignore "sit" connections without explicit...
2016-03-04 Thomas Hallerifcfg-rh/tests/trivial: remove self-explanatory comments
2016-03-04 Thomas Hallernmtst: convert nmtst_assert_error() to a macro to prese...
2016-03-04 Beniamino Galvanimerge: branch 'bg/sethostname-hostnamed-rh1308974'
2016-03-04 Beniamino Galvanipolicy: move code from set_system_hostname() to _set_ho...
2016-03-04 Beniamino Galvanipolicy: simplify set_system_hostname()
2016-03-04 Beniamino Galvanicore: use hostnamed to set the transient hostname
2016-03-04 Thomas Hallerplatform: cleanup logging for udev-add event
2016-03-04 Beniamino Galvanilogging: merge branch 'bg/logging-messages-bgo763040'
2016-03-04 Beniamino Galvanidhcp: client: use logging helpers
2016-03-04 Beniamino Galvanidnsmasq-manager: use logging helpers
2016-03-04 Beniamino Galvanippp-manager: use logging helpers
2016-03-04 Beniamino Galvanibus-manager: use logging helpers
2016-03-04 Beniamino Galvaniaudit: use logging helpers
2016-03-04 Beniamino Galvanipolicy: use logging helpers
2016-03-04 Beniamino Galvanisupplicant: use logging helpers
next