summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | device: split nm_device_update_permanent_hw_address() out of nm_device_update...Thomas Haller2016-06-303-0/+11
| * | device: initialize NMDevice's hw_addr at end of object constructionThomas Haller2016-06-302-45/+28
| * | device: don't use g_warning for differing hw-addr-len after reading permanent...Thomas Haller2016-06-301-3/+8
| * | device: refactor setting HW address via nm_device_set_hw_addr()Thomas Haller2016-06-308-40/+72
| * | device: always set "cloned-mac-address" even with missing NMSettingWiredThomas Haller2016-06-305-25/+15
| * | device: clear initial_hw_addr in nm_device_update_initial_hw_address()Thomas Haller2016-06-301-0/+1
| * | device: refactor nm_device_get_applied_setting()Thomas Haller2016-06-301-16/+9
| * | libnm: don't serialize empty hardware address on D-BusThomas Haller2016-06-301-8/+11
| * | core: use nm_utils_read_urandom() in nm_utils_secret_key_read()Thomas Haller2016-06-301-17/+11
| * | core: add utils for file handlingThomas Haller2016-06-302-0/+124
| * | ifcfg-rh: explicitly clear HWADDR setting and others in write_wired_for_virtu...Thomas Haller2016-06-301-5/+4
| * | core/utils: convert MAC address in nm_match_spec_hwaddr() from string onceThomas Haller2016-06-301-2/+12
| * | libnm: add internal util function _nm_utils_hwaddr_length()Thomas Haller2016-06-302-0/+29
| * | core: make global variable _nm_utils_testing staticThomas Haller2016-06-301-1/+1
| * | libnm: fix comparing NMSettingIPConfig for address and route propertiesThomas Haller2016-06-302-9/+191
| * | wifi: move static lookup-array for is_manf_default_ssid()Thomas Haller2016-06-301-25/+21
| * | core: prefer connection.stable-id to generate IPv6 stable privacy addressesThomas Haller2016-06-3011-22/+127
| * | rdisc/trivial: rename @uuid field to @network_idThomas Haller2016-06-306-13/+13
| * | libnm: add NMSettingConnection:stable-id propertyThomas Haller2016-06-307-31/+102
| * | config: make "ignore-carrier" a per-device configuration optionThomas Haller2016-06-303-25/+49
| * | config: add support for per-device configuration to NetworkManager.confThomas Haller2016-06-305-65/+223
|/ /
* | merge: branch 'lr/completion'Lubomir Rintel2016-06-293-124/+130
|\ \
| * | cli/device: allow completion of the "wifi" command namelr/completionLubomir Rintel2016-06-291-4/+16
| * | cli/device: add "lldp list" subcommand completionLubomir Rintel2016-06-291-4/+5
| * | cli: make subcommand dispatch do autocompletionLubomir Rintel2016-06-292-4/+18
| * | cli: add boolean value completion helperLubomir Rintel2016-06-292-0/+16
| * | cli: add arbitrary string list completion helperLubomir Rintel2016-06-292-0/+24
| * | cli/device: make "lldp list" subcommand use get_device()Lubomir Rintel2016-06-291-32/+18
| * | cli/device: make "set" subcommand use get_devices()Lubomir Rintel2016-06-291-51/+17
| * | cli/device: convert lldp subcommand to nmc_do_cmd()Lubomir Rintel2016-06-291-11/+7
| * | cli/device: convert wifi subcommand to nmc_do_cmd()Lubomir Rintel2016-06-291-18/+9
|/ /
* | merge: branch 'lr/device-modify'Lubomir Rintel2016-06-298-308/+469
|\ \
| * | cli/device: add modify commandlr/device-modifyLubomir Rintel2016-06-293-5/+181