aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-1820-77/+312
* If the SIM freezes the queue at exactly the wrong moment, afterEdward Tomasz Napierala2020-10-181-2/+13
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-1818-39/+84
* Stop calling set_syscall_retval() from linux_set_syscall_retval().Edward Tomasz Napierala2020-10-181-13/+34
* Add compat.linux.dummy_rlimits, and disable by default.Edward Tomasz Napierala2020-10-183-0/+9
* Slightly tweak linux ptrace(2) debug message; no functional changes.Edward Tomasz Napierala2020-10-181-0/+12
* Simplify NET_EPOCH_EXIT in inp_join_group().Alexander V. Chernikov2020-10-181-1/+3
* Add new USB quirk.Hans Petter Selasky2020-10-182-0/+2
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-185-27/+76
* clk: fix indentationBjoern A. Zeeb2020-10-171-1/+1
* ddb: add show sysinit commandBjoern A. Zeeb2020-10-171-0/+49
* cache: shorten names of debug statsMateusz Guzik2020-10-171-16/+14
* cache: don't automatically evict negative entries if usage is lowMateusz Guzik2020-10-171-5/+80
* Fix sleepq_add panic happening with too wide net epoch in mcast control.Alexander V. Chernikov2020-10-171-11/+21
* riscv: zero reserved PTE bits for L2 PTEsMitchell Horne2020-10-171-3/+5
* cache: erwork sysctl vfs.cache treeMateusz Guzik2020-10-171-34/+60
* cache: factor negative lookup out of cache_fplookup_nextMateusz Guzik2020-10-171-24/+40
* cache: avoid smr in cache_neg_evict in favoro of the already held bucket lockMateusz Guzik2020-10-171-11/+24
* cache: rework parts of negative entry managementMateusz Guzik2020-10-171-77/+97
* cache: remove entries before trying to add new ones, not afterMateusz Guzik2020-10-171-2/+13
* vfs: annotate mountlist_mtx with __exclusive_cache_lineMateusz Guzik2020-10-172-2/+2
* Bump __FreeBSD_version after ptsname_r addition.Xin LI2020-10-171-1/+1
* Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy2020-10-17200-2646/+749
* cache: add a probe reporting addition of duplicate entriesMateusz Guzik2020-10-171-0/+4
* amd64 pmap.h: explicitly provide constants values instead of relyingKonstantin Belousov2020-10-161-2/+2
* Update arcmsr(4) to 1.50.00.00:Xin LI2020-10-162-76/+410
* arm64: export a few more HWCAPsMitchell Horne2020-10-161-1/+13
* Update the ID_AA64MMFR2_EL1 register definitionsMitchell Horne2020-10-162-0/+94
* Trigger soft lifetime expiration on sequence numberMarcin Wojtas2020-10-161-1/+6
* Add support for IPsec ESN and pass relevant information to crypto layerMarcin Wojtas2020-10-163-14/+122
* Implement anti-replay algorithm with ESN supportMarcin Wojtas2020-10-166-96/+222
* Set default stack size for Linux apps to 8MB. This matches Linux'Edward Tomasz Napierala2020-10-163-0/+30
* Add SADB_SAFLAGS_ESN flagMarcin Wojtas2020-10-161-0/+2
* Add support for ESN in AES-NI crypto driverMarcin Wojtas2020-10-161-2/+7
* Add support for ESN in cryptosoftMarcin Wojtas2020-10-161-4/+7
* Prepare crypto framework for IPsec ESN supportMarcin Wojtas2020-10-162-2/+6
* Remove ifdefs around IS_ALIGNED() definition in the LinuxKPI.Hans Petter Selasky2020-10-161-3/+0
* Improve the handling of cookie life times.Michael Tuexen2020-10-165-27/+44
* Make linux getrlimit(2) and prlimit(2) return something reasonableEdward Tomasz Napierala2020-10-162-6/+48
* Bump pseudofs size limit from 128kB to 1MB. The old limit could resultEdward Tomasz Napierala2020-10-161-2/+4
* cache: flip inverted condition in previousMateusz Guzik2020-10-161-1/+1
* cache: support negative entry promotion in slowpath smrMateusz Guzik2020-10-161-83/+100
* cache: elide vhold/vdrop around promoting negative entryMateusz Guzik2020-10-161-5/+4
* cache: dedup code for negative promotionMateusz Guzik2020-10-161-12/+17
* cache: neglist -> nl; negstate -> nsMateusz Guzik2020-10-161-72/+72
* Simplify preload_dump() conditionMitchell Horne2020-10-154-8/+4
* cache: split hotlist between existing negative listsMateusz Guzik2020-10-151-74/+47
* cache: make neglist an array given the static sizeMateusz Guzik2020-10-151-5/+4
* Drop unsolicited responses to the still attaching CODECs.Alexander Motin2020-10-151-1/+2
* physio: Don't store user addresses in bio_dataBrooks Davis2020-10-151-6/+7