index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
in_var.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move from a custom-crafted singly-linked list to the SLIST_* macros
rwatson
2003-08-20
1
-1
/
+1
*
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
-11
/
+11
*
Nuke unused (and incorrect) #define of INADDR_HMASK.
jlemon
2001-09-29
1
-1
/
+0
*
Make the INADDR_TO_IFP macro use the IP address hash lookup instead of
jlemon
2001-09-29
1
-1
/
+1
*
Add a hash table that contains the list of internet addresses, and use
jlemon
2001-09-29
1
-2
/
+18
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
Backout damage to the INADDR_TO_IFP() macro in revision 1.7.
ru
2001-07-17
1
-12
/
+5
*
In in_ifadown(), differentiate between whether the interface goes
ru
2001-05-11
1
-1
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Use <sys/queue.h> macro API.
phk
2001-02-04
1
-11
/
+8
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-4
/
+4
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-4
/
+4
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-3
/
+3
*
KAME related header files additions and merges.
shin
1999-11-05
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+7
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via
dg
1998-05-19
1
-1
/
+5
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
1
-4
/
+1
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-2
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Convert raw IP from mondo-switch-statement-from-Hell to
wollman
1997-02-18
1
-1
/
+1
*
Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface
wollman
1997-02-13
1
-0
/
+2
*
Who had the conical hat? Correct a typo, hidden by a bad cast,
wollman
1997-01-21
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
-33
/
+23
*
Somehow the removal of ia_next didn't make it in the last time. Hope
wollman
1996-12-15
1
-2
/
+1
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-16
/
+17
*
IGMPv2 routines rewritten, to be more compact and to fully comply
fenner
1996-03-14
1
-5
/
+5
*
Provide a direct entry point for IP input. This actually results
wollman
1996-02-05
1
-1
/
+2
*
Fix logic bug (!= should be ==) in recent P2P/multicast kludge.
dg
1996-01-09
1
-2
/
+2
*
Try to make multicast routing work correctly over point-to-point
wollman
1996-01-03
1
-1
/
+8
*
Actually call in_rtqdrain()as was originally intended.
wollman
1995-12-19
1
-1
/
+2
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-4
/
+1
*
Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameter
wollman
1995-09-21
1
-5
/
+6
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
in_var.h: in_multi structures now form a queue(3)-style LIST structure
wollman
1995-03-23
1
-8
/
+11
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-1
/
+6
*
Patch for proper multicast support on point-to-point links.
swallace
1994-10-25
1
-3
/
+5
*
Initial get-the-easy-case-working upgrade of the multicast code
wollman
1994-09-06
1
-1
/
+15
*
Made idempotent.
paul
1994-08-21
1
-1
/
+6
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-3
/
+1
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+200