| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr - | melifaro | 2014-11-27 | 1 | -3/+2 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -12/+11 |
* | Retire struct sockaddr_inarp. | glebius | 2013-01-31 | 1 | -0/+3 |
* | Move lle_event to if_llatbl.h | np | 2013-01-25 | 1 | -11/+0 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -2/+8 |
* | Move arprequest() declaration to if_ether.h. | glebius | 2012-01-08 | 1 | -0/+2 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -0/+1 |
* | Add arp_update_event. This replaces route_arp_update_event, which | np | 2009-09-08 | 1 | -0/+5 |
* | remove dependency on net/if.h of this header | luigi | 2009-02-16 | 1 | -0/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -1/+4 |
* | Don't duplicate the whole of arpresolve to arpresolve 2 for the sake | julian | 2007-12-31 | 1 | -2/+0 |
* | widen the routing event interface (arp update, redirect, and eventually pmtu ... | kmacy | 2007-12-17 | 1 | -0/+2 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | + arpresolve(): remove an unused argument | luigi | 2004-04-04 | 1 | -2/+2 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -1/+0 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -3/+3 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -2/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -1/+1 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -0/+16 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -17/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Use the new if_multiaddrs list for multicast addresses rather than the | wollman | 1997-01-13 | 1 | -73/+1 |
* | Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>. | wollman | 1997-01-03 | 1 | -17/+1 |
* | Include <net/if_arp.h> in the one header that requires it, | wollman | 1996-12-11 | 1 | -1/+2 |
* | Megacommit to straigthen out ETHER_ mess. | phk | 1996-08-06 | 1 | -31/+17 |
* | Send ARP's for aliased subnets with the proper source address. | fenner | 1996-03-23 | 1 | -2/+1 |
* | Remove old ballast, clean up a little bit, staticize. | phk | 1995-12-09 | 1 | -4/+1 |
* | all: | dg | 1995-12-05 | 1 | -1/+4 |
* | Convert ARP to use queue.h macros rather than insque/remque. While | wollman | 1995-10-05 | 1 | -13/+1 |
* | Merge with 4.4-Lite-2. This involves changing the version number and | wollman | 1995-09-21 | 1 | -3/+3 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | Add declaration for struct ether_addr (this is where Sun documents | wpaul | 1995-04-02 | 1 | -1/+8 |
* | Make arp_rtrequest() static since nobody needs to referene it any more. | wollman | 1994-12-22 | 1 | -2/+1 |
* | Move ARP interface initialization into if_ether.c:arp_ifinit(). | wollman | 1994-12-22 | 1 | -1/+2 |
* | Fix a bug which caused panics when attempting to change just the flags of | wollman | 1994-10-11 | 1 | -3/+3 |
* | Made idempotent. | paul | 1994-08-21 | 1 | -1/+6 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -7/+6 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+224 |