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
/
dev
/
usb
/
if_ugl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().
stsp
2018-10-02
1
-2
/
+2
*
bug fix (I found it when comparing with if_upl.c)
uaa
2018-03-15
1
-5
/
+4
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-3
/
+1
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-3
/
+1
*
Call ether_fakeaddr() instead of faking Ethernet addresses manually.
mpi
2016-04-12
1
-11
/
+3
*
Network drivers should not include <net/route.h> or <net/netisr.h>
mpi
2015-11-25
1
-2
/
+1
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-8
/
+9
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
1
-2
/
+1
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
1
-3
/
+4
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-4
/
+1
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-2
/
+1
*
Only match devices with a valid configuration.
mpi
2015-06-20
1
-22
/
+4
*
Convert to if_input().
mpi
2015-03-27
1
-19
/
+6
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Kill annoying comments about ether_input()
mpi
2015-02-04
1
-7
/
+1
*
unifdef INET
tedu
2014-12-22
1
-3
/
+1
*
No need for <netinet/in_systm.h> here.
mpi
2014-07-13
1
-7
/
+1
*
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
mpi
2014-07-12
1
-29
/
+11
*
Remove unused fields.
mpi
2014-01-07
1
-5
/
+1
*
Clean up the ioctl handler to be in line with most of the other
brad
2013-12-11
1
-22
/
+14
*
use dv_unit rather than storing local version (removed sc_unit in
sasano
2013-12-05
1
-4
/
+2
*
add copyright notice/code modifier's name.
sasano
2013-12-03
1
-1
/
+17
*
Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A
sasano
2013-11-15
1
-0
/
+940