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