index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_vlan.c
Age
Commit message (
Expand
)
Author
2001-03-30
increase ierrors if m_pullup fails in vlan_input(); pointed out by chris@
Jason Wright
2001-03-28
Rework vlan_start() to make sure it -never- munges the packet internals (eg.
Jason Wright
2001-03-26
Fix bug I introduced... if m_pullup fails, don't try to free the result.
Jason Wright
2001-03-26
- move if_vlan back to a default if_type of IFT_PROPVIRTUAL
Jason Wright
2001-03-23
check rcvif and tag for vlan_input_tag() [Same check as in vlan_input()]
Jason Wright
2001-03-23
m_freem not m_free
Jason Wright
2001-03-23
check packet length in vlan_input() and pullup if necessary
Jason Wright
2001-03-22
remove vlan_proto variable, replace with ETHERTYPE_8021Q
Jason Wright
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2000-12-02
vlan devices should not try to emit packets if the parent interface is
Jason Wright
2000-10-18
From the NetBSD port of if_vlan, prevent a panic by not allowing
Chris Cappuccio
2000-08-15
Increase if_obytes and if_omcasts in the output routine,
Chris Cappuccio
2000-05-15
Check to make sure vlan tag is valid (12bit) in SIOCSETVLAN
Chris Cappuccio
2000-04-27
Fix SIOCSIFMTU
Chris Cappuccio
2000-04-26
Remove redundant superuser check in SIOCSIFMTU
Chris Cappuccio
2000-04-26
if_vlan from FreeBSD and a few modifications
Chris Cappuccio