summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
Commit message (Expand)AuthorAgeFilesLines
...
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-1/+10
* core: cleanup autoconnect retry handlingThomas Haller2017-10-041-1/+0
* device: use ppp device for new style pppoe settingBeniamino Galvani2017-08-051-0/+16
* device: ethernet: remove unused private memberBeniamino Galvani2017-08-051-6/+0
* device: minor cleanup of NMDeviceEthernet:get_link_speed()Thomas Haller2017-06-021-4/+3
* device: rework listening to carrier changes for DCB in NMDeviceEthernetThomas Haller2017-06-021-28/+21
* device: don't call virtual function carrier_changed() directlyThomas Haller2017-05-151-4/+3
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-12/+12
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-10/+9
* device: ethernet: fix handling of autoconnect retries for non-802.1xBeniamino Galvani2017-03-151-7/+9
* device: allow reapply of MTUBeniamino Galvani2017-03-091-0/+1
* device: ethernet: reapply link speed and wol settingsBeniamino Galvani2017-03-091-0/+48
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-39/+33
* device: honor the connection.autoconnect-retries for 802.1XBeniamino Galvani2017-02-211-13/+16
* device: add support for 802-1x.auth-timeoutBeniamino Galvani2017-02-211-2/+6
* supplicant: rework nm_supplicant_interface_set_config() to invoke result call...Thomas Haller2017-02-171-48/+20
* wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller2017-02-141-2/+4
* core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller2017-02-101-4/+4
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-2/+2
* core: refactor evaluation of device's match-specThomas Haller2017-01-201-12/+5
* supplicant: add an enum to specify the driverBeniamino Galvani2017-01-161-1/+1
* ethernet: simplify supplicant error pathBeniamino Galvani2017-01-161-23/+5
* device: refactor setting user-configured MTU during config commitThomas Haller2017-01-161-17/+5
* ppp: use defines for signal namesThomas Haller2017-01-161-2/+2
* device: have realize_start_notify() call link_changed()Thomas Haller2017-01-041-10/+0
* device/ethernet: refactor loading s390 subchannels during realizeThomas Haller2017-01-041-14/+12
* device: make @pllink argument in link_changed() function constThomas Haller2017-01-041-3/+3
* ethernet: cancel get-secrets request in ethernet deviceThomas Haller2016-12-201-20/+66
* act-request: allow omitting the @self argument in nm_act_request_cancel_secre...Thomas Haller2016-12-201-1/+2
* device: don't try to get carrier detection support when unrealizingBeniamino Galvani2016-12-191-7/+11
* platform: lookup ifname for ethtool/mii ioctl immediately before useThomas Haller2016-12-131-4/+4
* platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-131-1/+1
* ppp: split ppp manager into a pluginBeniamino Galvani2016-12-061-4/+12
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* core: merge NM_PLATFORM_LINK_DUPLEX_UNSET and UNKNOWNfg/802-3-prop_rh1353612_IIThomas Haller2016-11-221-42/+29
* device/ethernet: check and apply link negotiation propertiesFrancesco Giudici2016-11-221-0/+93
* nm-device-ethernet: refactor act_stage1_prepare codeFrancesco Giudici2016-11-221-26/+25
* platform: add APIs to allow link negotiation managementFrancesco Giudici2016-11-221-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-7/+7
* build: rename "src/ppp-manager" to "src/ppp"Thomas Haller2016-11-211-2/+2
* device: delay capturing permanent MAC address until UDEV is settledThomas Haller2016-10-281-2/+2
* device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-10-281-6/+9
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* device: rename internal device factoriesThomas Haller2016-10-111-2/+2
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-3/+2
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-111-7/+7
* ethernet: don't assert there's the udev device for an ethernet deviceLubomir Rintel2016-10-111-5/+2
* wwan/ppp: send explicit port speed to pppd when port speed is zero (rh #1281731)Dan Williams2016-10-071-1/+1