summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAge
* Move net.c to if.c.Roy Marples2014-04-25
* Add -Wconversion to debug CFLAGS and fix fallout.Roy Marples2014-03-27
* We need AF_LINK and AF_INET sockets. Sigh.Roy Marples2014-03-06
* 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
* Don't hold onto an AF_INET socket for the duration of the program,Roy Marples2014-02-07
* Move vimaster checks to if-bsd.cRoy Marples2014-01-21
* Skip Virtual Interface Masters.Roy Marples2014-01-21
* Build fixes for only INET and only INET6Roy Marples2013-11-14
* Support older udev versions where we need to rely on udev-settle.Roy Marples2013-09-12
* Instead of linking directly to libudev, create a plugin system for /devRoy Marples2013-09-12
* Only start on settled devices.Roy Marples2013-09-09
* It seems that FreeBSD will send RTM_DELADDR + RTM_NEWADDR whenRoy Marples2013-09-06
* Reduce code size by merging IPv6 ND with RS.Roy Marples2013-08-20
* Try and fix bringing up virtual interfaces on BSDRoy Marples2013-08-18
* Purge prefix list and routers at start of IPv6 for BSD.Roy Marples2013-06-10
* Because not all OS's send RTM_NEWADDR for a refreshed RA we needRoy Marples2013-06-09
* Move signal handling into dhcpcd.cRoy Marples2013-06-07
* On Linux, PPP interfaces do not have a hardware address, soRoy Marples2013-05-30
* Use LINK_UP/DOWN instead of magic numbersRoy Marples2013-05-30
* Move SIOCGIFAFLAG_IN6 into if-bsd as in6_addr_flagsRoy Marples2013-05-30
* Fix non FreeBSD compilesRoy Marples2013-05-23
* Fix compile on FreeBSDRoy Marples2013-05-22
* Get local link address flags for supported OS's.Roy Marples2013-05-18
* Fix an alignment errorRoy Marples2013-05-17
* Store IPv6 link local addresses per interface.Roy Marples2013-05-17
* White space policeRoy Marples2013-04-04
* Use a TAILQ macro for our interface list.Roy Marples2013-02-19
* Remove xzalloc functionRoy Marples2013-02-15
* 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
* Move if_state into interface->if_data as dhcp_state.Roy Marples2013-02-03
* Move ipv4 specific infos from interface to if_state.Roy Marples2013-02-03
* Move options away from ipv4 state to the interface.Roy Marples2013-02-03
* Add DHCPv6 INFORM support.Roy Marples2012-10-12
* Improve IPv6 RA support by allowing dhcpcd to manage the address and routesdhcpcd-5.6.0Roy Marples2012-07-05
* Fix compile on LinuxRoy Marples2012-03-30
* Interface index should persist and be unique for the interface lifetime.Roy Marples2012-03-30
* Remove FreeBSD memory debug as I submitted a fix for their libc: PR bin/166483.Roy Marples2012-03-29
* Fix some valgrind errors on FreeBSDroy@uberlaptop.marples.name2012-03-27
* FreeBSD 7 does not support IFT_INFINIBANDroy@uberlaptop.marples.name2012-03-21
* Support bridge and VLAN interfaces on BSD.Roy Marples2012-03-20
* Store the RA data for the interface so we can do a comparison.Roy Marples2012-02-13
* When the dhcp server is running in dom0 and the client in domU,Roy Marples2011-03-24
* Fix working out the inform address if none given.Roy Marples2010-11-11
* Use the active link layer address if supported.Roy Marples2010-08-04
* These files were updated in 2010, so fix copyrights.Roy Marples2010-06-04
* Randomize ip_id and remove IPTOS_LOWDELAY and IP_DF flags.Roy Marples2010-03-12
* Enable net.ipv4.conf.$iface.promote_secondaries on Linux so thatRoy Marples2010-02-26
* Don't warn about unsupported family for infiniband.Roy Marples2010-01-13