Age | Commit message (Expand) | Author |
2021-02-25 | Prevent zero size devices from attaching | jan |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-02-25 | let m_copydata use a void * instead of caddr_t | David Gwynne |
2021-02-25 | enable veb(4), it's time for wider testing. | David Gwynne |
2021-02-24 | add support for hashing 64 and 32 bit numbers in host byte order. | David Gwynne |
2021-02-24 | kqueue: Revise filterops interface | Visa Hankala |
2021-02-24 | In sorflush() use m_purge() instead of handrolling it. | Alexander Bluhm |
2021-02-24 | white space tweak, no functional change | David Gwynne |
2021-02-24 | fix stoeplitz_n16 and stoeplitz_h16 | David Gwynne |
2021-02-24 | Enumerate GCI core, which seems to contain the OTP on the Apple M1. | Patrick Wildt |
2021-02-24 | whitespace tweaks, no functional change. | David Gwynne |
2021-02-24 | fix the length check on arp packets when handling arp filter rules. | David Gwynne |
2021-02-24 | remove unused usbd_get_device_string() | Jonathan Gray |
2021-02-24 | remove unused usbdi functions | Jonathan Gray |
2021-02-24 | add support for adding and deleting mac addr entries on nvgre. | David Gwynne |
2021-02-24 | remove unused xhci_cmd_evaluate_ctx() | Jonathan Gray |
2021-02-24 | add support for adding and deleting address table entries. | David Gwynne |
2021-02-24 | add support for adding and deleting address table entries. | David Gwynne |
2021-02-23 | handle ifconfig veb0 flush with etherbridge_flush, like bpe and nvgre | David Gwynne |
2021-02-23 | Use pool to allocate tdbs. | tobhe |
2021-02-23 | Add aplintc(4), a driver for the interrupt controller found on | Mark Kettenis |
2021-02-23 | sparc64/clock.c: use ANSI-style function definitions | cheloha |
2021-02-23 | Wrap by netlock the whole foreach loop which calls switch_port_detach() in | mvs |
2021-02-23 | remove unused malloc_roundup() | Jonathan Gray |
2021-02-23 | As ip_insertoptions() may prepend a mbuf, "goto bad" has to free | Alexander Bluhm |
2021-02-23 | Make more efficient clearing interrupts on all processors at boot time. | Kenji Aoyama |
2021-02-23 | small adjustment of the deck chairs, no functional change. | David Gwynne |
2021-02-23 | Use NULL instead of 0 in `m_nextpkt' assignment. | mvs |
2021-02-23 | make a start on transparent ipsec interception, based on bridge(4). | David Gwynne |
2021-02-23 | remove unused uvm_mapent_bias() | Jonathan Gray |
2021-02-23 | Move `pgo_fault' handler outside of uvm_fault_lower(). | Martin Pieuchot |
2021-02-23 | remove some unused includes | Jonathan Gray |
2021-02-23 | use the ipv6 dst addr to look up an ipsec tdb in bridge_ipsec in. | David Gwynne |
2021-02-23 | use link0 to allow vlans to cross the bridge. | David Gwynne |
2021-02-23 | implement support for the blocknonip port flag. | David Gwynne |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2021-02-23 | add support for setting and getting bridge port flags. | David Gwynne |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-23 | filter MAC Bridge component Reserved address | David Gwynne |
2021-02-23 | add veb(4), a Virtual Ethernet Bridge driver. | David Gwynne |
2021-02-23 | remove unused acpiec_lock() acpiec_unlock() functions | Jonathan Gray |
2021-02-22 | Terminate backtrace of secondary processors in ddb. | Mark Kettenis |
2021-02-22 | Enable bge(4). | Mark Kettenis |
2021-02-22 | Enable apldog(4). | Mark Kettenis |
2021-02-22 | Add apldog(4), a driver for the watchdog on Apple M1 SoCs. | Mark Kettenis |
2021-02-22 | Move UNIX socket's garbage collector to `systqmp'. It touches nothing | mvs |
2021-02-22 | Disable double-data rate modes if 1.8V signalling is not possible. | Patrick Wildt |
2021-02-22 | Slow mode is only relevant for legacy and high speed timings. | Patrick Wildt |
2021-02-22 | Improve support for the variant found on the Apple M1 SoC. | Mark Kettenis |
2021-02-22 | When cutting of the head of an overlapping fragment during pf | Alexander Bluhm |