aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ipfw: use unsigned int for dummynet bandwidthLuiz Otavio O Souza2021-08-194-11/+13
* sh: fix NO_HISTORY buildPiotr Pawel Stefaniak2021-08-191-21/+21
* sctp: improve handling of INIT chunks with invalid parametersMichael Tuexen2021-08-181-16/+16
* geli(8): Do not report error on resize to the same size.Alexander Motin2021-08-181-4/+4
* iscsi: Teach the iSCSI stack about "large" received PDUs.John Baldwin2021-08-185-10/+20
* uipc: avoid circular pr_{slow,fast}timosKyle Evans2021-08-181-6/+17
* vmm: Add credential to cdev objectCyril Zhang2021-08-186-2/+154
* dhclient: support supersede statement for option 54Fabian Kurtz2021-08-181-4/+13
* gre: simplify RSS ifdefsFranco Fichtner2021-08-181-22/+13
* truncate(1): main() return statement style fixKa Ho Ng2021-08-181-1/+1
* arm: hide busdma statistics behind ifdef ARM_BUSDMA_MAPLOAD_STATSMateusz Guzik2021-08-181-0/+18
* Make sure the uftdi(4) driver doesn't start a USB transfer when being cancelled.Hans Petter Selasky2021-08-181-6/+8
* witness: remove ifnet_rwKristof Provost2021-08-181-2/+0
* Introduce m_get3()Kristof Provost2021-08-184-9/+50
* iflib: emulate counters in netmap modeStephan de Wit2021-08-181-1/+17
* ipmi: fix negative logic in watchdog control flagWojciech Macek2021-08-181-4/+4
* - Fix the growfs rc script to cope with diskid labels.Scott Long2021-08-171-3/+27
* UPDATING: Add a note about OpenSSL defaulting KTLS to off.John Baldwin2021-08-171-0/+8
* OpenSSL: Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin2021-08-172-0/+15
* OpenSSL: Refactor KTLS tests to better support TLS 1.3.John Baldwin2021-08-171-6/+0
* OpenSSL: Update KTLS documentationJohn Baldwin2021-08-173-17/+27
* OpenSSL: Only enable KTLS if it is explicitly configuredJohn Baldwin2021-08-175-17/+10
* OpenSSL: ktls: Initial support for ChaCha20-Poly1305John Baldwin2021-08-172-1/+28
* OpenSSL: Correct the return value of BIO_get_ktls_*().John Baldwin2021-08-173-7/+7
* routing: Fix crashes with dpdk_lpm[46] algo.Alexander V. Chernikov2021-08-176-34/+208
* tcp: Add support for DSACK based reordering window to rack.Randall Stewart2021-08-174-92/+529
* pf: assert dir state on pf_test{,6}Mateusz Guzik2021-08-171-1/+2
* pf: save on branching in the common case in pf_testMateusz Guzik2021-08-171-3/+3
* uipc: create dedicated lists for fast and slow timeout callbacksMateusz Guzik2021-08-172-17/+46
* bootstrap-tools: Don't copy host tools with make -nBryan Drewery2021-08-171-1/+1
* zfs: merge openzfs/zfs@8ae86e2ed (master) into mainMartin Matuska2021-08-1739-202/+535
|\
| * ZTS: Add tests for creation timeRyan Moeller2021-08-1710-5/+187
| * Linux 4.11 compat: statx supportRichard Yao2021-08-173-9/+41
| * zfs.4: Fix typo s/compatiblity/compatibility/Gordon Bergling2021-08-171-1/+1
| * Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-174-51/+68
| * Increase default volblocksize from 8KB to 16KBAlexander Motin2021-08-175-8/+8
| * Optimize arc_l2c_only lists assertionsAlexander Motin2021-08-171-9/+12
| * Fix/improve dbuf hits accountingAlexander Motin2021-08-173-28/+16
| * Avoid vq_lock drop in vdev_queue_aggregate()Alexander Motin2021-08-171-29/+34
| * Use more atomics in refcountsAlexander Motin2021-08-172-33/+26
| * ZTS: Avoid unset $tmpdir in redacted_panicRyan Moeller2021-08-161-2/+8
| * Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-166-6/+98
| * zfs: add missed dependency of zfs module on zlibRyan Moeller2021-08-131-0/+1
| * Add zfs.sh -r flag to reload modulesRyan Moeller2021-08-131-2/+10
| * Fix usage of find in tests/Makefile.amRyan Moeller2021-08-131-1/+1
| * Run arc_evict thread at higher priorityTony Nguyen2021-08-105-15/+22
* | _worldtmp: Fix some sub-makes not working with make -nBryan Drewery2021-08-171-2/+2
* | cxgbei: Restrict received PDUs to 4 DDP pages in length.John Baldwin2021-08-171-3/+11
* | cxgbei: Only round PDU data segment lengths down by 512 on T5.John Baldwin2021-08-171-2/+7
* | cxgbei: Restructure how PDU limits are managed.John Baldwin2021-08-173-19/+34