aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ipfw(4): make O_IPVER/ipversion match IPv4 or 6, not just IPv4.Mark Johnston2020-06-241-1/+1
* Only invalidate the early DTB mapping if it existsMitchell Horne2020-06-241-2/+2
* Handle load from loader(8)Mitchell Horne2020-06-244-41/+125
* Fix the acconting for fragmented unordered messages when usingMichael Tuexen2020-06-241-1/+11
* TCP: fix cubic RTO reaction.Richard Scheffenegger2020-06-241-0/+5
* TCP: make after-idle work for transactional sessions.Richard Scheffenegger2020-06-242-3/+6
* Fix AccessWidth and BitWidth parsing in SPCR tableMarcin Wojtas2020-06-241-4/+39
* Fix alignment issue manifesting in the userland stack.Michael Tuexen2020-06-231-21/+21
* In r362552, RB_SET_PARENT is defined, and use in parens inDoug Moore2020-06-231-1/+1
* Optimize g_journal's superblock update by noting that the summaryKirk McKusick2020-06-231-6/+8
* iflib: netmap: fix rsync index overrunVincenzo Maffione2020-06-231-1/+2
* Define RB_SET_PARENT to do all assignments to rb parentDoug Moore2020-06-232-52/+34
* kmod.mk: Don't split out debug symbols if requestedConrad Meyer2020-06-231-2/+2
* arm64 armreg.h: fix TCR_TBI1 definitionEd Maste2020-06-231-1/+1
* To avoid a startup script race change net.bpf.optimize_writers fromTycho Nightingale2020-06-231-1/+1
* cxgbe(4): Add a tx_len16_to_desc helper.Navdeep Parhar2020-06-233-13/+20
* MFOpenZFS: Add basic zfs ioc input nvpair validationToomas Soome2020-06-232-79/+376
* teach ena driver about RSS kernel optionAndriy Gapon2020-06-232-0/+29
* Store the AAD in a separate buffer for KTLS.John Baldwin2020-06-231-63/+50
* Add support for requests with separate AAD to ccr(4).John Baldwin2020-06-221-30/+65
* Add support for requests with separate AAD to aesni(4).John Baldwin2020-06-221-7/+19
* Add support to the crypto framework for separate AAD buffers.John Baldwin2020-06-224-49/+122
* Assume all TSCs are synchronized for AMD Family 17h processors and laterJung-uk Kim2020-06-221-0/+7
* MFOpenZFS: Add zio_ddt_free()+ddt_phys_decref() error handlingAllan Jude2020-06-222-4/+9
* No need to include netinet/sctp_crc32.h twice.Michael Tuexen2020-06-221-1/+0
* Move the definition of SCTP's system_base_info into sctp_crc32.c.Mark Johnston2020-06-222-5/+4
* acpi_ibm(4): Add support for putting fans in disengaged mode.Mark Johnston2020-06-221-6/+19
* Translaate the PCI address when activating a resourceAndrew Turner2020-06-221-28/+54
* gpiobus_release_pin: remove incorrect prefix from error messagesAndriy Gapon2020-06-221-2/+2
* Add some missing parts for supporting va_birthtime.Doug Rabson2020-06-223-2/+14
* Fix reboot command on the Raspberry Pi series.Andrew Turner2020-06-221-3/+37
* Revert r362466Baptiste Daroussin2020-06-222-3/+3
* Switch cxgbe interface lookup to use fibX_lookup() from olderAlexander V. Chernikov2020-06-222-24/+29
* Cleanup the defintion of struct sctp_getaddresses. This stuctureMichael Tuexen2020-06-212-40/+37
* Rather than zeroing MAXVIFS times size of pointer [r362289] (still better thanBjoern A. Zeeb2020-06-211-1/+1
* iflib: fix cloneattach fail and generalize pseudo device handlingMatt Macy2020-06-212-10/+44
* net.link.generic.ifdata.<ifindex>.linkspecific: rework handlerPawel Biernacki2020-06-211-5/+1
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-212-3/+3
* Adapt linuxulator syscalls.master files to the new layout.Edward Tomasz Napierala2020-06-213-1809/+6340
* Fix the build for an INET6 only configuration.Michael Tuexen2020-06-211-0/+2
* vfs: track sequential reads and writes separatelyThomas Munro2020-06-216-26/+37
* Use zone nomenclature that is consistent with UMA.Jeff Roberson2020-06-211-7/+7
* [PowerPC] More relocation fixesBrandon Bergren2020-06-2110-73/+102
* Fix up a comment added by r362455.Rick Macklem2020-06-211-1/+1
* Modify the way the client side krpc does soreceive() for TCP.Rick Macklem2020-06-212-95/+126
* Set a variable also in the case of an INET6 only kernelMichael Tuexen2020-06-201-0/+2
* Bump __FreeBSD_version after making liblzma to use libmd implementationXin LI2020-06-201-1/+1
* Use a struct sockaddr_in pr struct sockaddr_in6 as the option valueMichael Tuexen2020-06-201-19/+22
* In concluding RB_REMOVE_COLOR, in the case when the sibling of theDoug Moore2020-06-201-15/+11
* Clarify some language. Favor primary where both master and primary wereJeff Roberson2020-06-203-14/+13