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_url.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
*
remove duplicate device ids
jsg
2020-01-05
1
-2
/
+1
*
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
*
Avoid calling usbd_set_config_no() in *_attach() and let the stack do
mpi
2016-11-06
1
-9
/
+2
*
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
*
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
*
simply do if_input() between splnet() and splx(), like other drivers
uaa
2015-03-27
1
-6
/
+4
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Convert to if_input().
mpi
2015-02-12
1
-8
/
+4
*
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
-33
/
+9
*
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
-80
/
+49
*
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
*
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
-45
/
+22
*
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
*
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
-19
/
+8
*
Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowed
brad
2008-11-06
1
-1
/
+3
*
Use ether_ioctl().
brad
2008-10-03
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
*
treat usb vendor/product names as a locator, and have usbd_print handle it,
deraadt
2007-10-11
1
-6
/
+1
*
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
mbalmer
2007-06-14
1
-2
/
+17
*
Remove the definition and usage of the IF_INPUT macro which was defined
mbalmer
2007-06-13
1
-2
/
+2
*
Remove the definition and use of the device_ptr_t which was a struct device *.
mbalmer
2007-06-12
1
-10
/
+10
*
Remove the definition and usage of the USBGETSOFTC macro, which was really
mbalmer
2007-06-11
1
-6
/
+6
*
Remove the definition and use of the USBDEVNAME macro.
mbalmer
2007-06-10
1
-73
/
+73
*
Remove the definition and use of the USBDEV macro. It only created confusion
mbalmer
2007-06-10
1
-11
/
+11
*
Remove definitions and usage of usb_callout and related macros. These macros
mbalmer
2007-06-10
1
-6
/
+10
*
Remove the definition and use of if_deactivate(). It was defined empty and
mbalmer
2007-06-09
1
-2
/
+1
*
Remove the "Static" declaration of many functions. It was defined to be empty
mbalmer
2007-06-05
1
-65
/
+65
*
Last part of FreeBSD/NetBSD sepcific code removal.
mbalmer
2007-06-04
1
-23
/
+1
[next]