summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-05-02Record lock type even if witness is disabled. The value will be neededVisa Hankala
2018-05-01Bump the clock frequency to a higher level that every card (per spec)Patrick Wildt
2018-05-01Simplify/refactor the way vendor/product/serial informations areLandry Breuil
2018-05-01vmmci(4) depends on pvbus(4) being available, unbreakPeter Hessler
2018-04-30Reduce the scope of the NET_LOCK() in in_control(). Two functions wereTheo Buehler
2018-04-30Use acpi_register_gpio() to register gpio space like we do for chvgpio(4).Mark Kettenis
2018-04-30Treat all negative values of witness_watch equally for robustness.Visa Hankala
2018-04-30vmd(8): unbreak i386Mike Larkin
2018-04-29In hash{free,init}(), there's no need to calculate the size of the hash table ifanton
2018-04-29Don't bother with background scans while the desired BSSID is fixed.Stefan Sperling
2018-04-29Unsigned values are always >= 0, fix Coverity 1468443.Martin Pieuchot
2018-04-29Fail early when transfers aren't completed in order.Martin Pieuchot
2018-04-29'juming' -> 'jumping' in comment.Kenneth R Westerback
2018-04-29em: Add magic delay for HP elitebook 820 G3Stefan Fritsch
2018-04-29em: Make em_get_software_flag() recursiveStefan Fritsch
2018-04-29em: Improve access logic for software flagStefan Fritsch
2018-04-29INIT->RUN transitions are valid in monitor mode, so don'tStefan Sperling
2018-04-28Some drivers handle settting a new wifi link state manually, so make surePeter Hessler
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2018-04-28When starting a background scan, free the nodes table to ensure weStefan Sperling
2018-04-28Fix WEP key selection in ieee80211_get_txkey().Stefan Sperling
2018-04-28If ieee80211_encrypt() is passed a key with an unrecognized cipherStefan Sperling
2018-04-28Remove redundant error checkkn
2018-04-28pgt(4): do not tsleep in the scan ioctl.Paul Irofti
2018-04-28Print more debug informations in the event xfer handler.Martin Pieuchot
2018-04-28Correct IST macro and add a new macro for setting Frame IDs.Martin Pieuchot
2018-04-28bump my copyrightPeter Hessler
2018-04-28don't check if we still have the BFD flag set when sending a packet, as wePeter Hessler
2018-04-28properly delete the bfd configuration when it is disabledPeter Hessler
2018-04-28use unsigned variables for things that we use as unsignedPeter Hessler
2018-04-28add the socket lock around our use of socketsPeter Hessler
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2018-04-27rasops: implement scrollbackJoshua Stein
2018-04-27If a wifi driver does not provide an ic_bgscan_start() function there is noStefan Sperling
2018-04-27use nitems()Jasper Lievisse Adriaanse
2018-04-27Fix WEP.Stefan Sperling
2018-04-27Fix the scan loop: We were only looking for an AP once and stoppedStefan Sperling
2018-04-27-fretpoline for non-RAMDISK kernels. Skylake product needs it, andTheo de Raadt
2018-04-27Introduce an helper function to extract endpoint's max burst value.Martin Pieuchot
2018-04-27Introduce an helper function to extract endpoint's max burst value.Martin Pieuchot
2018-04-27regenMike Larkin
2018-04-27add Marvell 88W8897 wireless to pcidevs (no driver yet)Mike Larkin
2018-04-27vmm(4): pass through ELCRx ports to vmd(8)Mike Larkin
2018-04-27Print index as unsigned.Martin Pieuchot
2018-04-27Move FREF() inside fd_getfile().Martin Pieuchot
2018-04-27Fix an off-by-one in xhci_xfer_tdsize().Martin Pieuchot
2018-04-27Remove duplicate device identification so my usb drive attaches as a umassTheo Buehler
2018-04-27Fix the prologue detection to match amd64 opcodes, not i386 opcodesPhilip Guenther
2018-04-27Delete superfluous includes of <sys/file.>Philip Guenther
2018-04-27The i.MX8M has the same quirk as the i.MX6SX, where the CAP1 registerPatrick Wildt