summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
* Merge from current: Don't send arp request for the ip address 0.0.0.0.Tor Egge1997-05-141-2/+3
* Make "can't allocate llinfo" error more useful.Bill Fenner1996-02-201-2/+3
* Brought in changes from rev 1.18: delete obsolete #if 0 block.David Greenman1995-07-231-11/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-111-2/+5
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-29/+20
* Cleanup loopback interface support.Paul Traina1995-04-261-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Add inet_ntoa() and replace ARP's private routine with same.Garrett Wollman1995-03-161-24/+6
* Added missing newlines to calls to log().David Greenman1995-02-201-3/+3
* Make arp_rtrequest() static since nobody needs to referene it any more.Garrett Wollman1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-1/+12
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.Garrett Wollman1994-12-131-3/+3
* Clean up ARP error messages: format IP addresses, explain arplookup()Garrett Wollman1994-11-021-13/+44
* Fix a bug which caused panics when attempting to change just the flags ofGarrett Wollman1994-10-111-2/+13
* GCC cleanup.Poul-Henning Kamp1994-10-021-2/+3
* Implement full proxy ARP, gated on option ARP_PROXYALL. This allowsGarrett Wollman1994-10-011-7/+44
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+1
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+554