summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: platform: drop route-managerth/platform-route-pt2Thomas Haller2017-08-112-0/+39
* platform: cleanup nmp_lookup_init_route_visible() lookup helperThomas Haller2017-08-119-71/+52
* platform: drop workaround for deleting IPv4 routes with metric zeroThomas Haller2017-08-111-31/+0
* platform: fix cache to use kernel's notion for equality of routesThomas Haller2017-08-1111-379/+938
* platform: preserve order of objects during dumpThomas Haller2017-08-115-25/+69
* shared: add nm_dedup_multi_entry_reorder() functionThomas Haller2017-08-112-0/+62
* platform: cleanup lookup API for objects in NMPCacheThomas Haller2017-08-113-21/+60
* platform: fix code comment for nmp_cache_remove_netlink()Thomas Haller2017-08-111-12/+9
* platform: improve logging of netlink messageThomas Haller2017-08-111-23/+92
* platform: simplify to-string output of IPv6 routes by dropping " src ::/0"Thomas Haller2017-08-111-4/+5
* test: redirect glib logging to stdoutThomas Haller2017-08-111-0/+14
* build: fix building src/systemdFrancesco Giudici2017-08-111-1/+3
* docs: fix spelling errors in tranlated strings and documentationThomas Haller2017-08-1171-139/+139
* systemd: merge branch systemd into masterBeniamino Galvani2017-08-1037-152/+1559
|\
| * systemd: update code from upstream (2017-08-09)Beniamino Galvani2017-08-0932-148/+1538
* | core: fix crash with bluetooth device factory wrongly claiming NAP connectionThomas Haller2017-08-062-4/+12
* | ppp: merge branch 'bg/ppp-bgo559134'Beniamino Galvani2017-08-0530-38/+774
|\ \
| * | core: ppp: use a different unit for each activationBeniamino Galvani2017-08-051-0/+10
| * | device: use ppp device for new style pppoe settingBeniamino Galvani2017-08-052-0/+23
| * | core: implement activation of PPP devicesBeniamino Galvani2017-08-055-3/+293
| * | device: accept NULL plinkBeniamino Galvani2017-08-051-2/+4
| * | core: device-factory: implement match_connection()Beniamino Galvani2017-08-054-27/+74
| * | device: add NMDevicePPPBeniamino Galvani2017-08-0515-3/+257
| * | platform: add nm_platform_link_set_name()Beniamino Galvani2017-08-053-0/+50
| * | libnm,clients: add 'parent' property to PPPoE settingBeniamino Galvani2017-08-055-0/+66
| * | device: ethernet: remove unused private memberBeniamino Galvani2017-08-051-6/+0
|/ /
* | platform: merge branch 'th/platform-route-pt1-bgo785449'Thomas Haller2017-08-0321-702/+956
|\ \
| * | platform: extend API for adding routesThomas Haller2017-08-039-105/+138
| * | platform,libnm: cleanup handling of TOS for routesThomas Haller2017-08-037-32/+35
| * | ifcfg-rh: fix writing/reading TOS for routes in hexadecimalThomas Haller2017-08-032-2/+2
| * | core: implement NMIP4Config's and NMIP6Config's route equality based on nm_pl...Thomas Haller2017-08-033-8/+25
| * | platform: cleanup handling metric paramters for non-exclusive routesThomas Haller2017-08-033-32/+33
| * | platform: cleanup handling locks for non-exclusive routesThomas Haller2017-08-033-30/+39
| * | platform: print lock paramters of routeThomas Haller2017-08-031-30/+10
| * | platform: cleanup handling "window" for non-exclusive routesThomas Haller2017-08-033-14/+26
| * | platform: use route src/src_plen when deleting IPv6 routeThomas Haller2017-08-033-18/+39
| * | platform: use route pref_src when deleting IP routeThomas Haller2017-08-033-8/+20
| * | platform: use route mss when deleting IP routeThomas Haller2017-08-033-7/+16
| * | platform: use correct gateway for deleting routeThomas Haller2017-08-033-9/+19
| * | platform: use correct scope for deleting IPv4 routeThomas Haller2017-08-033-9/+20
| * | platform: use proper rt_source of route for add and deleteThomas Haller2017-08-033-8/+18
| * | platform: drop duplicate cmd_obj_stackinit_id() virtual functionThomas Haller2017-08-032-40/+3
| * | platform: add compare functions for routes with different compare semanticsThomas Haller2017-08-0311-178/+310
| * | core: add nm_utils_ip6_address_same_prefix_cmp() helperThomas Haller2017-07-312-18/+37
| * | shared: cleanup NM_CMP_*() macrosThomas Haller2017-07-312-64/+74
| * | shared: move NM_CMP_*() helper macros to shared headerThomas Haller2017-07-312-75/+77
| * | platform/trivial: rename cmp helper macrosThomas Haller2017-07-311-221/+221
|/ /
* | platform: fix failed assertion with cloned routeBeniamino Galvani2017-07-311-3/+5
* | ppp: fix generation of IP config received from pppdBeniamino Galvani2017-07-281-15/+15
* | core: fix IPv6 address lookupBeniamino Galvani2017-07-271-1/+1