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_uath.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
we don't have to cast to caddr_t when calling m_copydata anymore.
dlg
2021-02-25
1
-4
/
+4
*
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
1
-3
/
+3
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).
mpi
2019-11-12
1
-3
/
+4
*
Follow up on jmatthew's suggestion:
kevlo
2019-04-25
1
-3
/
+3
*
Move common code to add/remove multicast filters to ieee80211_ioctl(9).
mpi
2017-10-26
1
-14
/
+1
*
The read buffer size reported by the hardware can be up to 4095
bluhm
2017-07-28
1
-3
/
+3
*
Add sizes to various free(9) calls. Fixing the simpler ones first.
deraadt
2017-03-26
1
-2
/
+2
*
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
-8
/
+2
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-8
/
+5
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-6
/
+7
*
No need to include <net/if_arp.h>
mpi
2015-11-24
1
-2
/
+1
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
1
-2
/
+1
*
Check for space on the ring before dequeuing packets.
mpi
2015-11-13
1
-13
/
+8
*
replace the ifqueues in net80211 with mbuf_queues.
dlg
2015-11-04
1
-3
/
+3
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-5
/
+1
*
Match another Netgear WG111T. This one shares the Non-Firmware ID of a
mpi
2015-07-15
1
-2
/
+5
*
Fix a crash caused by uath(4) if device init fails.
stsp
2015-07-15
1
-39
/
+43
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-3
/
+1
*
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
mpi
2015-02-10
1
-2
/
+1
*
unifdef INET
tedu
2014-12-22
1
-3
/
+1
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
1
-2
/
+2
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-2
/
+1
*
Remove the port status argument from usbd_reset_port(). We don't do
mpi
2014-11-01
1
-4
/
+2
*
No need for <netinet/in_systm.h> here.
mpi
2014-07-13
1
-3
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
mpi
2014-07-12
1
-28
/
+9
*
Stop abusing the rcvif pointer to pass wireless nodes down to the
mpi
2014-03-19
1
-3
/
+2
*
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
mpi
2014-03-07
1
-5
/
+1
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Replace more ovbcopy with memmove; swap the src and dst arguments too
deraadt
2013-06-11
1
-3
/
+3
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-8
/
+8
*
Instead of using a wrapper around usbd_transfer() when submitting a
mpi
2013-04-12
1
-9
/
+10
*
attach to D-Link WUA-2340, from Aaron Wirtz on misc@
sthen
2012-10-03
1
-1
/
+2
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
Do not use NULL in integer comparisons. No functional change.
miod
2011-04-07
1
-2
/
+2
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-7
/
+1
*
Remove dead links.
damien
2011-01-06
1
-3
/
+1
*
* replace per-driver dying and/or other state variables with use of
jakemsr
2010-12-06
1
-1
/
+5
*
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
-3
/
+5
*
create another kthread to run xfer abort tasks. xfer abort tasks cannot
jakemsr
2010-10-23
1
-2
/
+2
*
remove the unused if_init callback in struct ifnet
jsg
2010-08-27
1
-2
/
+1
*
Interface drivers should use DV_IFNET, not DV_DULL.
matthew
2010-06-29
1
-2
/
+2
*
remove proc.h include from uvm_map.h. This has far reaching effects, as
tedu
2010-04-20
1
-2
/
+1
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-4
/
+4
*
timeout_add -> timeout_add_msec
blambert
2009-08-03
1
-2
/
+2
*
remove duplicated usb id
damien
2008-12-15
1
-2
/
+1
[next]