summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: optimize NMMultiIndex by special caseing ids with one value onlyth/platform-no-sync-socket-bgo759490Thomas Haller2015-12-172-60/+99
* platform: add index for links by ifnameThomas Haller2015-12-172-2/+54
* platform: tighten return value from do_add_addrroute()Thomas Haller2015-12-161-5/+11
* platform: check for existing link in do_add_link_with_lookup()Thomas Haller2015-12-161-0/+14
* platform: change meaning of return value for delete-functionThomas Haller2015-12-161-9/+13
* platform: drop delayed_action idle handlerThomas Haller2015-12-161-19/+2
* platform/trivial: rename internal field with netlink socketThomas Haller2015-12-161-14/+14
* platform: inline event_handler_read_netlink()Thomas Haller2015-12-161-50/+45
* platform: drop synchronous netlink socketThomas Haller2015-12-161-32/+0
* platform: change links via event netlink socketThomas Haller2015-12-162-32/+42
* platform: delete objects via event netlink socketThomas Haller2015-12-161-62/+33
* platform: add addresses and routes via event netlink socketThomas Haller2015-12-161-32/+23
* platform: add links via event netlink socketThomas Haller2015-12-161-47/+27
* platform: improve waiting for netlink responseThomas Haller2015-12-161-109/+310
* platform: minor refactoring in delayed_action_schedule()Thomas Haller2015-12-161-7/+38
* platform: implement our own sequence counterThomas Haller2015-12-161-6/+4
* platform/trivial: remove obsolete code commentThomas Haller2015-12-161-6/+0
* platform: cleanup event_handler_recvmsg() (rename event_valid_msg())Thomas Haller2015-12-161-8/+5
* platform: cleanup event_handler_recvmsg() (drop _nl_sock_flush_data())Thomas Haller2015-12-161-35/+8
* platform: cleanup event_handler_recvmsg() (adjust log messages)Thomas Haller2015-12-161-10/+10
* platform: cleanup event_handler_recvmsg() (inline event_err())Thomas Haller2015-12-161-10/+4
* platform: cleanup event_handler_recvmsg() (move EAGAIN workaround)Thomas Haller2015-12-161-9/+9
* platform: cleanup event_handler_recvmsg() (inline verify_source())Thomas Haller2015-12-161-28/+14
* platform: cleanup event_handler_recvmsg() (code-style)Thomas Haller2015-12-161-16/+16
* platform: reimplement nl_recvmsg() in platformThomas Haller2015-12-161-12/+156
* platform/trivial: move codeThomas Haller2015-12-161-182/+182
* device: don't remove the device from master if its link has no masterLubomir Rintel2015-12-161-0/+3
* platform/tests: always run link tests using both methodsBeniamino Galvani2015-12-161-9/+32
* merge: fix various crashes and issues with ADSL devices (bgo #759001)Dan Williams2015-12-163-178/+249
|\
| * adsl: look up ATM index before constructionDan Williams2015-12-163-54/+90
| * adsl: fix detection of br2684 ("nas") interface (bgo #759001)Dan Williams2015-12-161-126/+161
|/
* cli: check ip-tunnel mode right after it is readJiří Klimeš2015-12-161-8/+8
* cli: enable TAB-completion for macvlan.mode in editorJiří Klimeš2015-12-161-1/+13
* cli: enable TAB-completion for "MACVLAN mode: " in nmcli -a con add type macvlanJiří Klimeš2015-12-161-1/+15
* cli: enable TAB-completion for ip-tunnel.mode in editorJiří Klimeš2015-12-161-1/+14
* cli: enable TAB-completion for "Tunnel mode: " in nmcli -a con add type ip-tunJiří Klimeš2015-12-161-1/+15
* cli: there are 5 optional arguments for vxlan connectionsJiří Klimeš2015-12-161-1/+1
* cli: remove stray space from help descriptionJiří Klimeš2015-12-161-1/+2
* cli: (trivial) fix a copy-paste error in a commentJiří Klimeš2015-12-161-1/+1
* 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
|\