summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: use NM_PLATFORM_GET where possiblebg/helper-macrosBeniamino Galvani2016-01-045-10/+10
* core: use nm_clear_g_signal_handler() where possibleBeniamino Galvani2016-01-045-46/+11
* core: always use gulong to store signal handler idsBeniamino Galvani2016-01-0414-27/+27
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-0421-189/+46
* core: fix signedness of NMPolicyPrivate.reset_retries_idBeniamino Galvani2016-01-041-1/+1
* build: rename directory "include" to "shared"Thomas Haller2015-12-2427-56/+56
* platform: fix 32-bit buildLubomir Rintel2015-12-231-1/+1
* device/vlan: fix failed assertion in parent_hwaddr_changed()Beniamino Galvani2015-12-221-4/+8
* tun: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-191-0/+60
* vxlan: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-191-0/+54
* ip-tunnel: add a MTU propertyBeniamino Galvani2015-12-191-0/+20
* manager: return values for a non-void functionLubomir Rintel2015-12-181-2/+2
* manager: retry device creation for connection that would use a newly created ...Lubomir Rintel2015-12-181-26/+40
* rdisc: fix regression in send_rs() (cannot create router solicitation)Thomas Haller2015-12-171-1/+1
* core: optimize NMMultiIndex by special caseing ids with one value onlyThomas 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-171-5/+11
* platform: check for existing link in do_add_link_with_lookup()Thomas Haller2015-12-171-0/+14
* platform: change meaning of return value for delete-functionThomas Haller2015-12-171-9/+13
* platform: drop delayed_action idle handlerThomas Haller2015-12-171-20/+2
* platform/trivial: rename internal field with netlink socketThomas Haller2015-12-171-14/+14
* platform: inline event_handler_read_netlink()Thomas Haller2015-12-171-50/+45
* platform: drop synchronous netlink socketThomas Haller2015-12-171-32/+0
* platform: change links via event netlink socketThomas Haller2015-12-172-32/+42
* platform: delete objects via event netlink socketThomas Haller2015-12-171-60/+31
* platform: add addresses and routes via event netlink socketThomas Haller2015-12-171-32/+23
* platform: add links via event netlink socketThomas Haller2015-12-171-47/+27
* platform: assert that delayed_action_handle_all() is not called recursivelyThomas Haller2015-12-171-6/+6
* platform: rework waiting for netlink responseThomas Haller2015-12-171-109/+310
* platform: minor refactoring in delayed_action_schedule()Thomas Haller2015-12-171-7/+38
* platform: implement our own sequence counterThomas Haller2015-12-171-6/+4
* platform/trivial: remove obsolete code commentThomas Haller2015-12-171-6/+0
* platform: cleanup event_handler_recvmsg() (rename event_valid_msg())Thomas Haller2015-12-171-8/+5
* platform: cleanup event_handler_recvmsg() (drop _nl_sock_flush_data())Thomas Haller2015-12-171-35/+8
* platform: cleanup event_handler_recvmsg() (adjust log messages)Thomas Haller2015-12-171-10/+10
* platform: cleanup event_handler_recvmsg() (inline event_err())Thomas Haller2015-12-171-10/+4
* platform: cleanup event_handler_recvmsg() (move EAGAIN workaround)Thomas Haller2015-12-171-9/+9
* platform: cleanup event_handler_recvmsg() (inline verify_source())Thomas Haller2015-12-171-28/+14
* platform: cleanup event_handler_recvmsg() (code-style)Thomas Haller2015-12-171-16/+16
* platform: reimplement nl_recvmsg() in platformThomas Haller2015-12-171-12/+156
* platform/trivial: move codeThomas Haller2015-12-171-182/+182
* rdisc: downgrade logging severity and rate-limit logging for sending router s...Thomas Haller2015-12-174-12/+36
* rdisc: don't log error message when failing to create NDP socketThomas Haller2015-12-175-11/+30
* rdisc: refactor to use nm_clear_source()Thomas Haller2015-12-171-27/+7
* trivial: fix indention/whitespaceThomas Haller2015-12-171-3/+3
* device: connect slave assumption recheck on external enslavementLubomir Rintel2015-12-171-0/+1
* 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
* 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