Age | Commit message (Expand) | Author |
2020-06-21 | Implement copyin(9), copyout(9), copyinstr(9) and copyoutstr(9). | Mark Kettenis |
2020-06-21 | add a commented out entry for wg(4). | David Gwynne |
2020-06-21 | start wg with the other interfaces that rely on routing being up. | David Gwynne |
2020-06-21 | add a manpage for wg(4). | David Gwynne |
2020-06-21 | teach ifconfig about wireguard. | David Gwynne |
2020-06-21 | tell config how to build wg(4) | David Gwynne |
2020-06-21 | add wg(4), an in kernel driver for WireGuard vpn communication. | David Gwynne |
2020-06-21 | wireguard is taking over the gif mbuf tag. | David Gwynne |
2020-06-21 | wireguard can do ipv6, but doesnt do link local addresses. | David Gwynne |
2020-06-21 | add IFT_WIREGUARD. | David Gwynne |
2020-06-21 | add constructions for wireguard. | David Gwynne |
2020-06-21 | add hchacha20 for wireguard. | David Gwynne |
2020-06-21 | curve25519 for wireguard. | David Gwynne |
2020-06-21 | add blake2s for wireguard. | David Gwynne |
2020-06-21 | Add RCS marker | Theo Buehler |
2020-06-21 | add neil peart; from matthew j. c. clarke | Jason McIntyre |
2020-06-21 | document mq_push() | David Gwynne |
2020-06-21 | add mq_push. it's like mq_enqueue, but drops from the head, not the tail. | David Gwynne |
2020-06-21 | wrap a long line. no functional change. | David Gwynne |
2020-06-21 | if an inp_upcall is set, let it look at and maybe steal the udp packet. | David Gwynne |
2020-06-21 | The onboard interfaces on T7/S7 machines don't provide a valid MAC address | Jonathan Matthew |
2020-06-21 | knf: the inp_upcall line was too long. | David Gwynne |
2020-06-21 | add a inp_upcall function pointer and inp_upcall_arg to struct in_pcb. | David Gwynne |
2020-06-21 | wire the wireguard packet printer into tcpdump. | David Gwynne |
2020-06-21 | don't claim packets as wg if there's not enough captured bytes to read. | David Gwynne |
2020-06-21 | cope with a truncated capture of a packet. this avoids reading invalid mem. | David Gwynne |
2020-06-21 | add a printer for wireguard messages, but not hooked up just yet. | David Gwynne |
2020-06-21 | sync | Theo de Raadt |
2020-06-20 | supply the Aq (angle brackets) part missing in: | Jason McIntyre |
2020-06-20 | bcmtmon(4) | Mark Kettenis |
2020-06-20 | Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4. | Mark Kettenis |
2020-06-20 | Shifts (<<) of more than 32 bits must be done on 64-bit values. | Kenneth R Westerback |
2020-06-20 | Make FUNCTION()/UNIT() return valid major/minor device numbers rather | Kenneth R Westerback |
2020-06-20 | Avoid one uninitialized warning in file_get() | Jeremie Courreges-Anglas |
2020-06-20 | basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields, | Ingo Schwarze |
2020-06-20 | add missing ENVIRONMENT. HISTORY, and AUTHORS sections, | Ingo Schwarze |
2020-06-20 | With filesystem having many cylinder groups and many inodes per cg the | Otto Moerbeek |
2020-06-20 | make zeroing fb mem conditional matching linux path | Jonathan Gray |
2020-06-19 | Break a glass ceiling on cwnd due to integer division during congestion | Richard Procter |
2020-06-19 | VM_MAXUSER_ADDRESS needs to be page-aligned. | Mark Kettenis |
2020-06-19 | Fix calculation of the year. | Mark Kettenis |
2020-06-19 | Not quite correct implementations of copystr(9) and kcopy(9). | Mark Kettenis |
2020-06-19 | Enable lucky 13 test. | Theo Buehler |
2020-06-19 | We inherited the constant time CBC padding removal from BoringSSL, but | Theo Buehler |
2020-06-19 | First stab at implementing system calls. | Mark Kettenis |
2020-06-19 | Add support for BCM4359 SDIO variants such as the AP6359SA module found | Mark Kettenis |
2020-06-19 | Whitespace. | Kenneth R Westerback |
2020-06-19 | Set %r13 with a pointer to our per-CPU info struct when setting up a | Mark Kettenis |
2020-06-19 | mark the functions documented in des_read_pw(3) as deprecated | Ingo Schwarze |
2020-06-19 | fold the TSC value in fewer operations, same result; ok deraadt@ | Christian Weisgerber |