summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! systemd: merge branch master into th/systemd-integrationth/systemd-lldp-bgo763384Thomas Haller2016-03-101-43/+52
* systemd: integrate sd-event into glib main loopThomas Haller2016-03-1011-189/+206
* systemd: merge branch master into th/systemd-integrationThomas Haller2016-03-101150-169287/+637080
|\
| * lldp: merge branch 'th/lldp-tests'Thomas Haller2016-03-104-118/+381
| |\
| | * lldp/tests: add test for ttlThomas Haller2016-03-101-6/+52
| | * lldp/tests: use nmtst_main_loop_run()Thomas Haller2016-03-101-9/+2
| | * lldp/tests: add a test with another lldp frameThomas Haller2016-03-101-0/+136
| | * lldp/tests: refactor checking for lldp neighborsThomas Haller2016-03-101-59/+58
| | * lldp/tests: refactor tests to run receive different framesThomas Haller2016-03-102-51/+97
| | * lldp/tests/trivial: some renaming and moving of codeThomas Haller2016-03-101-58/+61
| | * lldp: fix name of NM_LLDP_ATTR_IEEE_802_1_VID stringThomas Haller2016-03-101-1/+1
| | * nmtst: add nmtst_main_loop_quit_on_notify functionThomas Haller2016-03-101-0/+12
| | * nmtst: add nmtst_assert_variant_*() helper macrosThomas Haller2016-03-101-0/+28
| |/
| * all/tests: fix tests after adjusting glib logging levelThomas Haller2016-03-109-106/+106
| * keyfile/tests: remove trailing space from test nameThomas Haller2016-03-101-45/+45
| * logging: use non-fatal logging level for glib backendThomas Haller2016-03-101-3/+3
| * cli: prefer 'modify' over 'monitor' when the command is abbreviatedBeniamino Galvani2016-03-102-3/+3
| * libnm-core: fix memory leak in nm-setting-ip-tunnel.cBeniamino Galvani2016-03-091-0/+1
| * device: trivial: group all forward declarations of static functionsBeniamino Galvani2016-03-091-7/+6
| * build: compile with -Wno-duplicate-decl-specifierThomas Haller2016-03-092-1/+27
| * man: update version number and dates in manual pagesBeniamino Galvani2016-03-096-6/+6
| * manager: fix assumption of child connections with autoconnect=noBeniamino Galvani2016-03-091-2/+10
| * build: add a missing file to distributionLubomir Rintel2016-03-081-1/+2
| * all: drop str_if_set() in favor of the "?:" operatorThomas Haller2016-03-0815-32/+16
| * build: hide internal symbols in NetworkManager binaryThomas Haller2016-03-082-1/+12
| * core/trivial: rename NM_ASSERT_VALID_PATH_COMPONENT() helperThomas Haller2016-03-087-14/+14
| * all: fix a couple more gvariant iteration leaksLubomir Rintel2016-03-084-4/+7
| * po: update Polish (pl) translation (bgo #763327)Piotr Drąg2016-03-081-1758/+1748
| * nm-object: don't leak the properties on changed signalsLubomir Rintel2016-03-081-1/+3
| * device: fix leaking GSList element in _replace_vpn_config_in_list()Thomas Haller2016-03-081-1/+1
| * device: don't assert the presence of old vpn configurationsBeniamino Galvani2016-03-071-6/+4
| * platform: merge branch 'th/platform-netns-bgo762408'Thomas Haller2016-03-0713-113/+919
| |\
| | * platform: add network namespace support to platformThomas Haller2016-03-079-63/+883
| | * platform: don't create udev client if udev isn't usedThomas Haller2016-03-075-52/+38
| |/
| * core: move simple utils function from "nm-platform-utils.h"Thomas Haller2016-03-078-125/+127
| * platform: add and use nm_utils_ifname_cpy() helperThomas Haller2016-03-077-20/+36
| * wifi: use g_strlcpy() instead of strncpy() to ensure NUL terminated ifnameThomas Haller2016-03-061-12/+12
| * libnm-util: remove unneeded check for non-null after dereferencing pointerThomas Haller2016-03-061-4/+2
| * contrib/rpm: macro cosmeticsLubomir Rintel2016-03-051-1/+1
| * contrib/rpm: include the valgrind suppression file in debuginfo packageLubomir Rintel2016-03-051-0/+5
| * device/ip-tunnel: implement get_generic_capabilities()Beniamino Galvani2016-03-041-0/+7
| * test: add missing test file to distributionLubomir Rintel2016-03-041-0/+1
| * nmcli: fix check on allowed parameters for slave connectionsFrancesco Giudici2016-03-041-134/+236
| * bus-manager: avoid leaking responses for sync bus callsLubomir Rintel2016-03-041-3/+3
| * ifcfg-rh: merge branch 'th/ifcfg-ignore-other'Thomas Haller2016-03-045-26/+105
| |\
| | * ifcfg-rh: log debug level message when loading of ifcfg file fails for common...Thomas Haller2016-03-041-2/+4
| | * ifcfg-rh: skip loading files for unhandled types due to existing ifup scriptThomas Haller2016-03-041-2/+46
| | * ifcfg-rh: ignore "sit" connections without explicit TYPE based on IPV6TUNNELIPV4Thomas Haller2016-03-043-0/+37
| | * ifcfg-rh/tests/trivial: remove self-explanatory commentsThomas Haller2016-03-041-5/+0
| | * nmtst: convert nmtst_assert_error() to a macro to preserve func:line informationThomas Haller2016-03-041-17/+18
| |/