Age | Commit message (Expand) | Author |
2018-05-03 | Use the default background attribute when erasing rows in doswitch and | Jonathan Gray |
2018-05-03 | Add support for SMCCC 1.1 which provides proper support for the firmware-based | Mark Kettenis |
2018-05-02 | Do not assume that mbufs within a chain do not have M_PKTHDR set. | Alexander Bluhm |
2018-05-02 | Continue kettenis@'s revert: | Peter Hessler |
2018-05-02 | Fix build. The power domain API is needed by r1.9 of xhci_fdt.c. | Visa Hankala |
2018-05-02 | Enable power domain for xhci(4). | Patrick Wildt |
2018-05-02 | Add imxpd(4) which is a power domain controller driver that | Patrick Wildt |
2018-05-02 | Implement a power domain framework to turn on/off so-called power | Patrick Wildt |
2018-05-02 | Revert previous commit; the XR17V35X probe that was added accesses registers | Mark Kettenis |
2018-05-02 | Split out the handling of SIOCGIF* into a new function, in_ioctl_get(), | Theo Buehler |
2018-05-02 | Push the NET_LOCK() down in in6_control() similar to what was done | Theo Buehler |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
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 |