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