summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: tune down warning about failure to set userspace IPv6LL on non-existi...th/avoid-wrong-warnings-rh1323571Thomas 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
* dhcp: let dhcp clients hold a reference to NMDhcpListenerBeniamino Galvani2016-07-012-8/+20
* manager: use priv->config instead of singleton getter nm_config_get()Thomas Haller2016-07-011-2/+2
* manager: keep reference on NMAuthManager singletonThomas Haller2016-07-011-6/+12
* libnm-core: suppress compiler warning in mac_address_parser()Beniamino Galvani2016-07-011-1/+1
* cli: fix parsing of route metric on 32-bit archsBeniamino Galvani2016-06-301-3/+7
* device/wifi: properly reset the initial hardware address on shutdownThomas Haller2016-06-303-5/+31
* systemd: merge branch systemd into masterThomas Haller2016-06-3032-190/+625
|\
| * systemd: update code from upstreamThomas Haller2016-06-3030-188/+617
* | man: improve NetworkManager.conf manual fo "wifi.scan-rand-mac-address"Thomas Haller2016-06-301-9/+12
* | device: merge branch 'th/device-inital-mac-addr-bgo708820'Thomas Haller2016-06-3061-745/+2760
|\ \
| * | device: don't regenerate MAC address on multiple _set_cloned() callsThomas Haller2016-06-301-0/+12
| * | device: reset MAC address in NMDevice's deactivate()Thomas Haller2016-06-304-16/+2
| * | all: make MAC address randomization algorithm configurableThomas Haller2016-06-3017-60/+519
| * | device: log more details when setting MAC addressThomas Haller2016-06-306-24/+26
| * | core: refactor unmanaging devices on shutdown and unmanage Wi-Fi devicesThomas Haller2016-06-304-23/+62
| * | wifi: make MAC address randomization during scanning configurableThomas Haller2016-06-302-4/+32
| * | wifi: implement MAC address randomization in NetworkManager instead of suppli...Thomas Haller2016-06-308-109/+105
| * | libnm: deprecated wireless.mac-address-randomization property for wireless.cl...Thomas Haller2016-06-302-0/+81
| * | device: fail activation on failure to set cloned MAC addressThomas Haller2016-06-306-7/+15
| * | device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-3027-123/+791
| * | device: use permanent MAC address for creating default wired connectionThomas Haller2016-06-301-5/+5
| * | device: let infiniband prefer permanent MAC address for infiniband.mac-addres...Thomas Haller2016-06-301-4/+9
| * | device: fix matching MAC address for VLAN and MACVLAN devicesThomas Haller2016-06-304-19/+22
| * | core: fix comparing nm_setting_wired_get_mac_address() with permanent MAC add...Thomas Haller2016-06-302-4/+9
| * | device: let device specs match on permanent MAC addressThomas Haller2016-06-305-21/+24
| * | device: don't clear the current MAC addressThomas Haller2016-06-301-4/+5
| * | device: implememnt "perm-hw-address" property in NMDeviceThomas Haller2016-06-306-48/+22
| * | device: only set permanent hardware address onceThomas Haller2016-06-304-39/+66
| * | device/trivial: rename hw-addr related fields in NMDevicePrivateThomas Haller2016-06-301-18/+18
| * | device: re-read initial hw-address before activating connectionThomas Haller2016-06-301-0/+3
| * | device: re-read the current MAC address when the link changesThomas Haller2016-06-302-25/+26
| * | device: cleanup logging for setting MAC addressThomas Haller2016-06-301-7/+11