summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dbus: allow talking to fortisslvpn pluginLubomir Rintel2015-10-231-0/+1
* cli: improve error reporting of missing 'ifname' parameterJiří Klimeš2015-10-231-8/+13
* cli: trivial: correct argument description for nmc_parse_args()Jiří Klimeš2015-10-231-2/+2
* vlan: fix unmanaged VLAN interface problem (rh #1273879)Jiří Klimeš2015-10-225-10/+20
* wifi: do no crash when getting BSSID failsJiří Klimeš2015-10-221-1/+5
* wifi: fix a problem in removing non-existing sourceJiří Klimeš2015-10-221-0/+3
* ifcfg-rh: remove another unused variable in parse_ethtool_option()Thomas Haller2015-10-201-2/+0
* ifcfg-rh: remove unused variable in parse_ethtool_option()Thomas Haller2015-10-201-4/+0
* ifcfg-rh: improve parsing of Wake-on-LAN optionsThomas Haller2015-10-202-36/+81
* wake-on-lan: add option to keep existing settingsBeniamino Galvani2015-10-207-25/+57
* po: remove unused messages from Italian (it) translationBeniamino Galvani2015-10-201-8/+0
* nmcli: fix bash completion of words containing colon (rh #1271271)Jiří Klimeš2015-10-201-0/+14
* ifcfg-rh/tests: add a missing file to the distributionLubomir Rintel2015-10-191-1/+2
* core: merge branch 'th/wait-carrier-rh1079353'Thomas Haller2015-10-192-15/+14
|\
| * device: properly cancel queued activation requestThomas Haller2015-10-191-1/+1
| * device: don't wait for carrier when activating static connectionThomas Haller2015-10-191-0/+2
| * device: refactor using nm_clear_g_source() for priv->carrier_wait_idThomas Haller2015-10-191-10/+3
| * manager: fix activation without specified deviceThomas Haller2015-10-191-4/+8
|/
* platform: fix link-detection for s390 CTC-type devicesThomas Haller2015-10-191-8/+8
* libnm: specify (transfer none) introspection annotation (bgo #756380)Jiří Klimeš2015-10-121-2/+2
* macros: remove early return from nm_clear_g_signal_handler()Thomas Haller2015-10-121-3/+0
* macros: allow NULL pointer in nm_clear_g_signal_handler()Jiří Klimeš2015-10-121-1/+2
* device: fix wrongly managing external-down device due to not setting EXTERNAL...Thomas Haller2015-10-091-2/+3
* platform: downgrade logging level for "event-notification" messagesThomas Haller2015-10-091-2/+2
* tui: add a checkbox for ignore-auto-routes (bgo #756200)Jiří Klimeš2015-10-092-0/+12
* device/vlan: update VLAN MAC address when parent's one changesBeniamino Galvani2015-10-081-4/+36
* device: fix race wrongly managing external-down device due to late udev signalThomas Haller2015-10-081-18/+26
* ifcfg-rh: accept BOOTPROTO=static with missing IPv4 addressesJosef Bacik2015-10-083-6/+26
* systemd,dhcpv6: clean up the lease on client resetLubomir Rintel2015-10-081-0/+5
* dhcp-systemd: sd_dhcp_lease_load() returns no lease or error on ENOENTLubomir Rintel2015-10-081-1/+1
* device: don't complain about repeated schedules of the same activation stageLubomir Rintel2015-10-071-12/+16
* ifcfg-rh: write REORDER_HDR as more common "yes", "no"Jiří Klimeš2015-10-071-2/+2
* ifcfg-rh: allow svTrueValue() to accept "0" and "1" valuesJiří Klimeš2015-10-074-4/+114
* libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš2015-10-078-15/+86
* systemd: make NetworkManager reloadable via SIGHUPThomas Haller2015-10-071-0/+1
* device: assert that master-ready handler is not scheduled in schedule_stage2_...Thomas Haller2015-10-061-2/+3
* device: handle master-ready before scheduling stage2Thomas Haller2015-10-061-22/+24
* device: fix activating master/slave devices during stage2Thomas Haller2015-10-061-3/+3
* code: merge branch 'th/enslave-team-rh1183444'Thomas Haller2015-10-022-30/+55
|\
| * device: fix activating slave device when stage1 delays actionThomas Haller2015-10-021-23/+40
| * device: use nm_clear_g_signal_handler() to clear master-ready signal handlerThomas Haller2015-10-021-8/+2
| * macros: add nm_clear_g_signal_handler() helperThomas Haller2015-10-021-0/+14
|/
* wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327)Jiří Klimeš2015-10-021-15/+47
* supplicant: fix BSSs property typeJiří Klimeš2015-10-021-1/+1
* nm-vpn-service-plugin: increase the quit timerLubomir Rintel2015-10-012-2/+2
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-3053-116/+148
* dnsmasq-manager: forget the watch when the callback hitsLubomir Rintel2015-09-301-0/+1
* tui: add a missing include to fix buildLubomir Rintel2015-09-301-0/+2
* tui: fix crash during activation when failed to create secret-agentThomas Haller2015-09-301-4/+4
* build: add .travis.ymlLubomir Rintel2015-09-301-0/+10