summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: add NMDeviceIPTunnelbg/device-creation-ip-tunnelBeniamino Galvani2015-11-126-0/+485
* device/ip-tunnel: add support for SIT tunnelsBeniamino Galvani2015-11-121-0/+48
* platform: add basic SIT supportBeniamino Galvani2015-11-126-0/+240
* device: remove NMDeviceGreBeniamino Galvani2015-11-125-427/+0
* device: add NMDeviceIPTunnelBeniamino Galvani2015-11-1211-3/+706
* platform: add GRE link creation supportBeniamino Galvani2015-11-123-0/+98
* cli: add support for IP tunnel settingsBeniamino Galvani2015-11-122-2/+231
* libnm: add NMSettingIPTunnelBeniamino Galvani2015-11-1211-1/+741
* agent-manager: add a missing break in caseLubomir Rintel2015-11-121-0/+1
* nmcli/bash-completion: fix --show-password parsingLubomir Rintel2015-11-121-1/+1
* device: don't try to re-add addresses that vanish on device disconnectionLubomir Rintel2015-11-121-23/+27
* nm-device: only progress with ip-config if the device is still in IP_WAITLubomir Rintel2015-11-111-2/+4
* wifi: minor refactoring logging BSSID in supplicant_iface_new_bss_cb()Thomas Haller2015-11-111-4/+2
* Revert "wifi: do no crash when getting BSSID fails"Thomas Haller2015-11-111-5/+1
* wifi: don't accept any BSSes with missing BSSIDs (rh #1276426)Dan Williams2015-11-112-3/+4
* systemd/adapt: return G_SOURCE_REMOVE in time event callbackBeniamino Galvani2015-11-111-10/+3
* valgrind: drop unused suppressions for libnl-route-3 (rtnl)Thomas Haller2015-11-111-44/+1
* libnm/keyfile: fix leak in ip6-addr-gen-mode writerThomas Haller2015-11-111-1/+1
* python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller2015-11-1111-0/+22
* cli: print a warning if BSSID is given instead of SSID for hidden APJiří Klimeš2015-11-111-0/+5
* wifi: fix a crash while attempting to connect hidden AP (bgo #757814)Jiří Klimeš2015-11-111-2/+2
* core/dbus: merge branch 'dcbw/gdbus-object-manager' (early part)Thomas Haller2015-11-1016-215/+517
|\
| * ifcfg-rh: use distinct D-Bus connection for ifcfg-rh serviceThomas Haller2015-11-102-52/+230
| * exported-object: split out the creation of interface skeletonsThomas Haller2015-11-102-76/+124
| * core: explicitly unexport objects when we're done with themDan Williams2015-11-1011-47/+75
| * wifi/ap: use direct-hashing for aps hashThomas Haller2015-11-101-3/+8
| * wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller2015-11-102-33/+45
| * wifi/ap: set the current-ap after adding the new APThomas Haller2015-11-101-1/+1
| * core: fix wrongly exporting object before instance is fully constructedThomas Haller2015-11-104-4/+33
| * ifcfg-rh: fix chaining constructed() method for SettingsPluingIfcfgThomas Haller2015-11-101-0/+2
|/
* build: hack around compiler warning in g-ir-scannerThomas Haller2015-11-101-1/+1
* core: fix builds with older gcc (like 4.4.x)Dan Williams2015-11-101-1/+1
* device: don't call into rdisc when there's noneLubomir Rintel2015-11-101-1/+1
* device: fix a dad6_failed_addrs use-after-freeLubomir Rintel2015-11-101-0/+1
* device: avoid removing a list element while iterating itLubomir Rintel2015-11-101-2/+3
* build: avoid invalid compiler warningThomas Haller2015-11-101-1/+1
* merge: branch 'bg/lldp-test-bgo757005'Beniamino Galvani2015-11-108-9/+282
|\
| * lldp: add test caseBeniamino Galvani2015-11-105-0/+267
| * lldp: decouple NMLldpListener from platformBeniamino Galvani2015-11-103-9/+15
|/
* cli: add command for displaying LLDP neighborsBeniamino Galvani2015-11-105-4/+297
* merge: add 'nmcli device wifi hotspot' command (bgo #756081)Jiří Klimeš2015-11-106-33/+451
|\
| * nmcli: add a hotspot example to nmcli manual pageJiří Klimeš2015-11-101-0/+5
| * cli: add '--show-password' option for 'nmcli device wifi hotspot'Jiří Klimeš2015-11-103-10/+23
| * cli: add 'password' option for 'nmcli device wifi hotspot'Jiří Klimeš2015-11-103-14/+58
| * cli: add 'nmcli device wifi hotspot' commandJiří Klimeš2015-11-103-6/+360
| * cli: move unique_connection_name() to common.c as nmc_unique_connection_name()Jiří Klimeš2015-11-093-27/+29
|/
* man: fix synopsis for nmcli connection up (bgo #757777)Adam Bk2015-11-091-2/+2
* agent-manager: cancel pending auth chain for the disappearing agentLubomir Rintel2015-11-061-0/+14
* device: set a reason when device enslave failsLubomir Rintel2015-11-061-3/+4
* cli: fix `nmcli device set DEV managed true`Thomas Haller2015-11-061-1/+1