summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-24Correct client_prefix so it returns 1 if in prefix, not 0.Nicholas Marriott
2021-02-24whitespace tweaks, no functional change.David Gwynne
2021-02-24fix the length check on arp packets when handling arp filter rules.David Gwynne
2021-02-24syncTheo de Raadt
2021-02-24remove unused usbd_get_device_string()Jonathan Gray
2021-02-24remove unused usbdi functionsJonathan Gray
2021-02-24add support for adding and deleting mac addr entries on nvgre.David Gwynne
2021-02-24remove unused xhci_cmd_evaluate_ctx()Jonathan Gray
2021-02-24syncTheo de Raadt
2021-02-24add support for adding and deleting address table entries.David Gwynne
2021-02-24add support for adding and deleting address table entries.David Gwynne
2021-02-24Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithmsDarren Tucker
2021-02-23typoTheo de Raadt
2021-02-23handle ifconfig veb0 flush with etherbridge_flush, like bpe and nvgreDavid Gwynne
2021-02-23lots more s/key types/signature algorithms/ mostly inDamien Miller
2021-02-23Correct reference to signature algorithms as keys; from Jakub JelenDamien Miller
2021-02-23Make this test module aware so it passes with Go 1.16Theo Buehler
2021-02-23Make this test module aware so it passes with Go 1.16Theo Buehler
2021-02-23Use pool to allocate tdbs.tobhe
2021-02-23Move -u to alphabetically correct place in options. As spotted by jmc@Mark Lumsden
2021-02-23aplintc(4)Mark Kettenis
2021-02-23Add aplintc(4), a driver for the interrupt controller found onMark Kettenis
2021-02-23syncTheo de Raadt
2021-02-23sparc64/clock.c: use ANSI-style function definitionscheloha
2021-02-23Wrap by netlock the whole foreach loop which calls switch_port_detach() inmvs
2021-02-23Fix m_copyback(9) prototype in DESCRIPTION section.mvs
2021-02-23previous commit mismanaged the control fdTheo de Raadt
2021-02-23Adjust pledge() and unveil() calls for proc_rsync() a bit. Since theClaudio Jeker
2021-02-23syncTheo de Raadt
2021-02-23remove unused malloc_roundup()Jonathan Gray
2021-02-23As ip_insertoptions() may prepend a mbuf, "goto bad" has to freeAlexander Bluhm
2021-02-23Make more efficient clearing interrupts on all processors at boot time.Kenji Aoyama
2021-02-23small adjustment of the deck chairs, no functional change.David Gwynne
2021-02-23fix up which link flags do what.David Gwynne
2021-02-23Use NULL instead of 0 in `m_nextpkt' assignment.mvs
2021-02-23make a start on transparent ipsec interception, based on bridge(4).David Gwynne
2021-02-23remove unused uvm_mapent_bias()Jonathan Gray
2021-02-23Move `pgo_fault' handler outside of uvm_fault_lower().Martin Pieuchot
2021-02-23remove some unused includesJonathan Gray
2021-02-23use the ipv6 dst addr to look up an ipsec tdb in bridge_ipsec in.David Gwynne
2021-02-23Allow the user to specify a path to the mg startup file on the command line.Mark Lumsden
2021-02-23use link0 to allow vlans to cross the bridge.David Gwynne
2021-02-23implement support for the blocknonip port flag.David Gwynne
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2021-02-23add support for setting and getting bridge port flags.David Gwynne
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-23filter MAC Bridge component Reserved addressDavid Gwynne
2021-02-23try and use my words to explain what veb is and does.David Gwynne
2021-02-23add veb(4), a Virtual Ethernet Bridge driver.David Gwynne
2021-02-23syncTheo de Raadt