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
2015-12-05
remove old lint annotations
Ted Unangst
2015-10-25
arp_ifinit() is no longer required.
Martin Pieuchot
2015-05-23
Pass output packets to bpf(4). This is helpful when debugging stack
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-11-23
length argument for some free() calls; ok doug
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-10-19
Uniformize drivers doing nothing with their multicast filters to make
Martin Pieuchot
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