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_iso88025subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace fixes.
jlemon
2001-12-14
1
-2
/
+2
*
bring in ARP support for variable length link level addresses
fjoe
2001-10-14
1
-2
/
+3
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-1
/
+1
*
Do not perform arp send/resolve on an interface marked NOARP.
jlemon
2001-06-15
1
-0
/
+2
*
- Add iso88025_ifdetach().
mdodd
2001-03-18
1
-110
/
+276
*
This include file has no business being here.
mdodd
2001-03-15
1
-2
/
+0
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-26
/
+5
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Do not perform any opeartion with mbuf after it placed into
bp
2000-06-14
1
-2
/
+2
*
Just need to pass the address family to if_simloop(), not the whole sockaddr.
archie
2000-05-24
1
-2
/
+4
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-2
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
o Replace most magic numbers related to token ring with #defines
lile
2000-03-19
1
-42
/
+62
*
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
green
1999-12-19
1
-3
/
+2
*
Fix a broken macro usage. It had no semicolon.
green
1999-12-18
1
-1
/
+1
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-3
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-2
/
+2
*
Submitted by: Larry Lile
julian
1999-03-10
1
-33
/
+59
*
World, I'd like you to meet the first FreeBSD token Ring driver.
julian
1999-02-20
1
-0
/
+384