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-08-03
Use IFCAP_VLAN_MTU and IFCAP_VLAN_HWTAGGING capabilities:
Chris Cappuccio
2001-06-27
introduce the ALTQ queue macros into sys/net files.
Kenjiro Cho
2001-06-27
Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending
Angelos D. Keromytis
2001-06-25
No need to double-clear the mbuf flags and tags.
Angelos D. Keromytis
2001-06-24
- redefine vlan_input_tag to take mbuf * and tag only
Jason Wright
2001-06-23
Ok, when cards with vlan hw tagging are used in bridged configurations
Jason Wright
2001-06-23
Use standard defined macros to access inner ifnet data structure members.
Aaron Campbell
2001-06-22
KNF
Theo de Raadt
2001-05-27
Initialize old mbuf chain head tags.
Angelos D. Keromytis
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