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_udav.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nuke all occurrences of usbd_abort_pipe() if it gets called right
mglocker
2020-07-31
1
-4
/
+1
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-4
/
+4
*
use the UE_GET_XFERTYPE macro where applicable
jasper
2020-02-22
1
-4
/
+4
*
Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().
stsp
2018-10-02
1
-2
/
+2
*
Use LIST_FOREACH construct instead of homebrew loop.
kevlo
2018-07-03
1
-3
/
+2
*
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
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-7
/
+8
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
No need to include <net/if_arp.h>
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
-5
/
+1
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-2
/
+1
*
Only match devices with a valid configuration.
uaa
2015-06-19
1
-18
/
+4
*
Convert to if_input(), tested by jsg@, thanks!
mpi
2015-03-23
1
-16
/
+6
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
unifdef INET
tedu
2014-12-22
1
-3
/
+1
*
No need for <netinet/in_systm.h> here.
mpi
2014-07-13
1
-5
/
+1
*
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
mpi
2014-07-12
1
-31
/
+9
*
udav(4): add CoreChip RD9700 support
sasano
2014-01-22
1
-12
/
+45
*
Clean-up usbd_abort_pipe() usage.
pirofti
2013-11-15
1
-13
/
+4
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-7
/
+7
*
proc.h is way too much header for usb to handle.
tedu
2013-03-28
1
-2
/
+1
*
Rewrite the receive filter handling code and cleanup the ioctl bits.
brad
2013-01-29
1
-66
/
+36
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-3
/
+1
*
another udav device from Loganaden Velvindron
jsg
2011-09-04
1
-2
/
+3
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
a bit more ansi; ok tedu
deraadt
2011-06-23
1
-7
/
+1
*
Don't process packets where the USB xfer length is shorter than a packet
mk
2011-03-31
1
-3
/
+10
*
Update URI to data sheet. New location found on www.davicom.com.tw but
mk
2011-03-20
1
-2
/
+2
*
revert previous as it breaks nfs client as reported by kili@
jasper
2011-03-16
1
-3
/
+2
*
If we get a packet larger than if_hardmtu skip it.
jsg
2011-03-16
1
-2
/
+3
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-6
/
+1
*
* replace per-driver dying and/or other state variables with use of
jakemsr
2010-12-06
1
-38
/
+25
*
don't free network related resources if they were not allocated
jakemsr
2010-10-27
1
-3
/
+5
*
check that a timeout(9) has been initialized before deleting it
jakemsr
2010-10-23
1
-2
/
+3
*
create another kthread to run xfer abort tasks. xfer abort tasks cannot
jakemsr
2010-10-23
1
-3
/
+5
*
Delete comments about these drivers needing powerhook support; they don't.
deraadt
2010-08-27
1
-2
/
+1
*
add a bunch of devices found in linux drivers
jsg
2009-11-22
1
-2
/
+3
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-18
/
+8
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-4
/
+2
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-3
/
+3
*
Sanitize the use of timeouts:
mbalmer
2007-11-23
1
-6
/
+2
*
even better attach printing; Nicholas Marriott
deraadt
2007-11-01
1
-3
/
+3
*
fix attach time messages; tested by Nicholas Marriott
deraadt
2007-11-01
1
-6
/
+8
*
Admtek/Shantou ADM8515; nicm__@ntlworld.com
deraadt
2007-11-01
1
-2
/
+3
*
Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package.
beck
2007-10-20
1
-2
/
+3
*
treat usb vendor/product names as a locator, and have usbd_print handle it,
deraadt
2007-10-11
1
-6
/
+1
[next]