Age | Commit message (Expand) | Author |
2023-06-01 | Change wakeup_proc() to no longer grab the SCHED_LOCK() instead it must | Claudio Jeker |
2023-06-01 | Enable forwarding of ix(4) LRO Pakets via TSO | Jan Klemkow |
2023-05-31 | Remove declarations for unused search_label() local variables | Kenneth R Westerback |
2023-05-30 | add net_tq_barriers | David Gwynne |
2023-05-30 | Use generic checksum calculation for TCP SYN+ACK packets. | Alexander Bluhm |
2023-05-30 | spelling | Jonathan Gray |
2023-05-29 | virtio: Set DRIVER_OK earlier | Stefan Fritsch |
2023-05-29 | some hackery to make arm64 ramdisk compile again | Theo de Raadt |
2023-05-29 | recognise Cortex-A520 (Hayes), Cortex-A720 (Hunter), Cortex-X4 (Hunter-ELP) | Jonathan Gray |
2023-05-27 | Implement battery charge control. | Mark Kettenis |
2023-05-26 | Remove net lock from DIOC{S,G}ETLIMIT | Klemens Nanni |
2023-05-25 | Disable witness for mutexes created on the stack which allows | Kurt Miller |
2023-05-25 | Work around sparc64 WITNESS kernel failing to load by moving large witness | Kurt Miller |
2023-05-25 | Do not use wakeup_proc() outside of the sleep machinery. Just use | Claudio Jeker |
2023-05-23 | Force comport initialization for some class of device | Denis Fondras |
2023-05-23 | regen | Denis Fondras |
2023-05-23 | Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs. | Patrick Wildt |
2023-05-23 | New counters for LRO packets from hardware TCP offloading. | Jan Klemkow |
2023-05-22 | Fix TSO for traffic to a local address on a physical interface. | Alexander Bluhm |
2023-05-22 | Add EPYC Embedded 3000 10GbE NIC | Denis Fondras |
2023-05-22 | The fp_ex_[st]w struct savefpu members were inherited from NetBSD where | Philip Guenther |
2023-05-22 | NENTRY() doesn't provide an endbr64, so give memmove one in | Philip Guenther |
2023-05-21 | Typo in comment. 'parititon' -> 'partition'. | Kenneth R Westerback |
2023-05-21 | In sysctl_hwchargestop() check that hw_battery_setchargestop is set | Claudio Jeker |
2023-05-20 | Do not grab the `vmmaplk' recursively, prevent a self-deadlock. | Martin Pieuchot |
2023-05-20 | Implement battery charge control. | Mark Kettenis |
2023-05-19 | Add qcsmptp(4), a driver to share 32-bit values between (co-)processors. | Patrick Wildt |
2023-05-19 | Have mainbus attach nodes under /reserved-memory, so that qcsmem(4) shows | Patrick Wildt |
2023-05-19 | Add qcsmem(4), a driver for the shared memory table on Qualcomm SoCs | Patrick Wildt |
2023-05-19 | Clear interrupt before executing the interrupt handler as we otherwise | Patrick Wildt |
2023-05-19 | Since waitid(2) shares code with wait4(2) and doesn't expose any | Philip Guenther |
2023-05-19 | Move tcp_info structure to be under '#if __BSD_VISIBLE' to repair | Philip Guenther |
2023-05-18 | Assert pf lock on interface handling | Klemens Nanni |
2023-05-18 | sc_st_mtx is not sufficient protection to move state around | Alexandr Nedvedicky |
2023-05-18 | regen | Vitaliy Makkoveev |
2023-05-18 | Backout sysctl(2) unlocking. Lock order issue was triggered in UVM | Vitaliy Makkoveev |
2023-05-18 | Revert ip_sysctl() unlocking. Lock order issue was triggered in UVM | Vitaliy Makkoveev |
2023-05-18 | Use TSO offloading in ix(4). | Jan Klemkow |
2023-05-17 | Add qcmtx(4), a driver for the hardware spinlock on Qualcomm SoCs that | Patrick Wildt |
2023-05-17 | Add a framework for hardware locks. | Patrick Wildt |
2023-05-17 | Add qcipcc(4), a driver for the inter-processor mailbox interface used | Patrick Wildt |
2023-05-17 | Add support for the Peripheral Authentication Service SMC interface. | Patrick Wildt |
2023-05-17 | Implement battery management sysctl. This will provide a set of sysctls | Mark Kettenis |
2023-05-17 | Tolerate difference in some of the features advertised by the | Mark Kettenis |
2023-05-17 | Lenovo x13s requires a Qualcomm firmware file which is 13.7MB, so increase | Patrick Wildt |
2023-05-17 | fix stoeplitz_hash_h32. | David Gwynne |
2023-05-16 | Always set maximum queue length to passed in the IFQCTL_MAXLEN case. | Vitaliy Makkoveev |
2023-05-16 | Replace tab by space after #define in PR_* definitions. | Vitaliy Makkoveev |
2023-05-16 | Introduce temporary PR_MPSYSCTL flag to mark (*pr_sysctl)() handler MP | Vitaliy Makkoveev |
2023-05-16 | Use separate IFCAPs for LRO and TSO. | Jan Klemkow |