Age | Commit message (Expand) | Author |
2018-07-11 | Detect vmm(4) in the bootloader and automatically switch to the serial | Mike Larkin |
2018-07-11 | Fix comment about VLAN encapsulation and checksum offload | Stefan Fritsch |
2018-07-11 | vmm(4): return proper cache topology for cpuid(0x4) | Mike Larkin |
2018-07-11 | Retire RTM_LOSING, it no longer makes sense and on busy servers the | Claudio Jeker |
2018-07-11 | rtm_send() the cloned routes because of ICMP mtu changes. Until now | Claudio Jeker |
2018-07-11 | vmm(4): respect argument size when reading from undefined ports. | Mike Larkin |
2018-07-11 | vmm(4): small cleanup in vm_rwregs. | Mike Larkin |
2018-07-11 | the STATE_LOOKUP macro made sense ages ago. It stopped making sense | Henning Brauer |
2018-07-11 | in if_addgroup(), call the new pfi_group_addmember() instead of | Henning Brauer |
2018-07-11 | Convert AH & IPcomp to ipsec_input_cb() and count drops on input. | Martin Pieuchot |
2018-07-11 | provide pfi_group_addmember(), which makes the new member interface inherit | Henning Brauer |
2018-07-11 | implement media type detection and forcing of link speed, lightly tested | Jonathan Matthew |
2018-07-11 | move declarations of hwrm message functions up to the top and make them | Jonathan Matthew |
2018-07-11 | don't bother checking the rx index matches what we expect, it works | Jonathan Matthew |
2018-07-10 | When an interface doesn't have a layer 2 address in6_get_soii_ifid() | Florian Obser |
2018-07-10 | When an interface doesn't have a layer 2 address in6_get_ifid() | Florian Obser |
2018-07-10 | Remove raw_usrreq and raw_cb, nothing is using them anymore. | Claudio Jeker |
2018-07-10 | Remove net/raw_cb.h from includes and replace the RAWSNDQ, RAWRCVQ with | Claudio Jeker |
2018-07-10 | Make legacy interrupts work in acpipci(4). | Mark Kettenis |
2018-07-10 | The year is 2018. | Henning Brauer |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-10 | Always use PSCI to enable secondary CPUs if it is detected. | Mark Kettenis |
2018-07-10 | Add a "machine acpi" command to force booting with ACPI enabled. | Mark Kettenis |
2018-07-10 | in pf_set_protostate(), only decrement the half-open states counter when | Henning Brauer |
2018-07-10 | Introduce new IPsec (per-CPU) statistics and refactor ESP input | Martin Pieuchot |
2018-07-10 | Remove DELAY(1000) from carp_send_arp() / carp_send_na() since it is not clear | friehm |
2018-07-10 | In free(9) call wakeup() after mtx_leave() consistently. | Alexander Bluhm |
2018-07-10 | After removing raw_usrreq() from route and pfkey, the global sockaddr | Alexander Bluhm |
2018-07-10 | s/ITUNER/MICROCHIP/ following usbdevs -r1.689 | Jasper Lievisse Adriaanse |
2018-07-10 | regen | Jasper Lievisse Adriaanse |
2018-07-10 | replace the Ituner vendor with Microchip to match Linux at least | Jasper Lievisse Adriaanse |
2018-07-10 | if_enqueue: call pf_delay_pkt() if m_pkthdr.pf.delay is set | Henning Brauer |
2018-07-10 | provide a generic packet delay functionality. packets to be delayed are marked | Henning Brauer |
2018-07-10 | Change USB_DEVICEINFO to report USB port status/changes as currently | Martin Pieuchot |
2018-07-10 | vmm(4): remove a wrong comment | Mike Larkin |
2018-07-10 | Move socket & pipe specific logic in their ioctl handler. | Martin Pieuchot |
2018-07-10 | Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames. | Philip Guenther |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-07-09 | vmm(4): prohibit setting/clearing invalid bits in %cr0/%cr4. This was | Mike Larkin |
2018-07-09 | sprinkle comments and rename iface to match its use to ctl_iface_idx | Jasper Lievisse Adriaanse |
2018-07-09 | use UE_GET_XFERTYPE(); no binary change | Jasper Lievisse Adriaanse |
2018-07-09 | Fix trailing whitespaces and too long line. | Alexander Bluhm |
2018-07-09 | Mark the i8254 clock interrupt MPSAFE. It isn't, but it doesn't matter | Mark Kettenis |
2018-07-09 | Delete the VM86 kernel option and i386_vm86(3) API: it's required | Philip Guenther |
2018-07-09 | Enable pcagpio(4). | Patrick Wildt |
2018-07-09 | Strip down the (not enabled) pcagpio(4) GPIO extender. This removes | Patrick Wildt |
2018-07-09 | Inline the raw_usrreq() function into pfkeyv2_usrreq(). Similar to the | Claudio Jeker |
2018-07-09 | Inline the raw_usrreq() function into route_usrreq(). This simplifies the | Claudio Jeker |
2018-07-09 | Basic support for SFP modules in mvneta(4). SFP modules are basically | Patrick Wildt |
2018-07-09 | Add a phandle to v2m nodes. | Mark Kettenis |