History log of /freebsd-9.3-release/contrib/ipfilter/ipsend/44arp.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 186119 15-Dec-2008 qingli

This main goals of this project are:
1. separating L2 tables (ARP, NDP) from the L3 routing tables
2. removing as much locking dependencies among these layers as
possible to allow for some parallelism in the search operations
3. simplify the logic in the routing code,

The most notable end result is the obsolescent of the route
cloning (RTF_CLONING) concept, which translated into code reduction
in both IPv4 ARP and IPv6 NDP related modules, and size reduction in
struct rtentry{}. The change in design obsoletes the semantics of
RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland
applications such as "arp" and "ndp" have been modified to reflect
those changes. The output from "netstat -r" shows only the routing
entries.

Quite a few developers have contributed to this project in the
past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and
Andre Oppermann. And most recently:

- Kip Macy revised the locking code completely, thus completing
the last piece of the puzzle, Kip has also been conducting
active functional testing
- Sam Leffler has helped me improving/refactoring the code, and
provided valuable reviews
- Julian Elischer setup the perforce tree for me and has helped
me maintaining that branch before the svn conversion


# 170268 04-Jun-2007 darrenr

Merge IPFilter 4.1.23 back to HEAD
See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13


# 145519 25-Apr-2005 darrenr

* Someone imported a lot of files with the wrong CVS tag, so lots of files need
that fixed in them....
* Keep unnecessary files out of the non-vendor part of this CVS repository.


# 145511 25-Apr-2005 darrenr

This commit was generated by cvs2svn to compensate for changes in r145510,
which included commits to RCS files with non-trunk default branches.


# 145510 25-Apr-2005 darrenr

import ipfilter 4.1.8 into the vendor branch


# 110917 15-Feb-2003 darrenr

Import userland tools for IPFilter 3.4.31 into -current


# 92686 19-Mar-2002 darrenr

Import IPFilter 3.4.25


# 67615 26-Oct-2000 darrenr

Import IP Filter 3.4.12


# 53024 08-Nov-1999 guido

Import of ipfilter 3.3.3 in anticipation of its revival.
More to come in the next days.


# 31183 16-Nov-1997 peter

Import ipfilter 3.2.1 (update from 3.1.8)


# 24583 03-Apr-1997 darrenr

Import IP Filter version 3.2alpha4 to bring in working LKM for 2.2


# 23279 02-Mar-1997 peter

reimport ipfilter v3.1.8 to get it onto the vendor branch again.


# 22514 09-Feb-1997 darrenr

Import IP Filter v3.1.7 into FreeBSD tree