summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)AuthorFilesLines
2019-07-15ovs/interface: actually allow dpdk type interfacesLubomir Rintel1-0/+1
2019-07-15ovs/ovsdb: correctly set the dpdk-devargs optionLubomir Rintel1-1/+1
2019-07-08device: properly honor flags when checking connection availabilityBeniamino Galvani1-3/+10
2019-07-05dhcp: pass broadcast address to clientsBeniamino Galvani1-2/+10
2019-07-05core: drop nm_platform_link_get_address_as_bytes()Beniamino Galvani1-4/+8
2019-07-05dhcp: support notifying the client of the result of DADTom Gundersen1-2/+6
2019-07-03device: ppp: check that connection has a PPPoE parentBeniamino Galvani1-0/+20
2019-07-02device: fix crash releasing destroyed slaveThomas Haller3-17/+46
2019-06-28settings: cleanup handling of seen-bssids list in NMSettingsConnectionThomas Haller1-6/+7
2019-06-26core: ensure normalized connection during add-and-activateThomas Haller1-1/+1
2019-06-26device: set IPv6 token only when necessaryBeniamino Galvani1-3/+11
2019-06-18Revert "Coerce connectivity "LIMITED" to "NONE" when device is disconnected"Thomas Haller1-8/+0
2019-06-18device: don't start connectivity check on unconfigured devicesBeniamino Galvani1-0/+2
2019-06-17device: support reapplying route-tableThomas Haller7-84/+107
2019-06-17device: use nm_platform_sysctl_ip_conf_get_rp_filter_ipv4() for warning about...Thomas Haller1-19/+8
2019-06-14ovs/ovsdb: add support for setting dpdk devargs optionLubomir Rintel1-4/+14
2019-06-14ovs/ovsdb: remove unused headersLubomir Rintel1-2/+1
2019-06-14ovs/factory: fail the NMDevice if there's an error in OVSDBLubomir Rintel1-1/+40
2019-06-14ovs/ovsdb: track the devices before we signal additionLubomir Rintel1-3/+3
2019-06-14ovs/ovsdb: signal a failure when an error column is setLubomir Rintel2-5/+24
2019-06-14ovs/ovsdb: fix signal handler argument typesLubomir Rintel1-2/+2
2019-06-14ovs/ovsdb: remove the device-changes signalLubomir Rintel2-15/+0
2019-06-14ovs/ovsdb: guard against OVSDB integrity issuesLubomir Rintel1-9/+31
2019-06-11ipv6: add 'disabled' methodBeniamino Galvani2-13/+25
2019-06-11device: reset cached route tables when starting new activationBeniamino Galvani1-0/+3
2019-06-11all: drop empty first line from sourcesThomas Haller1-1/+0
2019-06-11all: drop emacs file variables from source filesThomas Haller90-90/+0
2019-06-11platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2-9/+5
2019-06-09wwan: don't call _nm_modem_set_operator_code() in property setterThomas Haller1-1/+2
2019-06-09wwan: remove unused property setter for NM_MODEM_APNThomas Haller1-3/+0
2019-06-05wwan: expose the APN on the D-BusLubomir Rintel6-0/+71
2019-06-05wwan: expose the network id on the D-BusLubomir Rintel6-1/+96
2019-06-05wwan: expose device id on the busLubomir Rintel3-1/+22
2019-06-05devices/modem-broadband: disconnect signals on disposeLubomir Rintel1-1/+6
2019-06-05ethernet: don't set a hw address in a default connectionLubomir Rintel1-8/+4
2019-06-05device: fix matching parent device by connection UUIDBeniamino Galvani1-5/+3
2019-05-28modem: use set conn.interface upon completing the CDMA connectionsLubomir Rintel4-3/+11
2019-05-28infiniband: complete an interface name in complete_connection()Lubomir Rintel1-14/+7
2019-05-28ethernet: complete an interface name in complete_connection()Lubomir Rintel1-16/+7
2019-05-28wifi: complete an interface name in complete_connection()Lubomir Rintel2-18/+2
2019-05-28utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel20-0/+21
2019-05-28infiniband: remove the MAC address check from complete_connection()Lubomir Rintel1-16/+4
2019-05-28ethernet: remove the MAC address check from complete_connection()Lubomir Rintel1-18/+4
2019-05-28wifi: remove the MAC address check from complete_connection()Lubomir Rintel2-42/+10
2019-05-28device: after completing a connection, check it's compatibleLubomir Rintel1-1/+4
2019-05-28core: set number of SR-IOV VFs asynchronouslyBeniamino Galvani1-35/+189
2019-05-27dispatcher: cleanup nm_dispatcher_call_cancel()Thomas Haller1-12/+12
2019-05-27dispatcher: replace guint call-id by opaque NMDispatcherCallIdThomas Haller1-8/+10
2019-05-20team: don't kill teamd for external devicesBeniamino Galvani1-0/+3
2019-05-20device: don't wait udev for devices created by usBeniamino Galvani1-5/+15