summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Go through the loopback code with a broom..julian1998-06-121-10/+10
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Get more details on the "arpresolve: can't allocate llinfo" bogon.phk1998-05-231-3/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-7/+7
* Make INET a proper option.eivind1998-01-081-1/+12
* Fixed gratuitous ANSIisms.bde1997-12-201-2/+2
* Removed unused #includes.bde1997-10-281-2/+1
* Don't send arp request for the ip address 0.0.0.0.tegge1997-05-141-3/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Attempt to complete the fix in the previous revision. This versionbde1996-12-151-2/+2
* Missing TAILQ mod.dyson1996-12-141-2/+2
* Reword two messages:fenner1996-11-151-5/+6
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-1/+2
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thepeter1996-06-211-1/+3
* Use the route that's guaranteed to exist when picking a source addressfenner1996-06-201-2/+2
* Keep ether_type in network order for BPF to be consistent with otherdg1996-06-131-3/+3
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-2/+2
* Send ARP's for aliased subnets with the proper source address.fenner1996-03-231-15/+7
* Make the "arpresolve: can't allocate llinfo" error messagefenner1996-02-201-2/+3
* Fill in the corresponding ether address of multicast and broadcastwollman1996-02-051-1/+17
* Use new printf features rather than local kludges.phk1996-01-241-5/+5
* in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-201-19/+19
* Added a prototype.bde1995-12-161-1/+2
* Another mega commit to staticize things.phk1995-12-141-2/+2
* Remove old ballast, clean up a little bit, staticize.phk1995-12-091-69/+68
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+4
* Remove the last trace of arptnew()phk1995-10-221-2/+1
* Convert ARP to use queue.h macros rather than insque/remque. Whilewollman1995-10-051-8/+20
* Delete obsolete #if 0 block.wollman1995-06-271-11/+1
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-111-2/+5
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-29/+20
* Cleanup loopback interface support.pst1995-04-261-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Add inet_ntoa() and replace ARP's private routine with same.wollman1995-03-161-24/+6
* Added missing newlines to calls to log().dg1995-02-201-3/+3
* Make arp_rtrequest() static since nobody needs to referene it any more.wollman1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-1/+12
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.wollman1994-12-131-3/+3
* Clean up ARP error messages: format IP addresses, explain arplookup()wollman1994-11-021-13/+44
* Fix a bug which caused panics when attempting to change just the flags ofwollman1994-10-111-2/+13
* GCC cleanup.phk1994-10-021-2/+3
* Implement full proxy ARP, gated on option ARP_PROXYALL. This allowswollman1994-10-011-7/+44
* Fix up some sloppy coding practices:wollman1994-08-181-2/+1
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+554
OpenPOWER on IntegriCloud