summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-20Clean up/simplify dtls1_get_cipher().Joel Sing
2021-02-20move from calling l3 protocol input handlers to using if_vinput.David Gwynne
2021-02-20move gre and mgre from calling l3 input handlers to using if_vinput.David Gwynne
2021-02-20move gif from calling l3 protocol input handlers to using if_vinput.David Gwynne
2021-02-20add p2p_input, like ether_input but for l3 tunnel interfaces.David Gwynne
2021-02-20let tun use bpf_mtap for handling input packets.David Gwynne
2021-02-20default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.David Gwynne
2021-02-20give interfaces an if_bpf_mtap handler.David Gwynne
2021-02-20syncStuart Henderson
2021-02-20Recommit upstream alignment fix plus libperl version bumpAndrew Fresh
2021-02-20document the monitor flag.David Gwynne
2021-02-20add support for handling the interface monitor flagDavid Gwynne
2021-02-20add a MONITOR flag to ifaces to say they're only used for watching packets.David Gwynne
2021-02-19Fail on duplicate nonce payload.tobhe
2021-02-19Add 't' to options in man page. ok jmc@ kn@Mark Lumsden
2021-02-19Append .html suffix to temporary files enabling browsers to recognise itkn
2021-02-19Put duplicated code calculating backoff interval and packet 'secs'Kenneth R Westerback
2021-02-19Missed poll -> ppoll in log_warn() verbiage.Kenneth R Westerback
2021-02-19Convert reallocarray + memset to recallocarray.Theo Buehler
2021-02-19Add the same ASCII check to the URI in TAL files as we do for URI in .cer filesClaudio Jeker
2021-02-19Check return value of chdir() to stop a silly warning with someNicholas Marriott
2021-02-19Move the mkpath() call from the rsync path to the main process. This allowsClaudio Jeker
2021-02-19Add an EXAMPLES sectionsolene
2021-02-19we dont need to wrap some short lines.David Gwynne
2021-02-19check the state for PF_ROUTE when undeferring a packet, not the rule.David Gwynne
2021-02-18Save one allocation by passing msg_nonce ownership instead of usingtobhe
2021-02-18Remove redundant ibuf_release. msg_ke is always NULL because of thetobhe
2021-02-18Pass ownership instead of duplicating ibuf msg_ke.tobhe
2021-02-18Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.Theo Buehler
2021-02-18Make kernel ld.script similar to octeon's on loongson and sgi.Visa Hankala
2021-02-18Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().Claudio Jeker
2021-02-18Mention that U-Boot serial speed should be 115200.Visa Hankala
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.Nicholas Marriott
2021-02-18Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().mvs
2021-02-18All the code for output handling was moved to output.c some time ago.Claudio Jeker
2021-02-18Only pick up files matching alphanumeric and underscore characters underAntoine Jacoutot
2021-02-18Fix the hostkeys rotation extension documentationDamien Miller
2021-02-18add rpki-rtr port 323; ok jobTheo de Raadt
2021-02-18make names in function prototypes match those in definitionDamien Miller
2021-02-18unbreak SK_DEBUG buildsDamien Miller
2021-02-18mark test-inlabel-wildcard-cert-no-CA-client as an expected failureTheo Buehler
2021-02-18sftp-server: implement limits@openssh.com extensionDamien Miller
2021-02-18handle "simple-pm-bus" in simplebusJonathan Gray
2021-02-17Unify unit initialization.Marcus Glocker
2021-02-17If the device driver open call fails, don't set sc_open since in that caseMarcus Glocker
2021-02-17Skip gp initialization in loongson bootblocksVisa Hankala
2021-02-17Do not reprogram address filter after MII status changeVisa Hankala
2021-02-17Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCsMark Kettenis
2021-02-17Call 'struct process' parameters 'pr' to distinguish from 'struct proc'Marcus Glocker
2021-02-17Move the call to setupterm() into the client and have it pass theNicholas Marriott