index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Age
Commit message (
Expand
)
Author
2017-07-30
Use memcpy instead of casts to copy 8 bytes of data to avoid unaligned
Mark Kettenis
2017-07-29
Remove useless conditional before free().
ians
2017-07-29
Device trees for the Rasperry Pi are still in flux. Catch up with the
Mark Kettenis
2017-07-28
The read buffer size reported by the hardware can be up to 4095
Alexander Bluhm
2017-07-21
Do not permit USB ioctl handler malloc(9)'s to block as this interferes
ians
2017-07-21
Add frame length boundary checks to the input path of atu(4).
Stefan Sperling
2017-07-21
Unbreak the rsu(4) driver which was not kept up-to-date with recent WPA
Stefan Sperling
2017-07-21
Fix frame length bounds checks in rsu(4).
Stefan Sperling
2017-07-21
Drop Rx'd frames larger than MCLBYTES.
Kevin Lo
2017-07-20
Make otus(4) drop frames larger than MCLBYTES.
Stefan Sperling
2017-07-20
Remove SIGIO support. Base tools do not implement it and ports relying
Martin Pieuchot
2017-07-20
Enable RX aggregation, fix configuring custom MAC address and remove
Martin Pieuchot
2017-07-19
Add a handler for RNDIS status messages
Mike Belopuhov
2017-07-03
Replace slot time durations with macros.
Kevin Lo
2017-06-29
kill RCSID macros; discussed with millert
Theo de Raadt
2017-06-23
- Fix Tx queues to USB endpoints mapping and merge urtwn_r92c_dma_init()
Kevin Lo
2017-06-22
double ;;. xhci one found by geoffhill
Theo de Raadt
2017-06-20
Check the validity of the `qtd' pointer after each interrupt case
Visa Hankala
2017-06-16
- Fix incorrect values in the computation of transmit power for the
Kevin Lo
2017-06-10
Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are tested
Kevin Lo
2017-06-06
Set the weak variant of hysteresis as default.
Ulf Brosziewski
2017-06-06
Regen.
Kevin Lo
2017-06-06
Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1.
Kevin Lo
2017-06-02
Remove a bogus run_read() call about getting MAC version.
Kevin Lo
2017-06-01
Defering some processing to the soft-interrupt handler introduced a
Martin Pieuchot
2017-05-30
Introduce ipv{4,6}_input(), two wrappers around IP queues.
Martin Pieuchot
2017-05-26
Prepare ohci_intr1() for IPL_MPSAFE.
Martin Pieuchot
2017-05-20
Accept baud rates up to 2 Mbps as these are supported by CP2104 and later
Mark Kettenis
2017-05-18
Grab the netlock in umb_state_task() and umb_decode_ip_configuration()
Alexander Bluhm
2017-05-15
Use splraise() rather than splsoftnet() which is going away.
Martin Pieuchot
2017-05-15
Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB).
Martin Pieuchot
2017-05-12
Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4)
Martin Pieuchot
2017-05-10
It is unsafe to dereference ``xfer'' after calling the callback as it
Martin Pieuchot
2017-05-10
Revert r1.61 and partially 1.60. The resulting logic is currently a
Martin Pieuchot
2017-05-08
improved coordinate filters
Ulf Brosziewski
2017-05-08
For 8188EU chips, read the R92C_HSSI_PARAM2(0) register to detect whether
Stefan Sperling
2017-05-05
Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer,
Jonathan Gray
2017-05-03
Byte order of IP addresses was broken on big endian machines.
Gerhard Roth
2017-05-03
Remove unused (and wrong) uaudio_drain() call. From Michael W.
Alexandre Ratchov
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2017-04-21
Use ether_crc32_le() instead of a custom version.
Martin Pieuchot
2017-04-18
Support packet aggregation for umb(4) on tx.
Gerhard Roth
2017-04-18
Rearrange ure_iff to resemble other drivers a bit more.
Jonathan Matthew
2017-04-11
Partially revert previous mallocarray conversions that contain
David Hill
2017-04-09
Convert some malloc(9) to mallocarray(9)
David Hill
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-04-06
Unify a few attach-time patterns between usb *com drivers, and remove
Theo de Raadt
2017-04-05
3 more mallocarray() uses
Theo de Raadt
2017-03-30
these free() size choices appear to be wrong. joel has a diff that fixes
Theo de Raadt
2017-03-30
Use m_devget(9) to replace code that does more or less the same but assumes
Mark Kettenis
[next]