summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Convert gre_sysctl to sysctl_bounded_arrgnezdo1-21/+12
2020-12-10Use sysctl_int_bounded for sysctl_hwsetperfgnezdo1-13/+7
2020-12-09Ignore trailing data in A-MSDU frame buffers if it is smaller than thestsp1-12/+8
2020-12-09Add kernel-only per-thread kqueue & helpers to initialize and free it.mpi4-5/+45
2020-12-09fxp does not currently fitderaadt1-2/+2
2020-12-09Use daddr_t and not daddr32_t in boot media.krw86-179/+179
2020-12-09Disable A-MSDU support again.stsp2-2/+8
2020-12-09Flush reorder buffer after gap timeout, otherwise the frames remaintobhe1-1/+6
2020-12-09Remove redundant TLB flush. All callers of pmap_pte_remove() were alreadykettenis1-3/+1
2020-12-09add RCS tagstb4-0/+4
2020-12-09ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring.dlg1-2/+2
2020-12-08Enable 802.11 A-MSDU support again. It was disabled some time ago butstsp2-18/+2
2020-12-08fix wrong function names in softraid RAID1 debug print statementsstsp1-3/+3
2020-12-08Fix 802.11 RSN capabilities announced to peers.stsp1-3/+12
2020-12-08Fix gapwait accounting. Count all the packets in the reordertobhe1-24/+12
2020-12-08Use a while loop instead of goto in uvm_fault().mpi1-34/+23
2020-12-08Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulatejsg1-1/+1
2020-12-08Use BA agreement immediately after it is requested by the AP.tobhe1-2/+17
2020-12-08an(4): tsleep(9) -> tsleep_nsec(9)cheloha1-3/+3
2020-12-08correct ttm_tt error paths if bus_dmamap_create() failsjsg1-2/+9
2020-12-07Fix calculation of "maxlen" if there are multiple MPDUs in one packet.tobhe1-8/+2
2020-12-07Fix calculation of "maxlen" if there are multiple MPDUs in one packet.tobhe1-8/+2
2020-12-07Initialize handledgnezdo1-2/+2
2020-12-07Convert the per-process thread list into a SMR_TAILQ.mpi14-47/+60
2020-12-07Refactor kqueue_scan() so it can be used by other syscalls.mpi2-50/+50
2020-12-07Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed linkkettenis1-2/+20
2020-12-07remove unused (and wrong) page_address() macrojsg1-1/+0
2020-12-07synproxy should be processing incoming SYN packets only.sashan1-2/+2
2020-12-07change from bus_addr_t to paddr_t for phys_addr_t and resource_size_tjsg1-2/+2
2020-12-06Implement acpi_intr_disestablish() for amd64.kettenis1-1/+7
2020-12-06Implement pci_intr_disestablish(9) for acpicpi(4) on arm64.kettenis1-2/+8
2020-12-06Implement acpi_intr_disestablish() for arm64.kettenis2-2/+12
2020-12-06Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller.kettenis4-5/+296
2020-12-06mbg(4): more tsleep(9) -> tsleep_nsec(9)cheloha1-7/+7
2020-12-06srp_finalize(9): tsleep(9) -> tsleep_nsec(9)cheloha1-2/+2
2020-12-06Add missing byteswaps.kettenis1-3/+3
2020-12-06Use 1000baseKX and 2500baseKX media types for fixed link connections ankettenis1-1/+13
2020-12-06Introduce constants to access the setjmp(3) jmp_buf fields frombluhm1-2/+13
2020-12-06Fix yet another wscons race. In the same subsystem, the followinganton1-6/+5
2020-12-05Add support for the _EVT method to the GPIO support code.kettenis1-3/+12
2020-12-05Convert sysctl_tc to sysctl_bounded_arrgnezdo1-7/+8
2020-12-04Recognize Neoverse-N2.kettenis1-1/+3
2020-12-04hvn(4): msleep(9) -> msleep_nsec(9)cheloha1-2/+2
2020-12-04Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock.mpi2-13/+27
2020-12-04hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha2-12/+24
2020-12-02Revert previous extension of the SCHED_LOCK(), the state isn't passed down.mpi2-27/+11
2020-12-02Extract another couple of chunks from main() into helper functions,krw2-3/+16
2020-12-02Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock.mpi2-11/+27
2020-12-02Document that the page queue must only be locked if the page is managed.mpi1-5/+7
2020-12-02Hoist DTYPE_* out of #ifdef _KERNEL.martijn1-6/+9