aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Consistently use the SOLISTENING() macroMark Johnston2021-06-2111-23/+19
* amd64: Fix propagation of LDT updatesMark Johnston2021-06-211-7/+10
* zfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release) into stable/13Martin Matuska2021-06-2011-23/+43
* tests: Revise FIB lookups per second benchmarking routinesMarko Zec2021-06-201-21/+119
* Revise FIB lookups per second benchmarking routines.Marko Zec2021-06-201-15/+27
* Add IPv4 fib lookup performance tests with uniform keys.Alexander V. Chernikov2021-06-201-0/+52
* ipfw: Update the pfil mbuf pointer in ipfw_check_frame()Mark Johnston2021-06-191-0/+2
* gmultipath: make physpath distinct from the underlying providers'Alan Somers2021-06-171-0/+6
* pf: don't hold a lock during copyout()Kristof Provost2021-06-171-2/+2
* pf: use M_WAITOK where possibleKristof Provost2021-06-171-65/+13
* dummynet: free(NULL, M_DUMMYNET); is safeKristof Provost2021-06-171-29/+17
* dummynet: Fix schedlist and aqmlist lockingKristof Provost2021-06-174-38/+98
* VNETify dummynetTom Jones2021-06-1711-250/+281
* Introduce DXR as an IPv4 longest prefix matching / FIB moduleMarko Zec2021-06-173-0/+1266
* Do not forward datagrams originated by link-local addressesZhenlei Huang2021-06-171-7/+12
* netgraph/bridge: malloc without flagsLutz Donnerhacke2021-06-161-3/+1
* LinuxKPI: add fault_flag_allow_retry_firstGreg V2021-06-161-0/+3
* vmm: Let guests enable SMEP/SMAP if the host supports itMark Johnston2021-06-161-1/+3
* rk3328_cru: fix a typo in the SCLK_I2S2 gate definitionAndriy Gapon2021-06-161-1/+1
* zfs: unbreak stable/13 build on i386 after b0c251b0dMartin Matuska2021-06-161-0/+13
* tcp: Missing mfree in rack and bbrRandall Stewart2021-06-142-1/+6
* tcp: Mbuf leak while holding a socket buffer lock.Randall Stewart2021-06-144-52/+84
* tcp: LRO timestamps have lost their previous precisionRandall Stewart2021-06-143-12/+26
* arm64: Fix pmap_copy()'s handling of 2MB mappingsMark Johnston2021-06-141-5/+2
* Fix handling of D_GIANTOKMark Johnston2021-06-141-4/+7
* riscv: Rename pmap_fault_fixup() to pmap_fault()Mark Johnston2021-06-143-3/+3
* arm: Remove last_fault_codeMark Johnston2021-06-141-8/+0
* riscv: Handle hardware-managed dirty bit updates in pmap_promote_l2()Mark Johnston2021-06-141-9/+32
* Suppress D_NEEDGIANT warnings for some driversMark Johnston2021-06-144-3/+4
* iwn: adjust EEPROM read timeout for Intel 4965AGN M2Radosław Chmielarz2021-06-141-2/+2
* ngatm: Handle errors from uni_msg_extend()Mark Johnston2021-06-141-2/+4
* arm64: Use the right PTE when downgrading perms in pmap_promote_l2()Mark Johnston2021-06-141-1/+10
* linuxkpi: Add list_for_each_entry_lockless() macroNeel Chauhan2021-06-142-1/+3
* pf: Convenience function for optional (numeric) argumentsKristof Provost2021-06-142-21/+29
* LinuxKPI: add pr_err_onceGreg V2021-06-141-0/+2
* tcp: fix two bugs in new renoMichael Tuexen2021-06-131-2/+4
* tcp: remove debug output from RACKMichael Tuexen2021-06-131-2/+0
* tcp: fix compilation of IPv4-only buildsMichael Tuexen2021-06-131-0/+2
* ums(4): Do not stop USB xfers on FIFO close when evdev is still activeVladimir Kondratyev2021-06-131-5/+8
* ums(4): Start USB xfers on opening of evdev node unconditionally.Vladimir Kondratyev2021-06-131-1/+1
* usbhid(4): Add second set of USB transfers to work in polled mode.Vladimir Kondratyev2021-06-134-19/+73
* usbhid(4): Fix NULL pointer dereference in usbd_xfer_max_len()Vladimir Kondratyev2021-06-131-15/+49
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-06-135-1/+6
* zfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release) into stable/13Martin Matuska2021-06-13243-13894/+11622
* vfs: slightly rework vn_rlimit_fsizeMateusz Guzik2021-06-131-4/+17
* ktrace: Remove vrele() at the end of ktr_writerequest()Mark Johnston2021-06-131-1/+0
* ktrace: fix a race between writes and closeKonstantin Belousov2021-06-131-11/+11
* Fix limit testing after 1762f674ccb571e6 ktrace commit.Mateusz Guzik2021-06-131-1/+1
* Fix a braino in previous.Mateusz Guzik2021-06-132-2/+4
* Fix tinderbox build after 1762f674ccb571e6 ktrace commit.Mateusz Guzik2021-06-133-2/+15