summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg: don't skip ipv4 properties when method is sharedfg/dhcp-hostname_persist-rh1519299Francesco Giudici2018-02-281-54/+41
* dhcp: fix uninitialized pointer in DHCP listener's _method_call_handle()Thomas Haller2018-02-281-1/+1
* libnm/tests: fix compilation of test-generalThomas Haller2018-02-261-2/+2
* libnm/tests: avoid compiler message about -fvar-tracking-assignments in test-...Thomas Haller2018-02-261-2081/+2117
* platform/wifi: don't pass ownership of message to nl80211_send_and_recv()Thomas Haller2018-02-241-11/+9
* platform/wifi: fix memleak in _nl80211_send_and_recv()Thomas Haller2018-02-241-1/+2
* platform/wifi: drop an unused variableLubomir Rintel2018-02-231-1/+0
* merge: branch 'lr/ugly-descriptions'Lubomir Rintel2018-02-234-217/+2687
|\
| * libnm/device: use the type name for description if the product is emptylr/ugly-descriptionsLubomir Rintel2018-02-231-2/+5
| * libnm/device: (trivial) move some function upwardsLubomir Rintel2018-02-231-130/+130
| * libnm/device: prefer FROM_DATABASE udev propertiesLubomir Rintel2018-02-231-7/+6
| * libnm/utils: drop part after a dash in product nameLubomir Rintel2018-02-232-0/+17
| * libnm/utils: extend the product fixup phrase listLubomir Rintel2018-02-234-41/+2070
| * libnm/utils: ignore parts of vendor name after a slashLubomir Rintel2018-02-232-2/+17
| * libnm/utils: deal with the square brackets on producr/vendor fixupLubomir Rintel2018-02-232-5/+38
| * libnm/utils: ignore stuff in parentheses for vendor/product fixupsLubomir Rintel2018-02-232-2/+19
| * libnm/utils: add more phrases to vendor fixup listLubomir Rintel2018-02-232-1/+174
| * libnm/utils: split out vendor fixupLubomir Rintel2018-02-234-74/+258
|/
* systemd: merge branch systemd into masterBeniamino Galvani2018-02-2315-75/+197
|\
| * systemd: update code from upstream (2018-02-23)Beniamino Galvani2018-02-2316-78/+198
* | libsystemd-network: fix endianness in ARP BPF filterBeniamino Galvani2018-02-231-2/+2
* | wwan: merge branch 'th/modem-ip-iface'Thomas Haller2018-02-2211-291/+392
|\ \
| * | wwan: drop nm_modem_get_data_port() functionth/modem-ip-ifaceThomas Haller2018-02-215-15/+2
| * | device: don't set invalid ip-ifaceThomas Haller2018-02-211-11/+11
| * | wwan: rework setting modem's data-portThomas Haller2018-02-218-142/+185
| * | bluetooth: fail activation when setting unknown ip-ifaceThomas Haller2018-02-211-4/+11
| * | wwan: avoid dangling pointer for error variable in connect_ready()Thomas Haller2018-02-211-2/+3
| * | device: don't set NMDeviceModem's ip-iface right after constuctionThomas Haller2018-02-211-12/+1
| * | wwan: make NM_MODEM_DATA_PORT not a construct propertyThomas Haller2018-02-213-40/+35
| * | wwan: notify change of modem:data-port when clearing ip-ifaceThomas Haller2018-02-211-1/+2
| * | wwan: add modem:ip-ifindex propertyThomas Haller2018-02-212-2/+53
| * | device: refactor nm_device_set_ip_ifindex() and set_ip_iface()Thomas Haller2018-02-212-89/+65
| * | platform: add nm_platform_process_events_ensure_link() functionThomas Haller2018-02-212-0/+43
| * | wwan/trivial: rename internal variable ppp_iface to ip_ifaceThomas Haller2018-02-211-6/+6
| * | wwan: handle missing data_port in ppp_stage3_ip_config_start() of NMModemThomas Haller2018-02-211-2/+8
| * | wwan: disconnect signals from ppp-manager before clearing instanceThomas Haller2018-02-212-3/+7
| * | wwan: cleanup handling ppp_iface in NMModemThomas Haller2018-02-211-13/+10
| * | wwan: free ppp_iface in NMModem's finalize()Thomas Haller2018-02-211-0/+1
|/ /
* | ovs: don't consume error in method callbackBeniamino Galvani2018-02-211-6/+2
* | platform/netlink: merge branch 'th/netlink' (#67)Thomas Haller2018-02-2112-375/+1881
|\ \
| * | platform: refactor completing netlink responses in event_handler_read_netlink()Thomas Haller2018-02-211-52/+74
| * | platform: cleanup error handling in event_handler_recvmsgs()Thomas Haller2018-02-213-59/+36
| * | netlink: various cleanups and use cleanup attributeThomas Haller2018-02-211-27/+28
| * | netlink: use slice allocator for "struct nl_msg"Thomas Haller2018-02-211-61/+38
| * | netlink: use glib allocator functions for nlmsg_alloc*()Thomas Haller2018-02-214-98/+33
| * | netlink: simplify netlink callback handlingThomas Haller2018-02-213-274/+92
| * | wifi: drop unused netlink callback instanceThomas Haller2018-02-211-10/+2
| * | netlink: drop redundant nl_recvmsgs_report() functionThomas Haller2018-02-213-21/+8
| * | netlink: drop unused callback typesThomas Haller2018-02-212-82/+17
| * | netlink: remove unused callback hooksThomas Haller2018-02-211-53/+9