aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix dpdk/ldradix fib lookup algorithm preference calculation.Alexander V. Chernikov2021-03-072-4/+4
* armv8crypto: fix AES-XTS regression introduced by ed9b7f44Oleksandr Tymoshenko2021-03-071-0/+3
* net80211: ratectl header guard against multiple inclusionsBjoern A. Zeeb2021-03-071-0/+5
* mvebu_gpio: Fix settings of gpio pin direction.Michal Meloun2021-03-071-3/+3
* [PowerPC] Fix AP bringup on 32-bit AIM SMPBrandon Bergren2021-03-061-0/+1
* linux: add support for SO_PEERGROUPSEdward Tomasz Napierala2021-03-062-1/+46
* net: fixing a memory leak in if_deregister_com_alloc()Tai-hwa Liang2021-03-061-0/+8
* arm64: Add support for bcm2838 RNGGordon Bergling2021-03-061-41/+133
* Implement mallocarray_domainset(9) variant of mallocarray(9).Hans Petter Selasky2021-03-062-0/+14
* Restore AT_RESOLVE_BENEATH support for funlinkat(2)/unlinkat(2).Konstantin Belousov2021-03-061-1/+1
* Do not exit ctl_be_block_worker() prematurely.Alexander Motin2021-03-061-4/+4
* ice(4): Update to version 0.28.1-kEric Joyner2021-03-0654-717/+2881
* tcp: Add prr_out in preparation for PRR/nonSACK and LRDRichard Scheffenegger2021-03-053-14/+17
* netmap: Stop printing a line to the dmesg in netmap_init()Mark Johnston2021-03-051-0/+2
* cxgbe(4): Remove extra blank line.Navdeep Parhar2021-03-051-1/+0
* cxgbe(4): Fix an assertion that is not valid during attach.Navdeep Parhar2021-03-051-1/+2
* Only set delayed inval for procs using PTIEric van Gyzen2021-03-051-1/+2
* opencrypto: Make cryptosoft attach silentlyMark Johnston2021-03-051-0/+1
* ktls: Hide initialization message behind bootverboseMark Johnston2021-03-051-1/+2
* poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c.John Baldwin2021-03-052-47/+12
* acpi: Make nexus_acpi quiet on amd64 and i386Mark Johnston2021-03-052-2/+2
* tcp: remove a superfluous local var in tcp_sack_partialack()Richard Scheffenegger2021-03-051-1/+0
* 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