aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* arm64: Support a shared release for spin-tableAndrew Turner2024-05-102-9/+67
* am64: Allow cpu.h to be included from assemblyAndrew Turner2024-05-101-0/+4
* ahc(4): Default to memory mapped IOHP van Braam2024-05-104-9/+6
* nfscl: Do not do readahead for directoriesRick Macklem2024-05-101-30/+1
* New sysctl to disable NOMATCH until devmatch runsIsaac Cilia Attard2024-05-101-1/+5
* Address module reproducibility issuesDan McGregor2024-05-097-7/+9
* intr/x86: replace use of vector in interface with intsrcElliott Mitchell2024-05-094-26/+28
* arm: add missing atomic-pointer functionsElliott Mitchell2024-05-091-2/+9
* sys: declare bit sets unsignedElliott Mitchell2024-05-091-2/+2
* intrng: switch flag arguments to unsignedElliott Mitchell2024-05-091-5/+5
* kern/intr: redeclare intr_setaffinity()'s third arg constantElliott Mitchell2024-05-093-4/+4
* kern/intr: change ->ie_irq to unsignedElliott Mitchell2024-05-092-3/+3
* arm/pmu: remove passing trap frame as argumentElliott Mitchell2024-05-091-7/+3
* sound: Rename oss_audioinfo->real_device to oss_audioinfo->legacy_deviceChristos Margiolis2024-05-092-3/+3
* sound: Add missing oss_mixerinfo devnode and legacy_device fieldsChristos Margiolis2024-05-092-7/+8
* sound: Fix oss_sysinfo->numcardsChristos Margiolis2024-05-091-6/+3
* sound: Remove nmix variable from mixer_oss_mixerinfo()Christos Margiolis2024-05-091-6/+4
* snd_hdsp(4): RME HDSP 9632 and HDSP 9652 sound card driver.Florian Walpen2024-05-098-1/+2197
* ip17x: fix non-debug buildEd Maste2024-05-091-2/+2
* sctp: minor cleanupMichael Tuexen2024-05-081-7/+13
* sctp: allow stcb == NULL in sctp_shutdown()Michael Tuexen2024-05-081-2/+4
* sctp: don't provide uninitialized memory to process_chunk_drop()Michael Tuexen2024-05-081-0/+2
* sctp: fix sctp_sendall() when an mbuf chain is providedMichael Tuexen2024-05-081-15/+16
* sctp: add missing checkMichael Tuexen2024-05-081-1/+3
* xen/debug: remove usage of sbuf_{clear,finish}() on drained sbufRoger Pau Monné2024-05-091-4/+6
* net80211: add new ciphers and RSN flagsAdrian Chadd2024-05-091-13/+54
* net80211: add driver / crypto methods to set the hardware / software cipher s...Adrian Chadd2024-05-094-0/+51
* net80211: add a new field specifically for announcing specific ciphersAdrian Chadd2024-05-094-4/+22
* nvme: Explicitly align struct nvme_command on an 8 byte boundaryJohn Baldwin2024-05-081-1/+1
* linuxkpi: Make arch_io_*_memtype_wc amd64-onlyTijl Coosemans2024-05-081-5/+4
* smsc(4): update to mention MicrochipEd Maste2024-05-081-2/+2
* vmm: Start reconciling amd64 and arm64 copies of vmm_dev.cMark Johnston2024-05-082-22/+22
* tcp: add counter to track when SACK loss recovery uses TSORichard Scheffenegger2024-05-084-1/+7
* tcp: add sysctl to allow/disallow TSO during SACK loss recoveryRichard Scheffenegger2024-05-083-1/+8
* tcp: filter small SACK blocksRichard Scheffenegger2024-05-081-1/+4
* pf: always mark states as unlinked before detaching themKristof Provost2024-05-081-0/+3
* carp: isolate VRRP from CARPGleb Smirnoff2024-05-081-159/+199
* carp: refactor packet tagging for ether_output()Gleb Smirnoff2024-05-081-23/+14
* carp: assert that we are calling correct input function. We are.Gleb Smirnoff2024-05-081-3/+4
* carp: don't chain call vrrp_send_ad via carp_send_adGleb Smirnoff2024-05-081-14/+22
* carp: support VRRPv3Kristof Provost2024-05-083-90/+622
* mii: Add support for Realtek RTL8211F-VD PHYPeter Jeremy2024-05-083-2/+6
* dtb: rockchip: Add Radxa ROCK 4C Plus to the build.Peter Jeremy2024-05-081-0/+1
* arm64 pmap: Add ATTR_CONTIGUOUS support [Part 3]Alan Cox2024-05-081-14/+154
* in6_rmx: remove unnecessary socketvar.hGleb Smirnoff2024-05-071-1/+0
* tcp_hostcache: remove unnecessary socketvar.hGleb Smirnoff2024-05-071-1/+0
* sockets: garbage collect PRCOREQUESTS and stale commentGleb Smirnoff2024-05-072-26/+2
* nvme: Bump the alignment of struct nvme_health_information_page to 8John Baldwin2024-05-071-1/+1
* tcp: clean up macro useage in tcp_fixed_maxseg()Richard Scheffenegger2024-05-041-8/+5
* jh7110: Add StarFive JH7110 clock/reset generator driversJari Sihvola2024-05-077-0/+1379