aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* arcmsr(4): Fixed no action of hot plugging device on type_F adapter.Xin LI2021-03-031-2/+6
* ixl(4): Add ability to control link state on ifconfig downKrzysztof Galazka2021-03-034-1/+154
* ixl(4): Report RX errors as sum of all RX error countersKrzysztof Galazka2021-03-033-9/+23
* cam: remove redundant scsi_vpd_block_characteristics definitionWarner Losh2021-03-032-28/+3
* Speed up geom_stats_resync in the presence of many devicesAlan Somers2021-03-031-0/+21
* ix(4): Report RX errors as sum of all RX error countersPiotr Pietruszewski2021-03-032-1/+30
* zfs: merge OpenZFS master-bedbc13daMartin Matuska2021-03-0331-69/+467
* Replace STAILQ_SWAP() with simpler STAILQ_CONCAT().Alexander Motin2021-03-021-7/+4
* iflib: add support for admin completion queuesMarcin Wojtas2021-03-023-0/+11
* mvebu_gpio: fix interrupt cause register configurationMarcin Wojtas2021-03-021-2/+2
* filt_fsevent: only record interested eventsRobert Wing2021-03-021-1/+2
* [PowerPC64] add mpr to GENERIC64 and GENERIC64LEAlfredo Dal'Ava Junior2021-03-032-0/+2
* mpr: big-endian supportAlfredo Dal'Ava Junior2021-03-037-81/+119
* nfsclient: Fix ReadDS/WriteDS/CommitDS nfsstats RPC counts for a NFSv3 DSRick Macklem2021-03-022-1/+12
* Fix initiator panic after 6895f89fe54e.Alexander Motin2021-03-021-2/+4
* O_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVAL for abs pathKonstantin Belousov2021-03-021-1/+1
* nameicap_check_dotdot: trim tracker on checkKonstantin Belousov2021-03-021-1/+5
* Add nameicap_cleanup_from(), to clean tracker list starting from some elementKonstantin Belousov2021-03-021-4/+11
* nameicap_tracker_add: avoid duplicates in the tracker listKonstantin Belousov2021-03-021-0/+3
* Do not call nameicap_tracker_add() for dotdot case.Konstantin Belousov2021-03-021-1/+2
* open(2): Remove O_BENEATH and AT_BENEATHKonstantin Belousov2021-03-025-112/+38
* vm: Round up npages and alignment for contig reclamationMark Johnston2021-03-021-2/+14
* RACK: fix an issue triggered by using the CDG CC moduleMichael Tuexen2021-03-021-2/+2
* ipfw: add IPv6 support for sockarg opcode.Andrey V. Elsukov2021-03-021-18/+26
* Import wireguard fixes from pfSense 2.5Peter Grehan2021-03-022-8/+60
* Optimize TX coalescing by keeping pointer to last mbuf.Alexander Motin2021-03-021-4/+6
* FFS extattr: fix handling of the tailKonstantin Belousov2021-03-021-6/+16
* Optimize out few extra memory accesses.Alexander Motin2021-03-011-3/+3
* nfsclient: Fix the stripe unit size for a File Layout pNFS layoutRick Macklem2021-03-011-1/+1
* jail: allow root to implicitly widen its cpuset to attachKyle Evans2021-03-011-0/+8
* calculate prr_out correctly when pipe < ssthreshRichard Scheffenegger2021-03-011-4/+8
* copy_file_range(2): Fix for small values of input file offset and lenRick Macklem2021-03-011-1/+1
* AArch64: Don't set flush-subnormals-to-zero flag on startupAlex Richardson2021-03-011-1/+1
* arm64: add definition for IS_SSTEP_TRAP()Mitchell Horne2021-03-011-0/+2
* arm64: update kdb_thrctx->pcb_lr with BKPT_SKIPMitchell Horne2021-03-011-2/+3
* arm64: fix hardware single-stepping from EL1Mitchell Horne2021-03-013-1/+19
* pci_dw_mv: Don't enable unhandled interrupts.Michal Meloun2021-03-011-2/+2
* xen: remove x86-ism from Xen common codeElliott Mitchell2021-03-011-1/+1
* kcsan: add atomic_interrupt_fenceMateusz Guzik2021-03-011-0/+1
* nfsclient: add nfs node locking around uses of n_direofoffsetRick Macklem2021-02-283-6/+28
* nfsclient: add checks for a server returning the current directoryRick Macklem2021-02-281-9/+29
* armv8crypto: add missing newlineElliott Mitchell2021-02-281-1/+1
* net80211: rx_stats add 160Mhz channel width.Bjoern A. Zeeb2021-02-281-1/+2
* Improve PRR initial transmission timingRichard Scheffenegger2021-02-281-3/+4
* Fix diroffdiroff, probably copy/paste bug.Alexander Motin2021-02-281-1/+1
* nfsclient: fix panic in cache_enter_time()Rick Macklem2021-02-281-0/+1
* Use atomic_interrupt_fence() instead of bare __compiler_membar()Konstantin Belousov2021-02-275-27/+24
* zfs: add missing seqc write begin/end around zfs_acl_chown_setattrMateusz Guzik2021-02-271-0/+2
* cache: temporarily drop the assert that dvp != vp when adding an entryMateusz Guzik2021-02-271-0/+5
* sctp: avoid integer overflow when starting the HB timerMichael Tuexen2021-02-271-4/+9