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_aue.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
*
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
-4
/
+3
*
Fix typo.
kevlo
2018-07-03
1
-2
/
+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
*
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-18
1
-19
/
+4
*
Convert to if_input(). Tested by jsg@ who found that at least one his
mpi
2015-03-24
1
-22
/
+6
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Some fixes and tidying up of the receive filter handling bits.
brad
2015-01-12
1
-10
/
+5
*
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
/
+11
*
Rewrite receive filter handling and ioctl bits.
brad
2013-12-13
1
-46
/
+30
*
correct some iodata strings and add ETX-US2
jsg
2013-11-17
1
-1
/
+2
*
Clean-up usbd_abort_pipe() usage.
pirofti
2013-11-15
1
-16
/
+4
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-05
1
-8
/
+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
-9
/
+9
*
proc.h is way too much header for usb to handle.
tedu
2013-03-28
1
-2
/
+1
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-7
/
+1
*
* replace per-driver dying and/or other state variables with use of
jakemsr
2010-12-06
1
-25
/
+19
*
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
*
remove dying flag in detach() function.
yuo
2010-09-24
1
-5
/
+3
*
as dying flag didn't set in aue_detach(), set it.
yuo
2010-09-22
1
-1
/
+3
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
USB network devices do not DMA in a way that requires a shutdown function
deraadt
2009-08-10
1
-18
/
+1
*
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
*
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
*
Bring in some changes from DragonFly:
jsg
2008-03-18
1
-2
/
+2
*
re-order product list slightly
deraadt
2007-12-31
1
-2
/
+2
*
Sanitize the use of timeouts:
mbalmer
2007-11-23
1
-6
/
+2
*
2 port usb hub with ethernet in it..
deraadt
2007-11-10
1
-1
/
+2
*
treat usb vendor/product names as a locator, and have usbd_print handle it,
deraadt
2007-10-11
1
-6
/
+1
*
remove unneeded malloc.h include.
fgsch
2007-09-17
1
-2
/
+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
-8
/
+8
*
Remove the definition and usage of the USBGETSOFTC macro, which was really
mbalmer
2007-06-11
1
-4
/
+4
[next]