summaryrefslogtreecommitdiff
path: root/src/nm-device.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09core: add DNS plugin config optionsDan Williams1-2/+2
2010-09-07core: rename NMNamedManager -> NMDnsManagerDan Williams1-15/+15
2010-08-26dispatcher: add dhcp4-change and dhcp6-change events (bgo #563654)Patrik Martinsson1-0/+2
2010-08-11core: fix unmanaging of devices when quittingDan Williams1-1/+11
2010-08-11core: ensure dhcp_manager exists before trying to unref it (bgo #626610)Dan Williams1-1/+2
2010-08-10ip6: handle DHCPv6 initial routing betterDan Williams1-0/+14
2010-08-08core: better debugging for IPv4LL and avahi-autoipdDan Williams1-6/+13
2010-07-27Revert "ip6: remove standalone DHCP method since DHCPv6 can't provide gateway...Dan Williams1-1/+9
2010-07-27Revert "core: fail connections if IP configuration expires" (rh #616084) (rh ...Dan Williams1-16/+0
2010-07-01core: better missing firmware handling when firmware appears (rh #609587)Dan Williams1-10/+24
2010-06-30core: fix potential use-after-free resetting IPv6 accept_ra valueDan Williams1-7/+7
2010-06-24core: s/obtain/update for permanant HW addressDan Williams1-2/+2
2010-06-22core: MAC address spoofing/cloning (rh #447827) (bgo #553771)Jiří Klimeš1-0/+3
2010-06-10core: expose device's IP interface when activatedDan Williams1-1/+21
2010-06-09core: add a multicast route entry for connections with link-local IPv4 addressJiří Klimeš1-0/+9
2010-05-25core/libnm-glib: implement better missing firmware support (rh #594578)Dan Williams1-0/+29
2010-05-20ip6: remove standalone DHCP method since DHCPv6 can't provide gatewaysDan Williams1-9/+1
2010-05-05ip6: set accept_ra to initial value for ignored connections (rh #588619)Dan Williams1-0/+6
2010-05-04core: pass ifindex and address family when flushing routesDan Williams1-1/+1
2010-05-04core: treat missing IPv6 setting as "ignore" (rh #588814)Dan Williams1-1/+7
2010-05-03ip6: turn RA acceptance off when RAs shouldn't be used (rh #588163)Dan Williams1-2/+64
2010-05-03ip6: fail if the RA-provided address disappears or RDNSS expiresDan Williams1-0/+8
2010-05-03core: allow selective failure of IP configuration (rh #567978)Dan Williams1-21/+66
2010-05-01dhcp6: track client mode better and handle info-only early-exitDan Williams1-10/+22
2010-05-01logging: log DHCP state changesDan Williams1-0/+8
2010-05-01dhcp6: fix merging of DHCPv6 config into interface configDan Williams1-10/+63
2010-04-30ip6: initialize IPv6 address config a bit laterDan Williams1-12/+13
2010-04-30ip6: fix manual IP config applicationDan Williams1-25/+33
2010-04-23core: ensure IP stage failure when stuff actually failsDan Williams1-0/+12
2010-04-23core: assure a valid IPv6 config on timeout successDan Williams1-1/+1
2010-04-23core: don't pointlessly clear IP6 config on successDan Williams1-3/+1
2010-04-23core: fail connections if IP configuration expiresDan Williams1-0/+16
2010-04-23core: don't even bother running IPv4 or IPv6 when they are disabledDan Williams1-1/+13
2010-04-21ip6: make sure IPv6 addrconf is cleaned up correctlyDan Williams1-0/+1
2010-04-21core: use ifindex instead of interface name in a lot of placesDan Williams1-9/+57
2010-04-20netlink: merge nm-netlink.c into nm-netlink-monitor.cDan Williams1-1/+1
2010-04-15core: don't require IPv4 configuration during activationDan Williams1-1/+2
2010-04-15core: use constant instead of hardcoding a stringDan Williams1-1/+1
2010-04-08core: fix device log message in UNAVAILABLE stateDan Williams1-1/+4
2010-04-07core: log device delayed state transitionsDan Williams1-1/+12
2010-04-07core: update base device loggingDan Williams1-96/+134
2010-03-25core: better matching of rfkill typesDan Williams1-0/+13
2010-03-02trivial: rename some CamelCase source files to not-camel-caseDan Williams1-2/+1
2010-01-27dhcp6: first stab at autoconf otherconf/managed mode supportDan Williams1-57/+137
2010-01-15dhcp: ensure DHCP client is stopped on timeoutDan Williams1-0/+2
2010-01-14ipv6: push router advertisement flags to listenersDan Williams1-5/+7
2010-01-14dhcp: add initial DHCPv6 support (managed mode only)Dan Williams1-134/+305
2010-01-13core: rename some DHCPv4 specific variablesDan Williams1-18/+19
2010-01-13core: simplify DHCP setup and cleanupDan Williams1-81/+57
2010-01-13dhcp: add DHCPv6 functionalityDan Williams1-6/+6