summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * netlink: refactor error numbers from netlinkThomas Haller2018-02-214-80/+120
| * netlink: drop workaround for libnl3 bug in nl_recv()Thomas Haller2018-02-211-16/+0
| * netlink: drop libnl3 dependencyThomas Haller2018-02-2112-60/+1934
| * netlink: move nl_nlmsghdr_to_str() to netlink headerThomas Haller2018-02-213-103/+111
|/
* iface-helper: fix non-reentrant call to platform for failed IPv6 DADThomas Haller2018-02-213-26/+100
* ovs: add error code for callbacks to indicate NM is quittingBeniamino Galvani2018-02-212-15/+17
* dhcp: merge branch 'fg/dhcp_lease-rh1503587'Francesco Giudici2018-02-201-28/+65
|\
| * device: enable DHCPv6 retries on lease renewal failureFrancesco Giudici2018-02-201-1/+3
| * device: never stop trying renewing the leaseFrancesco Giudici2018-02-201-4/+32
| * device: always consider both ip families when deciding to failFrancesco Giudici2018-02-201-23/+30
|/
* core/connection: don't emit Updated on Connection.GetSecretsLubomir Rintel2018-02-201-11/+3
* man: update NetworkManager.conf man page to account for stub-resolv.conf (#68)Adrián Laviós Gomis2018-02-181-0/+1
* build: disable -Wgnu-variable-sized-type-not-at-end for systemd codeLubomir Rintel2018-02-162-0/+4
* m4: parametrize flags variableLubomir Rintel2018-02-162-21/+24
* cli: accept string values for secret flagsBeniamino Galvani2018-02-161-11/+16
* build: fix glib dependency to require at least 2.40Thomas Haller2018-02-165-32/+5
* dhcp: merge branch 'th/dhcp-client-id-bgo790660'Thomas Haller2018-02-1521-227/+359
|\
| * dhcp: add support for special ipv4.dhcp-client-id types "mac", "perm-mac", an...Thomas Haller2018-02-154-9/+87
| * device: make ipv4.dhcp-client-id configurable via a global defaultThomas Haller2018-02-154-1/+15
| * dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller2018-02-156-25/+38
| * dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-1511-72/+87
| * dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller2018-02-158-71/+59