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
*
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