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
/
net
/
if_var.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Catch up to header include changes:
jhb
2001-03-28
1
-1
/
+3
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-2
/
+2
*
Make the number of loopback interfaces dynamically tunable. Why one
peter
2001-01-29
1
-1
/
+1
*
Unbreak world; #include <sys/mutex.h> instead of <machine/mutex.h>
jlemon
2000-11-26
1
-1
/
+3
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-50
/
+99
*
Augment the 'ifaddr' structure with a 'struct if_data' to keep
joe
2000-10-19
1
-0
/
+1
*
Export the functionality of SIOCSIFLLADDR with if_setlladdr()
archie
2000-08-15
1
-0
/
+1
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-1
/
+2
*
Fix kernel build breakage when 'device ether' was not included.
archie
2000-06-29
1
-1
/
+0
*
Make the ng_ether(4) node type dynamically loadable like the rest.
archie
2000-06-26
1
-0
/
+3
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-8
/
+8
*
Just need to pass the address family to if_simloop(), not the whole sockaddr.
archie
2000-05-24
1
-2
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-8
/
+8
*
Add support for offloading IP/TCP/UDP checksums to NIC hardware which
jlemon
2000-03-27
1
-0
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-4
/
+4
*
KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP
shin
1999-11-22
1
-4
/
+11
*
KAME related header files additions and merges.
shin
1999-11-05
1
-0
/
+18
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with
brian
1999-08-06
1
-1
/
+9
*
PR: kern/10570
pb
1999-05-16
1
-2
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-5
/
+7
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-1
/
+2
*
Generalize the if_up() and if_down() functions under the names
phk
1998-12-16
1
-4
/
+3
*
Go through the loopback code with a broom..
julian
1998-06-12
1
-3
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-3
/
+3
*
Add a per-interface-address pointer to a function that can be supplied
julian
1997-08-28
1
-1
/
+4
*
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
*
Fix a few oversights in the new multicast membership interface.
wollman
1997-01-08
1
-6
/
+11
*
Checkpoint the beginnings of the new kernel interface for
wollman
1997-01-07
1
-1
/
+23
*
Separate kernel-internal data structures from exposed user interface
wollman
1997-01-03
1
-0
/
+305