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_vether.c
Age
Commit message (
Expand
)
Author
2013-03-28
no need for a lot of code to include proc.h
Ted Unangst
2013-03-26
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
Martin Pieuchot
2011-07-22
use ifmedia_delete_instance() when destroying a vether
Theo de Raadt
2010-04-02
ugly spacing
Theo de Raadt
2010-04-02
Special-case SIOCADDMULTI and SIOCDELMULTI ioctls, based on code from if_tun.
Stefan Sperling
2010-04-02
allow this to compile in the never-gonna-happen world without INET
Theo de Raadt
2010-03-23
dont maintain a list of vether devices inside the driver if they are never
David Gwynne
2010-01-12
delete more left-over stuff from vether development
Theo de Raadt
2010-01-12
the bridge does bpf for us, so we do not need bpf.h
Theo de Raadt
2010-01-12
delete the unused debug macros
Theo de Raadt
2010-01-12
do not need rndvar.h anymore
Theo de Raadt
2010-01-12
Unify the various fake ethernet generators as ether_fakeaddr() which
Theo de Raadt
2009-11-22
Add a lot of bpf and counter manipulation to the bridge. The bridge
Theo de Raadt
2009-11-18
improve the bpf path. packets we send out via the bridge are seen, but
Theo de Raadt
2009-11-18
set IFCAP_VLAN_MTU; from brad
Theo de Raadt
2009-11-12
count packets; from claudio
Theo de Raadt
2009-11-09
s/MPLS_DEBUG/VETHER_DEBUG
Marco Pfatschbacher
2009-11-09
vether(4) is a virtual ethernet device driver which can be used
Theo de Raadt