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_athn_usb.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
-3
/
+3
*
Fix deferred key tasks along the same lines as urtwn(4) and run(4).
krw
2020-11-30
1
-2
/
+11
*
When athn(4) is deciding how to decrypt an incoming frame, look into the
stsp
2020-07-13
1
-2
/
+2
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.
stsp
2020-04-27
1
-5
/
+53
*
Convert to tsleep_nsec(9) and use the correct timeout period in msec.
mpi
2019-11-25
1
-4
/
+6
*
Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).
mpi
2019-11-12
1
-4
/
+7
*
Make wireless drivers call if_input() only once per interrupt.
stsp
2019-09-12
1
-6
/
+10
*
Avoid unnecessary dynamic memory allocation in athn_usb_newauth().
stsp
2018-12-06
1
-10
/
+5
*
fix whitespace
jsg
2018-09-06
1
-3
/
+3
*
claim copyright
stsp
2018-02-05
1
-1
/
+2
*
Move athn(4) USB devices to the open source atk9k HTC firmware.
stsp
2018-02-05
1
-67
/
+361
*
Move common code to add/remove multicast filters to ieee80211_ioctl(9).
mpi
2017-10-26
1
-11
/
+1
*
A pile of sizes to free(9). In test for a few days in snapshots.
deraadt
2017-04-08
1
-2
/
+3
*
Add sizes to various free(9) calls. Fixing the simpler ones first.
deraadt
2017-03-26
1
-5
/
+6
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
Finish initial 11n support for athn(4).
stsp
2017-01-12
1
-21
/
+22
*
m_free() and m_freem() test for NULL. Simplify callers which had their own
jsg
2016-11-29
1
-3
/
+2
*
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
-7
/
+8
*
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
*
replace the ifqueues in net80211 with mbuf_queues.
dlg
2015-11-04
1
-2
/
+2
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-5
/
+1
*
Revert previous, doesn't fix anything. I managed to reproduce
stsp
2015-07-09
1
-5
/
+4
*
Allow more time for USB athn(4) firmware boot. It seems people on daemonforums
stsp
2015-07-09
1
-4
/
+5
*
Only match devices with a valid configuration.
mpi
2015-06-12
1
-18
/
+4
*
Remove stray ')' from athn(4) "firmware command timed out" error message.
stsp
2015-03-02
1
-2
/
+2
*
athn(4) USB drops received frames larger than MCLBYTES.
stsp
2015-03-02
1
-1
/
+7
*
Fix re-associations with athn(4) USB devices in station mode.
stsp
2015-03-02
1
-6
/
+23
*
Rework ath(4) USB firmware command handling.
stsp
2015-03-02
1
-29
/
+54
*
Fix scanning with athn(4) USB devices.
stsp
2015-03-02
1
-5
/
+32
*
In athn(4), set USB pipe pointers to NULL after closing pipes. Not really
stsp
2015-03-02
1
-6
/
+14
*
Teach athn(4) about USB reference counting to prevent it from causing major
stsp
2015-03-02
1
-2
/
+18
*
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
*
atheros ub94 support, from Matt Markfort
tedu
2014-10-31
1
-1
/
+3
*
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
-4
/
+4
*
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
mpi
2014-07-12
1
-17
/
+2
*
Stop abusing the rcvif pointer to pass wireless nodes down to the
mpi
2014-03-19
1
-2
/
+2
*
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
-2
/
+2
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-11
/
+11
*
Instead of using a wrapper around usbd_transfer() when submitting a
mpi
2013-04-12
1
-3
/
+4
*
Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL
brad
2013-04-05
1
-1
/
+3
*
removed unneccessary .h file
deraadt
2013-03-28
1
-2
/
+1
*
Fix the sotfware.
jsing
2013-01-14
1
-2
/
+2
*
Call the correct callback on node disassociation.
jsing
2013-01-14
1
-2
/
+2
[next]