summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* PR: kern/17872wes2000-04-111-10/+3
* Peter Johnson found another log() call without a trailing newline.joerg2000-03-291-1/+1
* Added two missing newlines in calls to log(9).joerg2000-03-281-2/+2
* Fix parens in m_pullup() line in arp handling code. The code wasdillon2000-03-231-1/+1
* o Replace most magic numbers related to token ring with #defineslile2000-03-191-30/+31
* The function arpintr() incorrectly checks m->m_len to detect incompleterwatson2000-03-111-13/+36
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-3/+1
* Append missing newline to log() message for permanent ARP modificationsheldonh1999-10-181-1/+1
* Re-arrange the arp code so that fddi arps work properly.lile1999-09-161-29/+46
* It is much easier to arp if you don't truncate your arp-reply's.lile1999-08-281-11/+12
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* Better handling for ARP/source routing on Token Ringeivind1999-04-151-8/+16
* Submitted by: Larry Lilejulian1999-03-101-16/+79
* arprequest() allocates an mbuf with m_gethdr() but does not initializewpaul1999-03-041-1/+2
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-201-3/+8
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Fix bug in last commit (la was used uninitialized if no route was passed in).fenner1999-01-191-2/+2
* If arpresolve() gets passed a route with a null llinfo, callfenner1999-01-181-2/+2
* Remove check from where arp replies are coming from -- when doing bridging,luigi1999-01-101-1/+3
* Last bits (i think) of dummynet for -current.luigi1998-12-141-1/+11
* Prevent modification of permanent ARP entries (PR kern/7649)fenner1998-09-171-4/+21
* 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
OpenPOWER on IntegriCloud