aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Better handling for ARP/source routing on Token RingEivind Eklund1999-04-151-8/+16
* Submitted by: Larry LileJulian Elischer1999-03-101-16/+79
* arprequest() allocates an mbuf with m_gethdr() but does not initializeBill Paul1999-03-041-1/+2
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-201-3/+8
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+3
* Fix bug in last commit (la was used uninitialized if no route was passed in).Bill Fenner1999-01-191-2/+2
* If arpresolve() gets passed a route with a null llinfo, callBill Fenner1999-01-181-2/+2
* Remove check from where arp replies are coming from -- when doing bridging,Luigi Rizzo1999-01-101-1/+3
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-1/+11
* Prevent modification of permanent ARP entries (PR kern/7649)Bill Fenner1998-09-171-4/+21
* Go through the loopback code with a broom..Julian Elischer1998-06-121-10/+10
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Get more details on the "arpresolve: can't allocate llinfo" bogon.Poul-Henning Kamp1998-05-231-3/+4
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-7/+7
* Make INET a proper option.Eivind Eklund1998-01-081-1/+12
* Fixed gratuitous ANSIisms.Bruce Evans1997-12-201-2/+2
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* Don't send arp request for the ip address 0.0.0.0.Tor Egge1997-05-141-3/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Attempt to complete the fix in the previous revision. This versionBruce Evans1996-12-151-2/+2
* Missing TAILQ mod.John Dyson1996-12-141-2/+2
* Reword two messages:Bill Fenner1996-11-151-5/+6
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-1/+2
* Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for thePeter Wemm1996-06-211-1/+3
* Use the route that's guaranteed to exist when picking a source addressBill Fenner1996-06-201-2/+2
* Keep ether_type in network order for BPF to be consistent with otherDavid Greenman1996-06-131-3/+3
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-2/+2
* Send ARP's for aliased subnets with the proper source address.Bill Fenner1996-03-231-15/+7
* Make the "arpresolve: can't allocate llinfo" error messageBill Fenner1996-02-201-2/+3
* Fill in the corresponding ether address of multicast and broadcastGarrett Wollman1996-02-051-1/+17
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-5/+5
* in_proto.c: spell ``Internet'' right and put whitespace after commas.Garrett Wollman1995-12-201-19/+19
* Added a prototype.Bruce Evans1995-12-161-1/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-2/+2
* Remove old ballast, clean up a little bit, staticize.Poul-Henning Kamp1995-12-091-69/+68
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-1/+4
* Remove the last trace of arptnew()Poul-Henning Kamp1995-10-221-2/+1
* Convert ARP to use queue.h macros rather than insque/remque. WhileGarrett Wollman1995-10-051-8/+20
* Delete obsolete #if 0 block.Garrett Wollman1995-06-271-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