summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix sysctl comment field, s/the the/then thealfred2001-09-041-1/+1
* Allow disabling of "arp moved" messages.alfred2001-09-031-6/+12
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-151-1/+9
* Add a missing m_pullup() before a mtod() in in_arpinput().yar2001-03-271-0/+6
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-101-9/+4
* Fix bad patch from a few days ago. It broke some bridging.julian2001-02-051-9/+10
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* Make the code act the same in the case of BRIDGE being defined, but notjulian2001-02-031-16/+26
* provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow onealfred2001-01-061-0/+7
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-1/+12
* Extra sanity check when arp proxyall is enabled. Don't send an arpdwmalone2000-07-131-0/+26
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* 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
OpenPOWER on IntegriCloud