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_vlan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
m_pullup() frees the supplied mbuf on failure; we don't need to try
mdodd
2000-02-07
1
-5
/
+3
*
Make sure that the entire header is in the first mbuf before we
mdodd
2000-02-03
1
-2
/
+14
*
Remove some #if NFOO > 0 that are always true because of config rules.
peter
2000-01-29
1
-3
/
+0
*
The current code incorrectly assumes that all vlans
jkh
1999-12-13
1
-4
/
+3
*
sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on the
jkh
1999-12-13
1
-2
/
+3
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-11
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-8
/
+8
*
Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation.
wpaul
1999-04-07
1
-1
/
+2
*
Grrr... botched remote commit. Let's try this again: vlan updates,
wpaul
1999-03-15
1
-1
/
+2
*
Updates for vlan stuff:
wpaul
1999-03-15
1
-25
/
+228
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+3
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-3
/
+3
*
Fix an obvious parameter-order bogon. (Don't know what happened to
wollman
1998-05-15
1
-2
/
+2
*
Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually
wollman
1998-03-18
1
-0
/
+363