summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13platform: add optional dirfd argument to sysctl functionsThomas Haller1-1/+1
2016-12-06ppp: split ppp manager into a pluginBeniamino Galvani1-4/+12
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-11-22core: merge NM_PLATFORM_LINK_DUPLEX_UNSET and UNKNOWNThomas Haller1-42/+29
2016-11-22device/ethernet: check and apply link negotiation propertiesFrancesco Giudici1-0/+93
2016-11-22nm-device-ethernet: refactor act_stage1_prepare codeFrancesco Giudici1-26/+25
2016-11-22platform: add APIs to allow link negotiation managementFrancesco Giudici1-1/+1
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-7/+7
2016-11-21build: rename "src/ppp-manager" to "src/ppp"Thomas Haller1-2/+2
2016-10-28device: delay capturing permanent MAC address until UDEV is settledThomas Haller1-2/+2
2016-10-28device: treat fake permanent MAC address mostly like a real oneThomas Haller1-6/+9
2016-10-22src: drop generated nm-src-enum-types.hThomas Haller1-1/+0
2016-10-19build: merge "src/Makefile.am" into toplevel MakefileThomas Haller1-1/+1
2016-10-11device: rename internal device factoriesThomas Haller1-2/+2
2016-10-11device: make NMDeviceFactory a class instead of an interfaceThomas Haller1-3/+2
2016-10-11logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller1-7/+7
2016-10-11ethernet: don't assert there's the udev device for an ethernet deviceLubomir Rintel1-5/+2
2016-10-07wwan/ppp: send explicit port speed to pppd when port speed is zero (rh #1281731)Dan Williams1-1/+1
2016-10-04core: refactor private data in "src"Thomas Haller1-1/+2
2016-10-03core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-4/+4
2016-09-08core: use _NM_GET_PRIVATE() macrosThomas Haller1-12/+1
2016-07-22device: enable checks against the MAC address of virtual devicesFrancesco Giudici1-1/+1
2016-07-22device: allow creation of default wired connection for virtual interfacesFrancesco Giudici1-1/+1
2016-07-05ethernet: notify when setting s390 subchannelsThomas Haller1-8/+16
2016-07-05ethernet: implement NMDeviceEthernet's properties via NM_GOBJECT_PROPERTIES_D...Thomas Haller1-20/+16
2016-07-05ethernet: cleanup type definition of NMDeviceEthernetThomas Haller1-13/+35
2016-07-05ethernet: refactor clearing GSource and signal handler id for dcbThomas Haller1-32/+16
2016-07-05ethernet: refactor construction of NMDeviceEthernat and void warning to updat...Thomas Haller1-23/+11
2016-07-05ethernet: improve logging for _update_s390_subchannels()Thomas Haller1-5/+5
2016-07-05ethernet: minor cleanups in NMDeviceEthernetThomas Haller1-30/+20
2016-06-30device: reset MAC address in NMDevice's deactivate()Thomas Haller1-2/+0
2016-06-30device: log more details when setting MAC addressThomas Haller1-1/+1
2016-06-30device: fail activation on failure to set cloned MAC addressThomas Haller1-1/+4
2016-06-30device: extend MAC address handling including randomization for ethernet and ...Thomas Haller1-6/+1
2016-06-30device: use permanent MAC address for creating default wired connectionThomas Haller1-5/+5
2016-06-30device: implememnt "perm-hw-address" property in NMDeviceThomas Haller1-20/+0
2016-06-30device: only set permanent hardware address onceThomas Haller1-4/+4
2016-06-30device: re-read the current MAC address when the link changesThomas Haller1-25/+0
2016-06-30device: split nm_device_update_permanent_hw_address() out of nm_device_update...Thomas Haller1-0/+1
2016-06-30device: refactor setting HW address via nm_device_set_hw_addr()Thomas Haller1-4/+2
2016-06-30device: always set "cloned-mac-address" even with missing NMSettingWiredThomas Haller1-5/+3
2016-05-24device: replace static zero_hwaddr by nm_ip_addr_zero.addr_ethThomas Haller1-2/+1
2016-05-24device: use NMSettings directly instead of NMConnectionProvider in subclassesThomas Haller1-5/+6
2016-04-28device/ethernet: ignore s390 'portname' attribute when not setBeniamino Galvani1-6/+11
2016-04-26device: generate stable UUID for default-wired-connectionThomas Haller1-4/+16
2016-03-16ethernet: set the connection type when generating the connectionLubomir Rintel1-0/+5
2016-03-15utils: inject platform into nm_utils_complete_generic()Thomas Haller1-1/+2
2016-03-08all: drop str_if_set() in favor of the "?:" operatorThomas Haller1-1/+1
2016-03-04device/ethernet: fix crash on 802.1x authentication timeoutBeniamino Galvani1-3/+3