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
*
Fix warning. s/char/unsigned char/ in "(char *)eth"
peter
2001-06-15
1
-1
/
+1
*
Get IP multicast working on VLAN devices:
fenner
2001-05-02
1
-1
/
+4
*
Fix a number of minor bugs in the VLAN code:
yar
2001-03-28
1
-6
/
+25
*
Fix another typo I missed on first reading:
asmodai
2001-02-14
1
-1
/
+1
*
Fix typo and comma placement.
asmodai
2001-02-14
1
-2
/
+2
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+1
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-6
/
+6
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
1
-3
/
+26
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-11
/
+3
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-3
/
+1
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-26
/
+0
*
Remove duplicate word
charnier
2000-03-26
1
-1
/
+1
*
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