aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Fix NFSv4.1/4.2 mount recovery from an expired leaseRick Macklem2021-06-021-0/+36
* Fix fsck_ufs segfault when it needs to rerun.Kirk McKusick2021-06-021-5/+5
* pf tests: Only log critical errors from scapyKristof Provost2021-06-021-0/+2
* pf tests: Test cases for fragment reassemblyKristof Provost2021-06-026-0/+396
* lockprof: move panic check after inspecting the stateMateusz Guzik2021-06-021-5/+6
* lockprof: pass lock type as an argument instead of reading the spin flagMateusz Guzik2021-06-029-50/+84
* lockprof: add contested-only profilingMateusz Guzik2021-06-021-0/+5
* lockprof: retire lock_prof_skipcountMateusz Guzik2021-06-021-7/+0
* netsmb: Avoid a read-after-free in smb_t2_request_int()Mark Johnston2021-06-021-1/+1
* rpcsec_gss: Use a designated initializer for rpc_gss_opsMark Johnston2021-06-021-5/+5
* cxgb: Avoid a read-after-free in get_packet() when cxgb_debug is onMark Johnston2021-06-021-1/+2
* oce: Fix handling of m_pullup() errors in oce_tso_setup()Mark Johnston2021-06-021-3/+0
* acpi: Add missing error handling to acpi_pci_link_route_irqs()Mark Johnston2021-06-021-1/+5
* The old thread priority must be stored as part of the EPOCH(9) tracker.Hans Petter Selasky2021-06-024-5/+6
* Add TCP LRO support for VLAN and VxLAN.Hans Petter Selasky2021-06-027-752/+1244
* Implement read-only VM_SHARED flag in the LinuxKPI.Hans Petter Selasky2021-06-022-6/+9
* Implement cdev_device_add() and cdev_device_del() in the LinuxKPI.Hans Petter Selasky2021-06-022-2/+47
* cdev_del() should only put it's kernel object in the LinuxKPI.Hans Petter Selasky2021-06-022-5/+2
* Implement own command line option for the frequently used -i usbusX -f Y syntax,Hans Petter Selasky2021-06-022-10/+76
* Update ugen(4) manual page.Hans Petter Selasky2021-06-021-6/+11
* Propagate down USB explore error codes, so that failures to enumerate USB HUBsHans Petter Selasky2021-06-021-10/+13
* Update usb_timings_sysctl_handler() to accept any value for timings betweenHans Petter Selasky2021-06-021-44/+13
* Update USB_PORT_RESET_RECOVERY to comply with the USB 2.0 specification whichHans Petter Selasky2021-06-021-1/+1
* Fix for use-after-free by if_ioctl() calls from user-space in USB drivers byHans Petter Selasky2021-06-022-4/+7
* Properly define EPOCH(9) function macro.Hans Petter Selasky2021-06-021-1/+1
* Make sure all tasklets are drained before unloading the LinuxKPI.Hans Petter Selasky2021-06-023-0/+16
* Accessing the epoch structure should happen after the INIT_CHECK().Hans Petter Selasky2021-06-021-1/+2
* Rework for-loop in EPOCH(9) to reduce indentation level.Hans Petter Selasky2021-06-021-6/+8
* tests/libalias: Test LibAliasIn and redirectionLutz Donnerhacke2021-06-026-218/+669
* iwn(4): Remove duplicate device entryGordon Bergling2021-06-021-2/+1
* tcsh: update to version 6.22.04.Dmitry Chagin2021-06-0261-643/+663
* tcsh: cleanup source tree to reduce diff size.Dmitry Chagin2021-06-0216-16348/+15
* Fix packet cbs/ebs conversion.Alexander Motin2021-06-021-4/+4
* elfctl: avoid touching file if no change madeEd Maste2021-06-021-1/+5
* pf: Move nvlist conversion functions to pf_nvKristof Provost2021-06-013-871/+888
* contrib/bc: update to version 4.0.2Stefan Eßer2021-06-016-5/+19
* contrib/bc: update to version 4.0.1Stefan Eßer2021-06-0110-714/+731
* run(4): fix manual after d6fd321ef60d43dce9f437187c94a7de2b91ab69.Dmitry Chagin2021-06-011-1/+2
* run(4): add support for ASUS USB-N14 wireless adaptor.Dmitry Chagin2021-06-012-0/+2
* DRIVER_MODULE(9): Correct the SYNOPSIS of EARLY_DRIVER_MODULE()J.R. Oldroyd2021-06-011-2/+2
* nfsd: Add support for CLAIM_DELEG_CUR_FH to the NFSv4.1/4.2 OpenRick Macklem2021-06-011-3/+3
* nfsd: Reduce the callback timeout to 800msecRick Macklem2021-06-012-5/+7
* taskqueue: Add missing comma to TASKQUEUE_FAST_DEFINE_THREADColin Percival2021-06-011-1/+1
* ptrace: add an option to not kill debuggees on debugger exitKonstantin Belousov2021-06-012-5/+46
* sys_process.c: extract ptrace_unsuspend()Konstantin Belousov2021-06-012-6/+17
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-3114-27/+26
* tcp: Use local CC data only in the correct contextRichard Scheffenegger2021-05-311-1/+9
* NFSv4 server: Re-establish the delegation recall timeoutRick Macklem2021-05-311-2/+3
* ktls.h: Guard includes behind _KERNELMark Johnston2021-05-311-0/+2
* Fix handling of embedded symbolic links (and history lesson).Kirk McKusick2021-05-314-8/+5