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