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
...
*
It seems that every arp application does not pad to 60 bytes. So either they ...
Roy Marples
2008-07-12
*
We should use ETHERMIN.
Roy Marples
2008-07-12
*
Save a few bytes here. Also, fill with 0 so that we mirror the BSD gratuitous...
Roy Marples
2008-07-11
*
Style.
Roy Marples
2008-07-10
*
Save a few bytes by avoiding memset.
Roy Marples
2008-07-09
*
Ensure that our ARP messages are at least 64 bytes so we're RFC compliant.
Roy Marples
2008-07-09
*
Add more error checking if the link was taken down or ip addresses removed - ...
Roy Marples
2008-07-09
*
Optimize.
Roy Marples
2008-07-08
*
Ensure that we have at least 2 ocets.
Roy Marples
2008-07-02
*
Fix ClientID parsing.
Roy Marples
2008-07-02
*
Fix hwaddr_aton
Roy Marples
2008-06-29
*
Remove the signal array stack as our pipe handling should be secure enough no...
Roy Marples
2008-06-10
*
Re-write the client state engine around a simple timer instead of complex loo...
Roy Marples
2008-06-08
*
We should not be setting IFF_RUNNING - that's the job of the interface driver.
Roy Marples
2008-06-03
*
Kernel will send the 2nd annoucemnent when we add the address.
Roy Marples
2008-05-30
*
Parse the ARP packet better.
Roy Marples
2008-05-30
*
Make the timings more random by using the full range of poll timeout.
Roy Marples
2008-05-29
*
Check size of arp reply vs what we need. Also, no need to copy out the hardwa...
Roy Marples
2008-05-29
*
Respect RFC 3927 more, regarding times and conflicts.
Roy Marples
2008-05-29
*
We should inspect our signal fd before processing ARP replies.
Roy Marples
2008-05-28
*
Use the write length.
Roy Marples
2008-05-27
*
Fix pointer.
Roy Marples
2008-05-26
*
Pull ARP replies correctly.
Roy Marples
2008-05-26
*
Try a new checksum routine.
Roy Marples
2008-05-15
*
Fix checksum on Sparc64.
Roy Marples
2008-05-15
*
get_packet 0 means no more buffer, so loops don't need to know the bpf/socket...
Roy Marples
2008-05-15
*
Move signal.{c,h} to signals.{c.h} so we can work better in the NetBSD source...
Roy Marples
2008-05-15
*
Fix bpf for the correct position on new buffers.
Roy Marples
2008-05-15
*
Loop correctly for more packets.
Roy Marples
2008-05-15
*
Fix some valgrind errors, and work on Linux again.
Roy Marples
2008-05-15
*
Improve get_packet API and memcpy to structure instead of using union pointers.
Roy Marples
2008-05-15
*
Repair whitespace damage.
Roy Marples
2008-04-26
*
We should send packets to a specific IP over the udp socket so we don't broad...
Roy Marples
2008-04-20
*
Specify char
Roy Marples
2008-04-17
*
Our ctype calls should always use unsigned.
Roy Marples
2008-04-17
*
Remove the .info file and now set environment vars in the same vein as dhclie...
Roy Marples
2008-04-16
*
Move MTU configuration to dhcpcd.sh. However, if the MTU is too small for dhc...
Roy Marples
2008-04-14
*
Move configuration file setup to dhcpcd.sh so that it's possible for the user...
Roy Marples
2008-04-12
*
Normally I hate massive code drops, but heh.
Roy Marples
2008-04-11
[prev]