summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* settings: fix clearing nm-generated/volatile flags of connectionThomas Haller2017-12-115-8/+18
* ifcfg-rh: add tc supportlr/tcLubomir Rintel2017-12-114-2/+113
* device: set traffic filters when device comes upLubomir Rintel2017-12-111-1/+35
* platform: fix TC to-string/hash/cmp functions to include the actionThomas Haller2017-12-113-3/+40
* platform: add support for traffic filtersLubomir Rintel2017-12-116-13/+408
* keyfile/tests: test tc traffic filter reading and writingLubomir Rintel2017-12-112-0/+53
* device: set qdiscs when device comes upLubomir Rintel2017-12-111-0/+51
* keyfile/tests: test tc qdisc reading and writingLubomir Rintel2017-12-112-1/+82
* platform/tests: tests qdisc caching behaviorLubomir Rintel2017-12-111-1/+90
* platform: add support for queueing disciplinesLubomir Rintel2017-12-116-23/+363
* platform: add <linux/tc_act/tc_defact.h> headerThomas Haller2017-12-111-0/+23
* platform: merge nm_platform_*_delete() delete functionsThomas Haller2017-12-116-25/+30
* platform/nmp-object: (trivial) keep enum ordered by a numeric valueLubomir Rintel2017-12-111-1/+1
* platform/linux: stringify also NLMSG_* in logsLubomir Rintel2017-12-111-8/+12
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-1111-98/+98
* ifcfg-rh: drop unused functionsLubomir Rintel2017-12-112-9/+2
* ifcfg-rh: drop unused and confusing error argumentsLubomir Rintel2017-12-111-5/+5
* platform/tests: add a missing copyright noticeLubomir Rintel2017-12-111-0/+18
* platform/tests: drop bad commentLubomir Rintel2017-12-116-12/+6
* core: fix typo for logging of NMSettingsConnectionFlags "nm-generated"Thomas Haller2017-12-111-1/+1
* ifcfg-rh: tests: align json team configuration format to jansson oneFrancesco Giudici2017-12-087-12/+14
* ifcfg-rh: use separate variables for DNS searchesBeniamino Galvani2017-12-074-32/+29
* ifcfg-rh: initialize watch descriptors to -1Francesco Giudici2017-12-071-0/+7
* all: use cast macros instead of C castThomas Haller2017-12-064-4/+4
* tree-wide: cast after g_object_ref() for proposed GLib patchColin Walters2017-12-062-2/+2
* device: restore original dynamic IPv6 configuration on reapplyBeniamino Galvani2017-12-063-82/+222
* device: restore original dynamic IPv4 configuration on reapplyBeniamino Galvani2017-12-061-43/+88
* device: remove 'force_restart' argument from reactivate functionsBeniamino Galvani2017-12-063-31/+21
* device: don't force a restart of IP configuration on reapplyBeniamino Galvani2017-12-061-2/+2
* core: add non-destructive ip config intersect functionBeniamino Galvani2017-12-064-22/+172
* core: add generic functions for set operationsBeniamino Galvani2017-12-061-0/+50
* core: add nm_ipX_config_clone()Beniamino Galvani2017-12-066-26/+28
* core: drop unused macro argumentBeniamino Galvani2017-12-061-10/+10
* settings: support setting a connection as volatile via Update2()th/user-block-autoconnect-rh1401515Thomas Haller2017-12-052-43/+82
* settings: delete volatile connection and support setting the volatile flagThomas Haller2017-12-051-15/+110
* manager/trivial: reorder declarations at beginning of fileThomas Haller2017-12-051-80/+88
* settings: let invisible connection not autoconnect according to is_blocked() ...Thomas Haller2017-12-052-10/+23
* settings: remove accessor functions to connection flagsThomas Haller2017-12-057-53/+18
* settings: refactor setting connection flagsThomas Haller2017-12-052-28/+26
* settings: track visible state as regular connection flagsThomas Haller2017-12-055-62/+24
* settings: add "connection-flags-changed" signal to connectionThomas Haller2017-12-052-0/+25
* settings: block autoconnect of volatile connectionsThomas Haller2017-12-051-1/+2
* settings: move delete call to separate functionThomas Haller2017-12-051-14/+24
* settings: clear filename after deleting file from diskThomas Haller2017-12-051-0/+2
* ifcfg-rh: add and use nm_inotify_helper_clear_watch() helperThomas Haller2017-12-052-18/+17
* ifcfg-rh: move nm-inotify-helper to ifcfg-rh pluginThomas Haller2017-12-054-7/+1
* ifcfg-rh: fix path_watch_stop() not to create inotify-helperThomas Haller2017-12-051-23/+11
* settings: pass new_connection to commit_changes() and fix ifnetThomas Haller2017-12-054-5/+5
* settings: unify settings-update API (drop internal _update())Thomas Haller2017-12-051-29/+13
* settings: unify settings-update API (rename and merge)Thomas Haller2017-12-0513-123/+97