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