summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-02-25Prevent zero size devices from attachingjan
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-25let m_copydata use a void * instead of caddr_tDavid Gwynne
2021-02-25enable veb(4), it's time for wider testing.David Gwynne
2021-02-24add support for hashing 64 and 32 bit numbers in host byte order.David Gwynne
2021-02-24kqueue: Revise filterops interfaceVisa Hankala
2021-02-24In sorflush() use m_purge() instead of handrolling it.Alexander Bluhm
2021-02-24white space tweak, no functional changeDavid Gwynne
2021-02-24fix stoeplitz_n16 and stoeplitz_h16David Gwynne
2021-02-24Enumerate GCI core, which seems to contain the OTP on the Apple M1.Patrick Wildt
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-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-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-23handle ifconfig veb0 flush with etherbridge_flush, like bpe and nvgreDavid Gwynne
2021-02-23Use pool to allocate tdbs.tobhe
2021-02-23Add aplintc(4), a driver for the interrupt controller found onMark Kettenis
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-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-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-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-23add veb(4), a Virtual Ethernet Bridge driver.David Gwynne
2021-02-23remove unused acpiec_lock() acpiec_unlock() functionsJonathan Gray
2021-02-22Terminate backtrace of secondary processors in ddb.Mark Kettenis
2021-02-22Enable bge(4).Mark Kettenis
2021-02-22Enable apldog(4).Mark Kettenis
2021-02-22Add apldog(4), a driver for the watchdog on Apple M1 SoCs.Mark Kettenis
2021-02-22Move UNIX socket's garbage collector to `systqmp'. It touches nothingmvs
2021-02-22Disable double-data rate modes if 1.8V signalling is not possible.Patrick Wildt
2021-02-22Slow mode is only relevant for legacy and high speed timings.Patrick Wildt
2021-02-22Improve support for the variant found on the Apple M1 SoC.Mark Kettenis
2021-02-22When cutting of the head of an overlapping fragment during pfAlexander Bluhm