summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tun: add support for MTU and cloned-mac-address propertiesbg/sw-devices-mtu-bgo759549Beniamino Galvani2015-12-162-0/+61
* vxlan: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-162-0/+55
* ip-tunnel: add a MTU propertyBeniamino Galvani2015-12-165-1/+77
* cli: document ip-tunnel connection typeBeniamino Galvani2015-12-162-1/+19
* cli: allow specifying a 'dev' option when adding IP tunnelsBeniamino Galvani2015-12-161-3/+35
* cli: fix error handling in creation of IP tunnelsBeniamino Galvani2015-12-161-0/+3
* manager: don't create the virtual devices on all connection changesLubomir Rintel2015-12-151-8/+6
* cli: monitor whether NetworkManager is runningJiří Klimeš2015-12-141-0/+33
* cli: primary connection is not NMConnection, but NMActiveConnectionJiří Klimeš2015-12-141-4/+4
* device: remove the unreferenced unreal devicesLubomir Rintel2015-12-141-0/+5
* device: reset autoconnect when the device unrealizesLubomir Rintel2015-12-141-2/+4
* libnm-core: add missing transfer annotation for nm_utils_enum_get_values()Jiří Klimeš2015-12-121-1/+1
* platform: refactor handling netlink message by manually inlining cache functionsThomas Haller2015-12-121-47/+6
* merge: enable VPN secrets for nmtui/nmcli secret agent (rh #975185)Jiří Klimeš2015-12-128-19/+494
|\
| * tui: prefill a secret in the entry if we have a valueJiří Klimeš2015-12-121-0/+2
| * tui: allow connecting to OpenConnectJiří Klimeš2015-12-121-1/+91
| * cli: do not present secrets from openconnect to the user for confirmationJiří Klimeš2015-12-121-4/+10
| * cli: make asking VPN secrets for OpenConnect really workJiří Klimeš2015-12-121-1/+95
| * clients: add a helper function to get required openconnect VPN secretsJiří Klimeš2015-12-122-0/+85
| * clients: add vpn_type member to secret structure in secret agentJiří Klimeš2015-12-122-0/+20
| * clients: move vpn_get_secret_names() to nm-vpn-helpersJiří Klimeš2015-12-124-48/+54
| * clients: enable VPN secrets for nmtui/nmcli secret agent (rh #975185)Jiří Klimeš2015-12-122-13/+185
|/
* platform/tests: add --no-persist option to monitorThomas Haller2015-12-121-1/+37
* tests: don't assert for initialized tests in g_test_assert_expected_messages()Thomas Haller2015-12-121-1/+0
* platform: inline setup_socket() functionThomas Haller2015-12-121-52/+51
* platform: factor out completing and sending netlink messageThomas Haller2015-12-121-39/+31
* platform/tests: refactor nmtstp_link_*_add() functionsThomas Haller2015-12-112-53/+113
* platform/tests: add nmtstp_link_get_typed()Thomas Haller2015-12-112-2/+14
* device: don't tell the device to unconfigure if it's gone alreadyLubomir Rintel2015-12-111-1/+5
* manager: clean up the system_create_virtual_device() error handlingLubomir Rintel2015-12-111-33/+33
* manager: if there's an unrealized device that matches new connection, realize itLubomir Rintel2015-12-111-28/+36
* platform/tests: ignore failure of iproute2 command for adding vxlan interfaceThomas Haller2015-12-113-24/+37
* platform/tests: workaround broken vxlan platform tests on older kernelThomas Haller2015-12-111-2/+7
* platform: add const to input arguments to link-add functionsThomas Haller2015-12-114-37/+80
* device: do the LL check when the device is disconnectedLubomir Rintel2015-12-111-1/+1
* build: bump soup requirement to 2.40Lubomir Rintel2015-12-101-2/+2
* build: use soup 2.32Lubomir Rintel2015-12-101-1/+2
* vpn-connection: fix getting of MTU from the VPN configLubomir Rintel2015-12-101-1/+1
* platform: EAGAIN is equal to EWOULDBLOCKThomas Haller2015-12-101-1/+5
* platform: merge branch 'th/platform-fixes-and-tests'Thomas Haller2015-12-104-22/+216
|\
| * platform/tests: add test adding many dummy devicesThomas Haller2015-12-101-0/+80
| * platform/tests: use nmtstp_link_del() functionThomas Haller2015-12-101-19/+17
| * platform/tests: add nmtstp_link_del() helperThomas Haller2015-12-102-0/+48
| * platform/tests: add nmtstp_link_get() helperThomas Haller2015-12-102-0/+33
| * platform/tests: add nmtstp_link_dummy_add() helperThomas Haller2015-12-102-0/+26
| * platform/tests: log timestamp in test messagesThomas Haller2015-12-101-2/+7
| * platform: fix memleak in _nl_sock_flush_data()Thomas Haller2015-12-101-1/+4
| * platform: fix event_handler_read_netlink_one() wrongly returning with nothing...Thomas Haller2015-12-101-0/+1
|/
* vpn-connection: notify the object of banner changeLubomir Rintel2015-12-101-1/+3
* platform: merge branch 'th/platform-api-cleanup-bgo759261' into masterThomas Haller2015-12-1024-476/+361
|\