index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_vether.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing #if's to fix build without bpf(4).
mvs
2020-08-28
1
-2
/
+3
*
Leave default ifq_maxlen handling to ifq_init()
kn
2020-08-21
1
-2
/
+1
*
vether(4) is pretty dummy. It contains nothing requires to be protected.
mvs
2020-08-09
1
-10
/
+7
*
Add missing `IFXF_CLONED' flag to clone interfaces.
mvs
2020-07-28
1
-1
/
+2
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-2
/
+2
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
Creating a cloned interface could return ENOMEM due to temporary
bluhm
2018-01-09
1
-5
/
+2
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
For virtual Ethernet drivers that don't have a technical limit of the
reyk
2016-11-29
1
-1
/
+2
*
We're always ready! So send IFQ_SET_READY() to the bitbucket.
mpi
2016-04-13
1
-2
/
+1
*
remove old lint annotations
tedu
2015-12-05
1
-2
/
+1
*
arp_ifinit() is no longer required.
mpi
2015-10-25
1
-4
/
+1
*
Pass output packets to bpf(4). This is helpful when debugging stack
mpi
2015-05-23
1
-5
/
+12
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
unifdef INET in net code as a precursor to removing the pretend option.
tedu
2014-12-19
1
-7
/
+1
*
length argument for some free() calls; ok doug
deraadt
2014-11-23
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Uniformize drivers doing nothing with their multicast filters to make
mpi
2013-10-19
1
-18
/
+2
*
no need for a lot of code to include proc.h
tedu
2013-03-28
1
-2
/
+1
*
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
mpi
2013-03-26
1
-2
/
+2
*
use ifmedia_delete_instance() when destroying a vether
deraadt
2011-07-22
1
-1
/
+2
*
ugly spacing
deraadt
2010-04-02
1
-6
/
+4
*
Special-case SIOCADDMULTI and SIOCDELMULTI ioctls, based on code from if_tun.
stsp
2010-04-02
1
-1
/
+22
*
allow this to compile in the never-gonna-happen world without INET
deraadt
2010-04-02
1
-1
/
+3
*
dont maintain a list of vether devices inside the driver if they are never
dlg
2010-03-23
1
-13
/
+1
*
delete more left-over stuff from vether development
deraadt
2010-01-12
1
-9
/
+1
*
the bridge does bpf for us, so we do not need bpf.h
deraadt
2010-01-12
1
-8
/
+1
*
delete the unused debug macros
deraadt
2010-01-12
1
-7
/
+1
*
do not need rndvar.h anymore
deraadt
2010-01-12
1
-3
/
+1
*
Unify the various fake ethernet generators as ether_fakeaddr() which
deraadt
2010-01-12
1
-13
/
+2
*
Add a lot of bpf and counter manipulation to the bridge. The bridge
deraadt
2009-11-22
1
-24
/
+6
*
improve the bpf path. packets we send out via the bridge are seen, but
deraadt
2009-11-18
1
-6
/
+10
*
set IFCAP_VLAN_MTU; from brad
deraadt
2009-11-18
1
-1
/
+4
*
count packets; from claudio
deraadt
2009-11-12
1
-3
/
+7
*
s/MPLS_DEBUG/VETHER_DEBUG
mpf
2009-11-09
1
-2
/
+2
*
vether(4) is a virtual ethernet device driver which can be used
deraadt
2009-11-09
1
-0
/
+232