summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-05-17fix stoeplitz_hash_h32.David Gwynne
2023-05-16Always set maximum queue length to passed in the IFQCTL_MAXLEN case.Vitaliy Makkoveev
2023-05-16Replace tab by space after #define in PR_* definitions.Vitaliy Makkoveev
2023-05-16Introduce temporary PR_MPSYSCTL flag to mark (*pr_sysctl)() handler MPVitaliy Makkoveev
2023-05-16Use separate IFCAPs for LRO and TSO.Jan Klemkow
2023-05-15Implement the TCP/IP layer for hardware TCP segmentation offload.Alexander Bluhm
2023-05-15Pass the ESR as the trapno value; this might help in determining the detailedMark Kettenis
2023-05-14Improve emulation of a disktab entry (-t) by using the typeKenneth R Westerback
2023-05-14give softnet threads unique names by suffixing softnet with their index.David Gwynne
2023-05-13vmm(4)/vmd(8): switch to anonymous shared mappings.Dave Voutila
2023-05-13Finally remove the kernel lock from IPv6 neighbor discovery. ND6Alexander Bluhm
2023-05-13Instead of implementing IPv4 header checksum creation everywhere,Alexander Bluhm
2023-05-13Put back in the simplification of the aiodone daemon.Martin Pieuchot
2023-05-12add axppmic support to RAMDISK,SASANO Takayoshi
2023-05-12Fall back on loading the kernel from the EFI system partition if we'reMark Kettenis
2023-05-12Make access to rt_llinfo consistent and remove needless initialisation.Alexander Bluhm
2023-05-12Access rt_llinfo without checking RTF_LLINFO flag before. They areAlexander Bluhm
2023-05-12regenJonathan Gray
2023-05-12match 6.1.28 drm and remove Intel 0x5698Jonathan Gray
2023-05-12drm/amd/display (gcc13): fix enum mismatchJonathan Gray
2023-05-12drm/i915: Make intel_get_crtc_new_encoder() less oopsyJonathan Gray
2023-05-12drm/amd/display: Fix potential null dereferenceJonathan Gray
2023-05-12drm/ttm/pool: Fix ttm_pool_alloc error pathJonathan Gray
2023-05-12drm/ttm: optimize pool allocations a bit v2Jonathan Gray
2023-05-12drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmuxJonathan Gray
2023-05-12drm/probe-helper: Cancel previous job before starting new oneJonathan Gray
2023-05-12drm/i915/dg2: Drop one PCI IDJonathan Gray
2023-05-12drm/amd/pm: re-enable the gfx imu when smu resumeJonathan Gray
2023-05-12swsmu/amdgpu_smu: Fix the wrong if-conditionJonathan Gray
2023-05-12drm/amd/display: fix a divided-by-zero errorJonathan Gray
2023-05-12drm/amd/display: fix PSR-SU/DSC interoperability supportJonathan Gray
2023-05-12drm/amd/display: limit timing for single dimm memoryJonathan Gray
2023-05-12drm/amd/display: Remove stutter only configurationsJonathan Gray
2023-05-12add apple-gmux.h for 6.1.28 drmJonathan Gray
2023-05-11Stop sending a PHY context update in iwx_run_stop()Stefan Sperling
2023-05-11pools are always initialised, zap overcautious NULL checkKlemens Nanni
2023-05-11mi_syscall() can add the KTRC_CODE_SYSCALL flag to the syscall code.Alexander Bluhm
2023-05-10nat-to may fail to insert state due to conflict on chosen sourceAlexandr Nedvedicky
2023-05-10New udl(4) device, reported by "S V" on tech@Miod Vallat
2023-05-10regenMiod Vallat
2023-05-10New udl(4) device, reported by "S V" on tech@Miod Vallat
2023-05-10Add flag SDEV_UFI so umass_scsi_attach() can provide informationKenneth R Westerback
2023-05-10Implement TCP send offloading, for now in software only. This isAlexander Bluhm
2023-05-09Don't return EPIPE from pipe kqfilterVisa Hankala
2023-05-09Inline once-used variable to sync all uvm_map_clean() callersKlemens Nanni
2023-05-09Apparently there is no need to set the PS2 field.Mark Kettenis
2023-05-08fix up some formatting in the pf_state_list comment.David Gwynne
2023-05-08The call to in_proto_cksum_out() is only needed before the packetAlexander Bluhm
2023-05-08To make ND6 mp-safe, the life time of struct llinfo_nd6 *ln =Alexander Bluhm
2023-05-08As the nd6 mutex protects the lifetime of struct llinfo_nd6 ln,Alexander Bluhm