summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! dhcp: use DHCPv6 DUID to construct DHCPv4 Client ID (dhclient)fg/DUID-IPv4-bgo745243Thomas Haller2016-03-221-17/+6
* dhcp: use DHCPv6 DUID to construct DHCPv4 Client ID (internal)Francesco Giudici2016-03-181-8/+36
* dhcp: use DHCPv6 DUID to construct DHCPv4 Client ID (dhclient)Francesco Giudici2016-03-185-17/+43
* dhcp/trivial: move codeFrancesco Giudici2016-03-181-32/+32
* vpn-connection: do not leak the connection if there's no timeoutLubomir Rintel2016-03-181-1/+3
* vpn-connection: don't dispose the proxy before we get the disconnect responseLubomir Rintel2016-03-181-4/+15
* dhcp: fix GBytes leak in nm_dhcp_client_start_ip4()Francesco Giudici2016-03-181-1/+4
* dhcp: support _LOGx_ENABLED() macro in dhcp-clientThomas Haller2016-03-171-1/+8
* test-nm-client: fix the remaining counterLubomir Rintel2016-03-171-5/+6
* rdisc: fix setting netns during consturction of NMRDiscThomas Haller2016-03-171-4/+0
* lldp: merge branch 'th/lldp-bgo763499'Thomas Haller2016-03-178-410/+550
|\
| * lldp: refactor keeping tlv data and order entries in neighbor GVariantThomas Haller2016-03-171-107/+167
| * lldp: ensure stable order of variants in LLDP neighbor listThomas Haller2016-03-171-14/+24
| * lldp: drop process_lldp_neighbors()Thomas Haller2016-03-171-105/+9
| * lldp: process one neighbor at a timeThomas Haller2016-03-172-40/+111
| * lldp: implement properties via NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-03-171-14/+12
| * lldp: improve loggingThomas Haller2016-03-171-5/+13
| * lldp: let lldp_neighbor_new() also create invalid objectsThomas Haller2016-03-171-16/+17
| * lldp: cache the GVariant in LldpNeighborThomas Haller2016-03-171-11/+14
| * lldp: factor out lldp_neighbor_to_variant()Thomas Haller2016-03-171-52/+58
| * lldp: refactor processing all lldp-neighborsThomas Haller2016-03-171-45/+54
| * lldp: split out creation of LldpNeighbor instanceThomas Haller2016-03-171-163/+211
| * lldp/trivial: rename internal type LLDPNeighbor to LldpNeighborThomas Haller2016-03-171-11/+11
| * systemd: lldp: fix starting ttl timer for lldp neighborThomas Haller2016-03-171-7/+10
| * logging: add new logging domain "SYSTEMD" for internal systemd loggingThomas Haller2016-03-173-2/+4
| * shared: add nm_unauto() helper macroThomas Haller2016-03-171-0/+12
| * shared: add nm_assert_not_reached()Thomas Haller2016-03-171-0/+2
| * utils/core: add NM_UTILS_NS_PER_MSEC macroThomas Haller2016-03-171-0/+3
|/
* libnm: declare internal function as staticThomas Haller2016-03-171-2/+2
* merge: branch 'bg/8021x-domain-suffix-match-bgo341323'Beniamino Galvani2016-03-168-52/+220
|\
| * libnm-core: nm-setting-8021x: treat some empty properties as NULLBeniamino Galvani2016-03-161-4/+13
| * supplicant: honor the domain-suffix-match propertiesBeniamino Galvani2016-03-162-0/+10
| * cli: add support for NMSetting8021x domain-suffix-match propertiesBeniamino Galvani2016-03-161-48/+70
| * ifcfg-rh: add support for domain-suffix-match propertiesBeniamino Galvani2016-03-163-0/+26
| * libnm-core: add domain-suffix-match properties to NMSetting8021xBeniamino Galvani2016-03-163-2/+103
|/
* NEWS: minor update referencing 1.0.10 releaseThomas Haller2016-03-161-1/+1
* ethernet: set the connection type when generating the connectionLubomir Rintel2016-03-161-0/+5
* libnm-util: reword code commentThomas Haller2016-03-151-2/+2
* libnm-util: add comment for return value of nm_connection_replace_settings_fr...Thomas Haller2016-03-151-4/+5
* platform: use gint32 for monotonic-timestamp secondsThomas Haller2016-03-153-9/+13
* platform: remove padding for IP address lifetimesThomas Haller2016-03-153-22/+13
* device: fix handling of available connectionsBeniamino Galvani2016-03-151-6/+5
* platform: merge branch 'th/netns-aware-bgo763323'Thomas Haller2016-03-1542-217/+1072
|\
| * platform: add nmp_netns_bind_to_path() helper functionThomas Haller2016-03-153-0/+140
| * platform: support switching partial namespacesThomas Haller2016-03-153-42/+386
| * platform/tests: add test for nm_platform_link_set_netns()Thomas Haller2016-03-151-11/+62
| * platform/tests: pass platform argument to nmtstp helper functionsThomas Haller2016-03-156-83/+90
| * platform: add nm_platform_link_set_netns() functionStjepan Gros2016-03-153-0/+58
| * platform/tests: refactor creation of test_netns_general()Thomas Haller2016-03-151-16/+35
| * utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-1518-23/+45