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_mos.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
*
Do not call encap routines with the IFQ mutex held, as they might
gerhard
2020-06-09
1
-4
/
+4
*
Eliminate duplicate code in xxx_detach().
kevlo
2019-07-07
1
-5
/
+1
*
Nuke unused variable.
kevlo
2018-07-03
1
-4
/
+1
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+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
*
add missing splx calls
jsg
2015-05-02
1
-1
/
+2
*
Convert remaining USB Ethernet adapter to if_input().
mpi
2015-04-10
1
-10
/
+5
*
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
-23
/
+2
*
Always fill in the broadcast address so as to handle broadcast packets if
brad
2014-01-21
1
-8
/
+9
*
Make mos(4) pass received broadcast frames explicitly if not in promiscuous
stsp
2014-01-18
1
-1
/
+8
*
Clean-up usbd_abort_pipe() usage.
pirofti
2013-11-15
1
-16
/
+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
-6
/
+6
*
proc.h is way too much header for usb to handle.
tedu
2013-03-28
1
-2
/
+1
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-3
/
+1
*
Rewrite the receive filter handling code and cleanup the ioctl bits.
brad
2012-10-22
1
-80
/
+36
*
add support for the MCS7832 which is apparently a low pin count
jsg
2012-02-28
1
-5
/
+7
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
Make mos(4) set IFF_BROADCAST in if_flags.
stsp
2011-02-21
1
-2
/
+2
*
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
-3
/
+1
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
some cosmetics and changes based on reading newer docs, from the original
deraadt
2008-11-22
1
-23
/
+53
*
KNF (whitespace fixes). ok brad@.
sthen
2008-11-12
1
-4
/
+3
*
Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowed
brad
2008-11-06
1
-1
/
+3
*
rcs tags
jsg
2008-11-02
1
-0
/
+2
*
Remove second commented out call to ether_ifdetach() in
jsg
2008-11-02
1
-2
/
+0
*
Driver for MOSCHIP MCS7x30 usb ethernet chips by Johann Christian Rode
deraadt
2008-10-23
1
-0
/
+1475