| 2014-11-18 |
Roy Marples | If we don't have a hwlen and no clientid has been set, |
commit | commitdiff | tree | snapshot |
| 2014-11-18 |
Roy Marples | Check for IFF_LOOPBACK and IFF_POINTOPOINT early to... |
commit | commitdiff | tree | snapshot |
| 2014-11-18 |
Roy Marples | Loopback interfaces have routes scoped to the host... |
commit | commitdiff | tree | snapshot |
| 2014-11-18 |
Roy Marples | If we don't have a hardware address, fallback to creating |
commit | commitdiff | tree | snapshot |
| 2014-11-18 |
Roy Marples | This comment no longer applies. |
commit | commitdiff | tree | snapshot |
| 2014-11-18 |
Roy Marples | Reload global config when running per interface commands. |
commit | commitdiff | tree | snapshot |
| 2014-11-16 |
Roy Marples | Only free other ARP states if not assinging an IPv4LL... |
commit | commitdiff | tree | snapshot |
| 2014-11-16 |
Roy Marples | Log which IP address we are ARPing |
commit | commitdiff | tree | snapshot |
| 2014-11-14 |
Roy Marples | Release dhcpcd-6.6.2 v6.6.2 |
commit | commitdiff | tree | snapshot |
| 2014-11-14 |
Roy Marples | Add a guard to IPv4LL probed in case of an ARP race. |
commit | commitdiff | tree | snapshot |
| 2014-11-13 |
Roy Marples | Backup and restore any DHCP lease offered during the... |
commit | commitdiff | tree | snapshot |
| 2014-11-11 |
Roy Marples | Stop clang complaing about a more complex variant on... |
commit | commitdiff | tree | snapshot |
| 2014-11-11 |
Roy Marples | If we don't include sys/queue.h directly the clang... |
commit | commitdiff | tree | snapshot |
| 2014-11-11 |
Roy Marples | Align config.h contents better |
commit | commitdiff | tree | snapshot |
| 2014-11-11 |
Roy Marples | When closing the IPv4LL state, close any timers as... |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
Roy Marples | Reset DHCP state when the interface is departing. |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
Roy Marples | Remove all interface timers when stopping. |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
Roy Marples | eloop queue 0 is all queues, respect it. |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
Roy Marples | Remove the direct include for cdefs.h - it's not needed... |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
Roy Marples | TAILQ is now inlcuded via config.h either via sys/queue... |
commit | commitdiff | tree | snapshot |
| 2014-11-07 |
Roy Marples | Remove dead store |
commit | commitdiff | tree | snapshot |
| 2014-11-07 |
Roy Marples | Remove RCSIDs from dhcpcd, they belong in the upstream... |
commit | commitdiff | tree | snapshot |
| 2014-11-07 |
Roy Marples | Release dhcpcd-6.6.1 v6.6.1 |
commit | commitdiff | tree | snapshot |
| 2014-11-07 |
Roy Marples | When stopping interfaces, skip past pseudo interfaces... |
commit | commitdiff | tree | snapshot |
| 2014-11-07 |
Roy Marples | Support old Linux kernels where IFLA_AF_SPEC may not... |
commit | commitdiff | tree | snapshot |
| 2014-11-03 |
Roy Marples | If the IPv6 LL address is duplicated and using SLAAC... |
commit | commitdiff | tree | snapshot |
| 2014-11-03 |
Roy Marples | Fix disabling IPv6 on start error. |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
Roy Marples | Release dhcpcd-6.6.0 v6.6.0 |
commit | commitdiff | tree | snapshot |
| 2014-10-25 |
Roy Marples | Reset DHCP state when carrier goes down. |
commit | commitdiff | tree | snapshot |
| 2014-10-25 |
Roy Marples | Set IPv4LL ARP state to NULL if freeing it. |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Roy Marples | When we transition from REQUEST to DISCOVER in a reboot... |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Roy Marples | Free other ARP states in a better way. |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Roy Marples | When binding a non IPv4LL address, kill the IPV4LL... |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Roy Marples | We should not use a DHCP lease for IPV4LL. |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Roy Marples | Close arp explicity as well. |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Roy Marples | Improve IPv4LL -> DHCP state transitions |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Roy Marples | Fix transition from IPv4LL to a valid DHCP state. |
commit | commitdiff | tree | snapshot |
| 2014-10-23 |
Roy Marples | Is really 5 |
commit | commitdiff | tree | snapshot |
| 2014-10-23 |
Roy Marples | Add a helper function to report conflicts to shrink... |
commit | commitdiff | tree | snapshot |
| 2014-10-23 |
Roy Marples | Fix timeout |
commit | commitdiff | tree | snapshot |
| 2014-10-23 |
Roy Marples | Rework the ARP code so that we can have multiple ARP... |
commit | commitdiff | tree | snapshot |
| 2014-10-22 |
Roy Marples | Treat IPv4LL as fallback and start DHCP discovery even... |
commit | commitdiff | tree | snapshot |
| 2014-10-22 |
Roy Marples | If not doing DHCP or DHCP6, disable the DNS requirement... |
commit | commitdiff | tree | snapshot |
| 2014-10-22 |
Roy Marples | Simplfy |
commit | commitdiff | tree | snapshot |
| 2014-10-21 |
Roy Marples | RFC 3927 Section 2.1 states that the random number... |
commit | commitdiff | tree | snapshot |
| 2014-10-21 |
Roy Marples | Don't reset the last failed address needlessly. |
commit | commitdiff | tree | snapshot |
| 2014-10-21 |
Roy Marples | Fix off by one MAX_CONFLICTS error. |
commit | commitdiff | tree | snapshot |
| 2014-10-21 |
Roy Marples | PREINIT, UNKNOWN and CARRIER are not up or down states. |
commit | commitdiff | tree | snapshot |
| 2014-10-21 |
Roy Marples | Check local interfaces for a duplicate IPv4LL address... |
commit | commitdiff | tree | snapshot |
| 2014-10-21 |
Roy Marples | Only reset the IPv4LL conflict counter after we have... |
commit | commitdiff | tree | snapshot |
| 2014-10-21 |
Roy Marples | Reset defend when adding address. |
commit | commitdiff | tree | snapshot |
| 2014-10-20 |
Roy Marples | Fix recovering from a failed defeat of an IPv4LL address. |
commit | commitdiff | tree | snapshot |
| 2014-10-20 |
Roy Marples | Log the address IPv4LL defends. |
commit | commitdiff | tree | snapshot |
| 2014-10-20 |
Roy Marples | solicitation spelling as pointed out by Russell Bell. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Apply documentation patch from Christos and re-release. v6.5.1 |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Release dhcpcd-6.5.1 |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Delay IPv4LL by a potential DHCP delay as well. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Fix the case where we lose carrier between IPv4 delay... |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Don't error about deleting addresses on departed interf... |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Fix deleting from the wrong interface. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Fix some valgrind errors. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Only open the IP UDP port if we have added the address |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Move ARP eloop queue to DHCP. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Start DHCPv6 when we already have a delegated state. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Always find delegates regardless of IPv6RS. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Clear the our DAD flag when deleting an address. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Handle callouts to delegated addresses better. |
commit | commitdiff | tree | snapshot |
| 2014-10-17 |
Roy Marples | Place IPv4LL into the same queue as DHCP. |
commit | commitdiff | tree | snapshot |
| 2014-10-16 |
Roy Marples | Handle psuedo interfaces better when preferring addresses. |
commit | commitdiff | tree | snapshot |
| 2014-10-16 |
Roy Marples | Fix a dead assignment |
commit | commitdiff | tree | snapshot |
| 2014-10-15 |
Roy Marples | Fix invalid deletion from pseudo interfaces. |
commit | commitdiff | tree | snapshot |
| 2014-10-15 |
Roy Marples | Fix a memory error. |
commit | commitdiff | tree | snapshot |
| 2014-10-15 |
Roy Marples | Ensure we pass the delegated reason if we need to. |
commit | commitdiff | tree | snapshot |
| 2014-10-15 |
Roy Marples | Copy files correctly, fixes [bb001cca8d]. |
commit | commitdiff | tree | snapshot |
| 2014-10-15 |
Roy Marples | Cast away warning. |
commit | commitdiff | tree | snapshot |
| 2014-10-15 |
Roy Marples | Work better with unknown prefix length requirements... |
commit | commitdiff | tree | snapshot |
| 2014-10-14 |
Roy Marples | When receiving a RA, mark all addresses as stale. For... |
commit | commitdiff | tree | snapshot |
| 2014-10-14 |
Roy Marples | Export RA addresses in raN_addr, and the prefix in... |
commit | commitdiff | tree | snapshot |
| 2014-10-14 |
Roy Marples | Describe better the BSD IPv6 issue. |
commit | commitdiff | tree | snapshot |
| 2014-10-14 |
Roy Marples | Remove the IPv6 address poll warning from running dhcpcd, |
commit | commitdiff | tree | snapshot |
| 2014-10-14 |
Roy Marples | Fix compile on FreeBSD |
commit | commitdiff | tree | snapshot |
| 2014-10-13 |
Roy Marples | Treat ND6_LLINFO_NOSTATE as reachable as this is common... |
commit | commitdiff | tree | snapshot |
| 2014-10-12 |
Roy Marples | Respect nodhcp6 earlier. |
commit | commitdiff | tree | snapshot |
| 2014-10-11 |
Roy Marples | For the time being, linkaddr is FreeBSD only. |
commit | commitdiff | tree | snapshot |
| 2014-10-11 |
Roy Marples | Work on OpenBSD sh, unset seems to add misc crap. |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Roy Marples | Improve FreeBSD support by using the actual AF_LINK... |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Roy Marples | Write the lease when bound, not when address applied. |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Roy Marples | Now ARP checks all interfaces for false positives,... |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Roy Marples | Discard duplicate ARP messages from other interfaces... |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Roy Marples | Don't allow bridge, ppp or ptp by default unless specif... |
commit | commitdiff | tree | snapshot |
| 2014-10-09 |
Roy Marples | Don't wait for DAD to complete for addresses we have... |
commit | commitdiff | tree | snapshot |
| 2014-10-09 |
Roy Marples | Fix exporting ra values with multiple interfaces |
commit | commitdiff | tree | snapshot |
| 2014-10-09 |
Roy Marples | Fix IP sharing on Linux |
commit | commitdiff | tree | snapshot |
| 2014-10-09 |
Roy Marples | Allow the same IP address to be leased for different... |
commit | commitdiff | tree | snapshot |
| 2014-10-09 |
Roy Marples | Ensure we have IPv6 allocated before processing a kerne... |
commit | commitdiff | tree | snapshot |
| 2014-10-08 |
Roy Marples | Fix define, duh |
commit | commitdiff | tree | snapshot |
| 2014-10-08 |
Roy Marples | Re-introduce our loop to poll interface flags when... |
commit | commitdiff | tree | snapshot |
| 2014-10-08 |
Roy Marples | Pass the exiting flag to the pseudo interface so it... |
commit | commitdiff | tree | snapshot |
| 2014-10-08 |
Roy Marples | Explicity test for LINK_UP so we don't delegate to... |
commit | commitdiff | tree | snapshot |
| 2014-10-08 |
Roy Marples | Don't work on bridge interfaces unless explicitly asked to. |
commit | commitdiff | tree | snapshot |
| next |