index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net.h
Commit message (
Expand
)
Author
Age
*
Move net.c to if.c.
Roy Marples
2014-04-25
*
Initial support for OpenBSD interface and routing priority.
Roy Marples
2014-03-06
*
Move all global variables into contexts, with a small exception for
Roy Marples
2014-02-12
*
Move DUID_LEN to a better header.
Roy Marples
2014-02-07
*
Don't hold onto an AF_INET socket for the duration of the program,
Roy Marples
2014-02-07
*
Changed these files in 2014.
Roy Marples
2014-02-04
*
Remove DEBUG_MEMORY guard and always free memory and resources.
Roy Marples
2014-02-04
*
Move vimaster checks to if-bsd.c
Roy Marples
2014-01-21
*
Purge prefix list and routers at start of IPv6 for BSD.
Roy Marples
2013-06-10
*
Keep state of delegated addresses
Roy Marples
2013-06-04
*
Move SIOCGIFAFLAG_IN6 into if-bsd as in6_addr_flags
Roy Marples
2013-05-30
*
Fix compile on FreeBSD
Roy Marples
2013-05-22
*
Remove includes to try and fix ppc 64 linux compile.
Roy Marples
2013-05-21
*
White space police
Roy Marples
2013-04-04
*
Use a TAILQ macro for our interface list.
Roy Marples
2013-02-19
*
It's now possible to compile out IPv4 and IPv6 support by passing
Roy Marples
2013-02-04
*
Move ipv4 specific code out of net.c and into ipv4.c
Roy Marples
2013-02-04
*
Improve IPv6 RA support by allowing dhcpcd to manage the address and routes
dhcpcd-5.6.0
Roy Marples
2012-07-05
*
Interface index should persist and be unique for the interface lifetime.
Roy Marples
2012-03-30
*
Simplify API a little.
Roy Marples
2012-03-27
*
Store the assigned metric against the route.
Roy Marples
2011-11-23
*
Not needed
Roy Marples
2011-03-24
*
When the dhcp server is running in dom0 and the client in domU,
Roy Marples
2011-03-24
*
When the leased address changes on the interface but existing routes
Roy Marples
2011-03-24
*
These files were updated in 2010, so fix copyrights.
Roy Marples
2010-06-04
*
Set the broadcast flag for interfaces that say they need it.
Roy Marples
2010-03-05
*
Enable net.ipv4.conf.$iface.promote_secondaries on Linux so that
Roy Marples
2010-02-26
*
Just have one open socket for AF_NET.
Roy Marples
2009-10-15
*
Remove the -w option and make it the default action if at least one
Roy Marples
2009-10-14
*
Add -fno-common to debugging CFLAGS.
Roy Marples
2009-09-24
*
Add (c) to Copyright
Roy Marples
2009-05-01
*
discover_interfaces now uses getifaddrs instead of OS specific implementation.
Roy Marples
2009-04-17
*
We can now detected primary addresses added or changed in BSD.
Roy Marples
2009-03-19
*
We shouldn't need to flush arp entires ourself on BSD platforms.
Roy Marples
2009-03-11
*
We need to blacklist IP addresses at the packet level
Roy Marples
2009-03-10
*
Validate UDP better by ensuring data len is not bigger than our struct
Roy Marples
2009-02-28
*
Fix up some more formatting.
Roy Marples
2009-02-12
*
Add route removal detection to Linux.
Roy Marples
2009-01-27
*
You can now add a configure block per ssid if the interface is wireless.
Roy Marples
2009-01-01
*
Move wireless detection from net.c into if-bsd.c and if-linux.c
Roy Marples
2008-09-17
*
Fix compile.
Roy Marples
2008-09-16
*
Move AF_LINK discovery to if-bsd.c. Also, we only work with IFT_ETHER types c...
Roy Marples
2008-09-16
*
We need to flush the ARP table after configuring new routes.
Roy Marples
2008-09-15
*
Remove remembering routes per interface and have a global routing table so we...
Roy Marples
2008-09-12
*
On Linux, fix replacing the kernel added subnet route correctly for metrics.
Roy Marples
2008-09-08
*
Enable detection of addition and removal of interfaces on Linux.
Roy Marples
2008-09-04
*
When OS reports new and removed interfaces, dhcpcd sees this and either start...
Roy Marples
2008-09-04
*
Use static buffers for ARP and move the send code to arp.c. Also, move the hw...
Roy Marples
2008-09-04
*
Add an event loop.
Roy Marples
2008-09-02
*
Remove #ifdefs to disable specific bits of code. We now build everything - we...
Roy Marples
2008-07-23
[next]