summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-23Remove unused debug_syncprt, improve debug sysctl handlingkn
2020-08-23Merge listen_sock into address, since there's a 1:1 correlation. Save someMartijn van Duren
2020-08-23Allow userland to use EVFILT_EXCEPT.Martin Pieuchot
2020-08-23update to libfido2 46710ac06, picking up a few API changesDamien Miller
2020-08-23Use sysctl_bounded_args for simple cases in cpu_sysctl on i386gnezdo
2020-08-22Don't complain when child nodes don't have a _CRS method. This happens forMark Kettenis
2020-08-22Prevent concurrent CREATE_CHILD_SA and INFORMATIONAL exchanges.tobhe
2020-08-22Support looking up unix domain sockets by file name.Todd C. Miller
2020-08-22Convert icmp_sysctl to sysctl_bounded_argsgnezdo
2020-08-22Convert ip_sysctl to sysctl_bounded_argsgnezdo
2020-08-22Convert udp_sysctl to sysctl_bounded_argsgnezdo
2020-08-22Add sizes to free() callskn
2020-08-22The last timeout_add(sc_timeout) died in the great XS_NO_CCB purge of 2017. NukeKenneth R Westerback
2020-08-22Rework unicast/multicast configuration. Keep note that this only changesPatrick Wildt
2020-08-22Correct oversize rxq initialization in the classifier.Patrick Wildt
2020-08-22IPv4 protocol parser init fixup and a few whitespace fixes.Patrick Wildt
2020-08-22Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.Patrick Wildt
2020-08-22Use sizeof(variable) instead of using a macro for the length parameter.Patrick Wildt
2020-08-22Simplify some code by getting rid of an extra variable.Patrick Wildt
2020-08-22More consistent use of the BIT() macro.Patrick Wildt
2020-08-22Simplify check for return code.Patrick Wildt
2020-08-22Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTLkn
2020-08-22drm/amd/display: dchubbub p-state warning during surface planes switchJonathan Gray
2020-08-22drm/amd/display: Fix dmesg warning from setting abm levelJonathan Gray
2020-08-22drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resumeJonathan Gray
2020-08-22drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiJonathan Gray
2020-08-22drm: Added orientation quirk for ASUS tablet model T103HAFJonathan Gray
2020-08-22drm/amdgpu: fix ordering of psp suspendJonathan Gray
2020-08-22drm/dp_mst: Fix the DDC I2C device registration of an MST portJonathan Gray
2020-08-22drm/i915/gt: Force the GT reset on shutdownJonathan Gray
2020-08-22drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Jonathan Gray
2020-08-22drm/radeon: fix array out-of-bounds read and write issuesJonathan Gray
2020-08-22drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idleJonathan Gray
2020-08-22drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanlineJonathan Gray
2020-08-22drm/amdgpu: use the unlocked drm_gem_object_putJonathan Gray
2020-08-22drm/gem: Fix a leak in drm_gem_objects_lookup()Jonathan Gray
2020-08-22drm/amd/powerplay: suppress compile error around BUG_ONJonathan Gray
2020-08-22drm/amd/powerplay: fix compile error with ARCH=arcJonathan Gray
2020-08-22drm/amdgpu/display: properly guard the calls to swSMU functionsJonathan Gray
2020-08-22drm/amdgpu/display bail early in dm_pp_get_static_clocksJonathan Gray
2020-08-22drm/amd/display: Improve DisplayPort monitor interopJonathan Gray
2020-08-22drm/radeon: disable AGP by defaultJonathan Gray
2020-08-22drm/debugfs: fix plain echo to connector "force" attributeJonathan Gray
2020-08-22drm/radeon: Fix reference count leaks caused by pm_runtime_get_syncJonathan Gray
2020-08-22drm/amdgpu: avoid dereferencing a NULL pointerJonathan Gray
2020-08-21Leave default ifq_maxlen handling to ifq_init()kn
2020-08-21Print unp_path for unix domain sockets. OK kn@ mvs@Todd C. Miller
2020-08-21Move ugold(4) to the HID section for consistency.Marcus Glocker
2020-08-21fido(4) and umstc(4) also attach to uhidev(4).Marcus Glocker
2020-08-21ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).Marcus Glocker