aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove incorrect reset of SACK variable in PRRRichard Scheffenegger2021-03-051-1/+0
* rack: unbreak TCP fast open for the client sideMichael Tuexen2021-03-051-1/+2
* zfs: update openzfs version reference to bedbc13daMartin Matuska2021-03-051-2/+2
* pchtherm: fix a wrong bit and a wrong register useMichal Vanco2021-03-051-2/+2
* pf: Mark struct pf_pdesc as kernel onlyKristof Provost2021-03-051-0/+2
* Hyper-V: hn: Store host hash value in flowidWei Hu2021-03-051-4/+15
* ktls: Fix CBC encryption when input and output iov sizes are differentMark Johnston2021-03-051-2/+2
* riscv: fix errors in some atomic type aliasesMitchell Horne2021-03-041-3/+3
* altq: Increase maximum number of CBQ and HFSC classesKristof Provost2021-03-042-2/+2
* net: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC_CLASS() macrosKristof Provost2021-03-0411-14/+17
* pf: Retrieve DSCP value from the IPv6 headerKristof Provost2021-03-041-1/+1
* Silence annoying and incorrect non-default linker warning with GCCAlex Richardson2021-03-041-6/+10
* Remove unnecessary semicolon from CRITICAL_ASSERT()Alex Richardson2021-03-041-1/+1
* sys/arm64/arm64/vfp.c: Fix -Wunused and -Wpointer-sign warningsAlex Richardson2021-03-041-4/+4
* mvebu_gpio: Multiple fixes.Michal Meloun2021-03-041-23/+37
* simple_mfd: switch to controllable locking for syscon provider.Michal Meloun2021-03-041-12/+28
* link_elf_obj: Handle init_array sections in KLDsMark Johnston2021-03-041-7/+36
* Fix creating the early arm64 level 2 blocksAndrew Turner2021-03-041-4/+3
* ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439John Baldwin2021-03-035-4/+333
* ossl: Add ChaCha20 cipher support.John Baldwin2021-03-039-19/+260
* ossl: Add Poly1305 digest support.John Baldwin2021-03-039-17/+257
* hid: add opt_hid.h to modules that use HID_DEBUGVladimir Kondratyev2021-03-035-1/+6
* ktls: Cache output buffers for software encryptionMark Johnston2021-03-033-68/+180
* Move ic_check_send_space clear to the actual check.Alexander Motin2021-03-031-1/+1
* Restore condition removed in df3747c6607b.Alexander Motin2021-03-031-1/+2
* arm64: mv_ap806_gicp: Fix spi_ranges_cntZyta Szpak2021-03-031-3/+3
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-034-20/+46
* Use L2 blocks when in the identity mapAndrew Turner2021-03-033-61/+49
* 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