aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ipmi: add Block Transfer interface supportAndrey V. Elsukov2023-06-079-33/+353
* arm64 Hyper-V: enable Hyper-V SMP for ARM64Wei Hu2023-06-071-22/+6
* gve: Unobfuscate code by using nitems directly for loop.Xin LI2023-06-071-4/+3
* tcp: Add and update cubic module variable namesRichard Scheffenegger2023-06-062-80/+103
* tcp: make the maximum number of retransmissions tunable per VNETRichard Scheffenegger2023-06-065-13/+37
* linux(4) rt_sendsig: Remove the use of caddr_tDmitry Chagin2023-06-061-4/+4
* Switch to contigmalloc in the Hyper-V codeAndrew Turner2023-06-0614-141/+86
* netinet: re-read IP length after PFIL hookKristof Provost2023-06-061-0/+1
* if_epair: do not transmit packets that exceed the interface MTUKristof Provost2023-06-061-0/+11
* gve: Add PNP info to PCI attachment of gve(4) driver.Xin LI2023-06-061-4/+24
* tcp: improve sending of TTL/hoplimit and DSCPMichael Tuexen2023-06-052-28/+12
* vm_phys: Change the return type of vm_phys_unfree_page() to boolMark Johnston2023-06-053-12/+12
* Revert "Revert "tslog: Annotate some early boot functions""Colin Percival2023-06-0514-1/+52
* tslog.h: Wrap in #ifdef _KERNELColin Percival2023-06-051-0/+2
* gve: Fix build on i386 and enable LINT builds.Xin LI2023-06-046-7/+14
* Revert "tslog: Annotate some early boot functions"Colin Percival2023-06-0414-52/+1
* tslog: Annotate parts of SYSINIT cpuColin Percival2023-06-045-3/+24
* tslog: Optionally instrument pmap_zero_pageColin Percival2023-06-043-1/+12
* tslog: Annotate some early boot functionsColin Percival2023-06-0414-1/+52
* tslog: Handle curthread equal to NULLColin Percival2023-06-041-0/+4
* ossl: Provide a fallback definition of __uint128_t when neededMark Johnston2023-06-041-0/+4
* kinst: fix kinst_probe_md field indentationChristos Margiolis2023-06-031-9/+9
* kinst: use bool where appropriateChristos Margiolis2023-06-033-12/+12
* kinst: simplify trampoline fill definitionsChristos Margiolis2023-06-032-5/+6
* fbt: simplify arm64 function-prologue parsingChristos Margiolis2023-06-031-26/+16
* dtrace: deduplicate arm64 breakpoint definitionChristos Margiolis2023-06-032-4/+7
* Add gve, the driver for Google Virtual NIC (gVNIC)Shailend Chand2023-06-0215-0/+5296
* ossl: Compile newly added files into the kernel if so requestedMark Johnston2023-06-021-0/+4
* ipsec: Make algorithm tables read-onlyMark Johnston2023-06-021-3/+3
* x86: Mark the CPU idle function table as constMark Johnston2023-06-021-3/+4
* kevent: Make references to filter definitions constMark Johnston2023-06-022-11/+10
* <sys/memrange.h>: Include <sys/ioccom.h>.John Baldwin2023-06-021-0/+2
* Fix panic in nfs bootp/diskless after 0785c323f3.Alexander Motin2023-06-021-8/+3
* nlsysevent: Fix the EXPORT_SYMS definitionMark Johnston2023-06-021-1/+1
* ossl: Add a fallback AES-GCM implementation using AES-NIMark Johnston2023-06-023-3/+481
* ossl: Add a VAES-based AES-GCM implementation for amd64Mark Johnston2023-06-028-10/+136616
* ossl: Expose more CPUID bits in OPENSSL_ia32cap_PMark Johnston2023-06-021-1/+2
* netlink: fix compilation withous INET6Gleb Smirnoff2023-06-021-2/+0
* arm64: Fix the definition of ID_AA64DFR1_EL1Andrew Turner2023-06-021-1/+1
* Add more arm64 ID registersAndrew Turner2023-06-021-0/+16
* arm64: Correct a pmap unlock in pmap_stage2_faultAndrew Turner2023-06-021-1/+1
* pf: fix log messageKristof Provost2023-06-021-1/+1
* pf: carry over rule actions from route-to rulesKristof Provost2023-06-023-11/+20
* netlink: use netlink mbufs in the mbuf chains.Alexander V. Chernikov2023-06-025-12/+290
* nlsysevent: add default command to the eventsBaptiste Daroussin2023-06-022-5/+14
* nlsysevent: deduplicate the code and split into smaller functionsBaptiste Daroussin2023-06-021-15/+28
* nlsysevent: rename variables for clarity of the codeBaptiste Daroussin2023-06-021-18/+18
* nlsysevent: specify all netlink header the same wayBaptiste Daroussin2023-06-021-2/+1
* sysarch: Add includes required for ktrcapfail() calls to be compiledMark Johnston2023-06-013-0/+6
* ktrace: Make the data lengths table constMark Johnston2023-06-011-1/+1