summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: sort IPv6 addresses (add nm_ip6_config_addresses_sort())th/sort_addressesThomas Haller2014-03-144-7/+212
* test: make use of new libnm-util/nm-test-utils.h headerThomas Haller2014-03-141-60/+20
* libnm-util: add private header file nm-test-utils.hThomas Haller2014-03-143-4/+173
* trivial: fix invalid code commentThomas Haller2014-03-141-1/+1
* libnm-util: remove assert to nm_utils_ip4_netmask_to_prefixThomas Haller2014-03-142-10/+0
* platform: merge branch 'th/platform_link_logging'Thomas Haller2014-03-134-53/+275
|\
| * core: add debug logging for link disconnect actionThomas Haller2014-03-131-8/+20
| * platform: add logging for adding/changing linksThomas Haller2014-03-131-0/+28
| * platform: extract function nm_platform_addr_flags2str() to wrap rtnl_addr_fla...Thomas Haller2014-03-132-15/+27
| * platform: log more details about link signalThomas Haller2014-03-131-1/+1
| * platform: add to_string functions for libnl objectsThomas Haller2014-03-131-4/+92
| * platform: add function nm_platform_link_to_string()Thomas Haller2014-03-132-0/+47
| * platform: be more resilient to unexpected libnl objectsThomas Haller2014-03-131-25/+60
|/
* wifi: fix some warnings caused by hidden SSID patches (23a5ae2f) (rh #1069844)Dan Williams2014-03-132-3/+5
* core: fix a regression in manual device disconnection (bgo #726239)Jiří Klimeš2014-03-131-1/+5
* core: Merge branch 'th/rh907836_rename_iface'Thomas Haller2014-03-124-54/+152
|\
| * core: support renaming of NMDevice (changes of ifname)Thomas Haller2014-03-122-19/+110
| * dhcp: downgrade warning about unhandled DHCP event in case of terminated clientThomas Haller2014-03-121-15/+16
| * platform: react on udev signal "move"Thomas Haller2014-03-121-2/+4
| * platform: fix link_type_from_udev() to use ifname from libnlThomas Haller2014-03-121-18/+22
|/
* wifi: fix connection to hidden SSID networks (rh #1069844)Dan Williams2014-03-129-11/+208
|\
| * wifi: bypass available check for hidden APs during activation (rh #1069844)dcbw/hidden-ssidDan Williams2014-03-124-11/+68
| * wifi: add HIDDEN flag for completed connections without an AP (rh #1069844)Dan Williams2014-03-121-0/+6
| * ifcfg-rh: add support for SSID_HIDDEN (rh #1069844)Dan Williams2014-03-125-0/+134
|/
* Merge code sanitizing team config being passed to libteamdctl (rh #1051517)Jiří Klimeš2014-03-122-2/+16
|\
| * cli: sanitize team config before setting it into propertyJiří Klimeš2014-03-121-1/+12
| * team: replace NL chars in team config when passing to libteamdctl (rh #1051517)Jiří Klimeš2014-03-121-1/+4
* | Merge fixes for handling team config team (rh #1035859)Jiří Klimeš2014-03-122-23/+35
|\ \ | |/
| * team: log error codes from teamd functions on failureJiří Klimeš2014-03-121-4/+6
| * team: read team port config in nm_team_update_slave_connection() (rh #1035859)Jiří Klimeš2014-03-122-14/+22
| * team: do not free config got from teamdJiří Klimeš2014-03-121-5/+7
|/
* Merge nmcli code accepting 'master' for slaves as connection ID (rh #1057494)Jiří Klimeš2014-03-122-18/+116
|\
| * cli: accept prefix "ifname/", "uuid/" or "id/" for 'master' argumentJiří Klimeš2014-03-122-15/+56
| * cli: allow specifying 'master' for slaves as connection ID (rh #1057494)Jiří Klimeš2014-03-122-15/+72
|/
* ifcfg-rh writer: do not set TYPE for team ports (rh #1074160)Jiri Pirko2014-03-123-0/+5
* core: allow matching IPv6 'link-local' method to 'ignore' (rh #1073824)Jiří Klimeš2014-03-122-0/+69
* core: refactor delete_on_deactivate in nm-deviceThomas Haller2014-03-111-15/+47
* po: updated Italian (it) translation (bgo #725988)Milo Casagrande2014-03-101-1052/+3137
* device: fix uninitialized ifa_flagsJiří Klimeš2014-03-071-1/+1
* examples: fix Makefile.am to include all Python examples for distributionJiří Klimeš2014-03-071-1/+1
* rdisc: avoid integer overflow when calculating timeoutsThomas Haller2014-03-061-8/+8
* rdisc: set the expiration timer correctly (rh #1073560)Dan Winship2014-03-061-2/+4
* test: fix failure in `make check` due to invalid sorting of libnm-util/libnm-...Thomas Haller2014-03-061-1/+1
* core: unschedule deletion of software device when starting an activation requestDan Williams2014-03-061-0/+2
* core/dhcp: reduce the wait time when killing dhcp client processThomas Haller2014-03-063-7/+7
* platform, devices: add support for vxlan (rh #1066705)Dan Winship2014-03-0615-31/+813
|\
| * platform, devices: add support for vxlan devicesDan Winship2014-03-0612-0/+778
| * platform: fix some tabs-vs-spacesDan Winship2014-03-061-12/+12
| * devices: fix up parent/peer tracking in some virtual devicesDan Winship2014-03-063-19/+23
|/
* libnm-util, libnm-glib: Add master/slave-matching utils (rh #1045203)Dan Winship2014-03-0621-11/+207
|\