summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-22add support for verification of webauthn sshsig signature, andDamien Miller
2020-06-22Add support for FIDO webauthn (verification only). webauthn is aDamien Miller
2020-06-22refactor ECDSA-SK verification a little ahead of adding supportDamien Miller
2020-06-22a first cut at requesting and parsing vpd info.David Gwynne
2020-06-22support for RFC4648 base64url encoding; ok markusDamien Miller
2020-06-22better terminology for permissions; feedback & ok markus@Damien Miller
2020-06-22better terminology for permissions; feedback & ok markus@Damien Miller
2020-06-22in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signalJonathan Gray
2020-06-22let userland read vpd info from a pci device.David Gwynne
2020-06-22deprecate network livelock detection using the softclock.David Gwynne
2020-06-22there's not going to be any whole kernel wide network livelocks soon.David Gwynne
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-22use (undocumented) base64 code in libc instead of libcrypto.David Gwynne
2020-06-22plug the wireguard ioctls in.David Gwynne
2020-06-22enable nvme on i386.David Gwynne
2020-06-21syncTheo de Raadt
2020-06-21Making tracing through traps work.Mark Kettenis
2020-06-21vmd(8): fix ns8250 lockup due to race conditionpd
2020-06-21Update Spleen kernel fonts to version 1.7.1, bringing the followingFrederic Cambus
2020-06-21Enable machine check interrupt.Mark Kettenis
2020-06-21Set PTE valid bit in PTE descriptors such that we actually match them inMark Kettenis
2020-06-21Set reference count of freshly created pmap to one.Mark Kettenis
2020-06-21tidy wording from when dnssec was enabled/disabled/reenabledStuart Henderson
2020-06-21Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andKenneth R Westerback
2020-06-21correct mutex_lock_interruptible()Jonathan Gray
2020-06-21Set up exec_map and phys_map.Mark Kettenis
2020-06-21provide missing Aq; this one started my search for missing Aq, then i failedJason McIntyre
2020-06-21new sentence, new line;Jason McIntyre
2020-06-21various minor tweaks;Jason McIntyre
2020-06-21Add code to synchronize I-cache if necessary when mapping an executableMark Kettenis
2020-06-21wgpip -> wgendpoint. ok dlg@Matthieu Herrb
2020-06-21Implement copyin(9), copyout(9), copyinstr(9) and copyoutstr(9).Mark Kettenis
2020-06-21add a commented out entry for wg(4).David Gwynne
2020-06-21start wg with the other interfaces that rely on routing being up.David Gwynne
2020-06-21add a manpage for wg(4).David Gwynne
2020-06-21teach ifconfig about wireguard.David Gwynne
2020-06-21tell config how to build wg(4)David Gwynne
2020-06-21add wg(4), an in kernel driver for WireGuard vpn communication.David Gwynne
2020-06-21wireguard is taking over the gif mbuf tag.David Gwynne
2020-06-21wireguard can do ipv6, but doesnt do link local addresses.David Gwynne
2020-06-21add IFT_WIREGUARD.David Gwynne
2020-06-21add constructions for wireguard.David Gwynne
2020-06-21add hchacha20 for wireguard.David Gwynne
2020-06-21curve25519 for wireguard.David Gwynne
2020-06-21add blake2s for wireguard.David Gwynne
2020-06-21Add RCS markerTheo Buehler
2020-06-21add neil peart; from matthew j. c. clarkeJason McIntyre
2020-06-21document mq_push()David Gwynne