Age | Commit message (Expand) | Author |
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 |
2021-02-22 | regen | Jonathan Gray |
2021-02-22 | add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe ids | Jonathan Gray |
2021-02-21 | how about sticking to standard C. | Theo de Raadt |
2021-02-21 | Add cryptox(4), a driver for armv8 cryptographic extensions. | tobhe |
2021-02-21 | One CPUs that implement the VHE extension and have the E2H bit set, keep | Mark Kettenis |
2021-02-21 | cut nvgre(4) over to use common etherbridge code. | David Gwynne |
2021-02-21 | cut bpe(4) over to using the common etherbridge code. | David Gwynne |
2021-02-21 | add etherbridge, the guts of a learning bridge that can be reused. | David Gwynne |
2021-02-21 | add stoeplitz_eaddr, for getting a hash value from an ethernet address. | David Gwynne |
2021-02-20 | remove warning about amdgpu userptr ioctl being unimplemented | Jonathan Gray |
2021-02-20 | Fix disestablishing of PCI interrupt handlers. | Visa Hankala |
2021-02-20 | move from calling l3 protocol input handlers to using if_vinput. | David Gwynne |
2021-02-20 | move gre and mgre from calling l3 input handlers to using if_vinput. | David Gwynne |
2021-02-20 | move gif from calling l3 protocol input handlers to using if_vinput. | David Gwynne |
2021-02-20 | add p2p_input, like ether_input but for l3 tunnel interfaces. | David Gwynne |
2021-02-20 | let tun use bpf_mtap for handling input packets. | David Gwynne |
2021-02-20 | default interfaces to bpf_mtap_ether for their if_bpf_mtap handler. | David Gwynne |
2021-02-20 | give interfaces an if_bpf_mtap handler. | David Gwynne |
2021-02-20 | add a MONITOR flag to ifaces to say they're only used for watching packets. | David Gwynne |
2021-02-19 | we dont need to wrap some short lines. | David Gwynne |
2021-02-19 | check the state for PF_ROUTE when undeferring a packet, not the rule. | David Gwynne |
2021-02-18 | Make kernel ld.script similar to octeon's on loongson and sgi. | Visa Hankala |
2021-02-18 | Release mbuf(9) chain with a simple m_freem(9) loop in sorflush(). | mvs |
2021-02-18 | handle "simple-pm-bus" in simplebus | Jonathan Gray |
2021-02-17 | Unify unit initialization. | Marcus Glocker |
2021-02-17 | If the device driver open call fails, don't set sc_open since in that case | Marcus Glocker |
2021-02-17 | Skip gp initialization in loongson bootblocks | Visa Hankala |
2021-02-17 | Do not reprogram address filter after MII status change | Visa Hankala |
2021-02-17 | Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCs | Mark Kettenis |
2021-02-17 | Call 'struct process' parameters 'pr' to distinguish from 'struct proc' | Marcus Glocker |
2021-02-17 | Collect return code of video_stop() for ioctls calls. | Marcus Glocker |