summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2017-08-18Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo
2017-08-16Mostly cosmetic changes to make things a bit more consistant:Kevin Lo
2017-08-14Attach run(4) to D-Link DWA-137 and DWA-140 rev D1.Stefan Sperling
2017-08-14regenStefan Sperling
2017-08-14Add USB device IDs for D-Link DWA-137 and DWA-140 rev D1.Stefan Sperling
2017-08-12Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array indexStefan Sperling
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-08-10Deactivate the device if I/O fails in attach.Martin Pieuchot
2017-08-02Match D-Link DWA-130 rev F1 devices. These work with run(4).Stefan Sperling
2017-08-02regenStefan Sperling
2017-08-02Add device ID for D-Link DWA-130 rev F.Stefan Sperling
2017-07-30Use memcpy instead of casts to copy 8 bytes of data to avoid unalignedMark Kettenis
2017-07-29Remove useless conditional before free().ians
2017-07-29Device trees for the Rasperry Pi are still in flux. Catch up with theMark Kettenis
2017-07-28The read buffer size reported by the hardware can be up to 4095Alexander Bluhm
2017-07-21Do not permit USB ioctl handler malloc(9)'s to block as this interferesians
2017-07-21Add frame length boundary checks to the input path of atu(4).Stefan Sperling
2017-07-21Unbreak the rsu(4) driver which was not kept up-to-date with recent WPAStefan Sperling
2017-07-21Fix frame length bounds checks in rsu(4).Stefan Sperling
2017-07-21Drop Rx'd frames larger than MCLBYTES.Kevin Lo
2017-07-20Make otus(4) drop frames larger than MCLBYTES.Stefan Sperling
2017-07-20Remove SIGIO support. Base tools do not implement it and ports relyingMartin Pieuchot
2017-07-20Enable RX aggregation, fix configuring custom MAC address and removeMartin Pieuchot
2017-07-19Add a handler for RNDIS status messagesMike Belopuhov
2017-07-03Replace slot time durations with macros.Kevin Lo
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-23- Fix Tx queues to USB endpoints mapping and merge urtwn_r92c_dma_init()Kevin Lo
2017-06-22double ;;. xhci one found by geoffhillTheo de Raadt
2017-06-20Check the validity of the `qtd' pointer after each interrupt caseVisa Hankala
2017-06-16- Fix incorrect values in the computation of transmit power for theKevin Lo
2017-06-10Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are testedKevin Lo
2017-06-06Set the weak variant of hysteresis as default.Ulf Brosziewski
2017-06-06Regen.Kevin Lo
2017-06-06Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1.Kevin Lo
2017-06-02Remove a bogus run_read() call about getting MAC version.Kevin Lo
2017-06-01Defering some processing to the soft-interrupt handler introduced aMartin Pieuchot
2017-05-30Introduce ipv{4,6}_input(), two wrappers around IP queues.Martin Pieuchot
2017-05-26Prepare ohci_intr1() for IPL_MPSAFE.Martin Pieuchot
2017-05-20Accept baud rates up to 2 Mbps as these are supported by CP2104 and laterMark Kettenis
2017-05-18Grab the netlock in umb_state_task() and umb_decode_ip_configuration()Alexander Bluhm
2017-05-15Use splraise() rather than splsoftnet() which is going away.Martin Pieuchot
2017-05-15Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB).Martin Pieuchot
2017-05-12Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4)Martin Pieuchot
2017-05-10It is unsafe to dereference ``xfer'' after calling the callback as itMartin Pieuchot
2017-05-10Revert r1.61 and partially 1.60. The resulting logic is currently aMartin Pieuchot
2017-05-08improved coordinate filtersUlf Brosziewski
2017-05-08For 8188EU chips, read the R92C_HSSI_PARAM2(0) register to detect whetherStefan Sperling
2017-05-05Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer,Jonathan Gray
2017-05-03Byte order of IP addresses was broken on big endian machines.Gerhard Roth
2017-05-03Remove unused (and wrong) uaudio_drain() call. From Michael W.Alexandre Ratchov