summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rdisc: tighten up type and range of NMRDiscRoute.plenth/rdisc-cleanupThomas Haller2016-07-076-30/+31
* rdisc: hide internal fields from NMRDisc APIThomas Haller2016-07-078-204/+331
* rdisc: move sysctl configuration values to NMRDiscPrivateThomas Haller2016-07-074-56/+98
* rdisc: move @iid field to NMRDiscPrivateThomas Haller2016-07-072-6/+6
* rdisc: refactor logging config-changes not as signal handlerThomas Haller2016-07-072-35/+40
* rdisc: emit config-changed signal by ID and not by nameThomas Haller2016-07-071-6/+13
* rdisc: remove unused signal slots ra_timeout and ra_processThomas Haller2016-07-072-3/+1
* rdisc: move public fields from NMRDisc to NMRDiscPrivateThomas Haller2016-07-076-40/+133
* rdisc: move @platform and @netns field to private structure NMRDiscPrivateThomas Haller2016-07-072-16/+21
* rdisc: embed pointer to private data in NMRDiscThomas Haller2016-07-072-13/+37
* rdisc/tests: don't link nm-fake-rdisc with non-testing NetworkManager binaryThomas Haller2016-07-072-4/+2
* rdisc: hide NMLndpRDisc struct and embed private dataThomas Haller2016-07-072-27/+44
* rdisc/trivial: rename NMLNDPRDisc to NMLndpRDiscThomas Haller2016-07-072-17/+17
* contrib/rpm: improve detection of ppp_version from spec fileThomas Haller2016-07-071-2/+2
* contrib/rpm: fix %{snap} define to have snapshot before git-shaThomas Haller2016-07-071-1/+1
* cli/connections: fail the activation when the active connection disappearsLubomir Rintel2016-07-071-47/+64
* libnm/client: emit signals when active connection disappearsLubomir Rintel2016-07-072-0/+54
* libnm-core: drop unused variableLubomir Rintel2016-07-071-1/+0
* bond: merge branch 'bg/bond-options-validate-bgo767776'Beniamino Galvani2016-07-063-79/+158
|\
| * bond: use defines for sysfs attribute namesBeniamino Galvani2016-07-061-41/+41
| * bond: fix default value for 'ad_actor_system' optionBeniamino Galvani2016-07-062-1/+17
| * bond: improve compatibility check of options and modesBeniamino Galvani2016-07-063-70/+133
|/
* shared: add NM_VPN_PLUGIN_CONFIG_PROXY_PAC to "nm-vpn-plugin-macros.h" for VP...Thomas Haller2016-07-061-0/+4
* device: don't try to generate ipv6ll address for disconnected devicesBeniamino Galvani2016-07-061-2/+3
* device: downgrade logging warning in nm_device_steal_connection()Thomas Haller2016-07-061-1/+1
* core/trivial: cleanup indention for property definitions in nm-ip[46]-config.cThomas Haller2016-07-062-105/+105
* wifi: cleanup type implementation of NMDeviceWifiThomas Haller2016-07-062-125/+117
* wifi: fix missing pending-action-remove for "scan"Thomas Haller2016-07-061-11/+22
* wifi: minor cleanups for boolean variablesThomas Haller2016-07-061-3/+5
* libnm-core: ip-config: normalize may-fail for disabled IP methodsBeniamino Galvani2016-07-064-0/+82
* platform/tests: fix link testsThomas Haller2016-07-051-7/+2
* core: merge branch 'th/avoid-wrong-warnings-rh1323571'Thomas Haller2016-07-0516-187/+272
|\
| * device: tune down warning about failure to set userspace IPv6LL on non-existi...Thomas Haller2016-07-054-15/+22
| * ifcfg: downgrade warning about NM_CONTROLLED=noThomas Haller2016-07-052-13/+5
| * veth: refactor type definition of NMDeviceVethThomas Haller2016-07-052-20/+39
| * ethernet: notify when setting s390 subchannelsThomas Haller2016-07-051-8/+16
| * ethernet: implement NMDeviceEthernet's properties via NM_GOBJECT_PROPERTIES_D...Thomas Haller2016-07-051-20/+16
| * ethernet: cleanup type definition of NMDeviceEthernetThomas Haller2016-07-052-15/+45
| * ethernet: refactor clearing GSource and signal handler id for dcbThomas Haller2016-07-051-32/+16
| * ethernet: refactor construction of NMDeviceEthernat and void warning to updat...Thomas Haller2016-07-051-23/+11
| * ethernet: improve logging for _update_s390_subchannels()Thomas Haller2016-07-051-5/+5
| * ethernet: minor cleanups in NMDeviceEthernetThomas Haller2016-07-051-30/+20
| * core: don't warn when setting address of non-existing linkThomas Haller2016-07-056-20/+29
| * shared: add nm_strquote_a() helperThomas Haller2016-07-051-0/+29
| * logging: don't log the function nameThomas Haller2016-07-052-2/+11
| * shared: drop function name from g_return_val_if_reached()Thomas Haller2016-07-051-0/+24
|/
* device: fix logging message in nm_device_update_permanent_hw_address()Thomas Haller2016-07-051-2/+2
* build: print pppd plugin directory in ./configure summaryThomas Haller2016-07-041-1/+1
* vpn: support option to preserve previous routing information on VPN config up...Thomas Haller2016-07-043-2/+38
* manager: preserve constness in NM_MANAGER_GET_PRIVATE() and add compile-time ...Thomas Haller2016-07-011-2/+13