aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/ck.h: Add an include guardKevin Bowling2021-04-151-0/+5
* libnv: Allow use in non-sleepable contextsKristof Provost2021-04-141-4/+4
* Add IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.Alexander Motin2021-04-141-0/+5
* pms: handle maximum size IO with any alignmentRyan Libby2021-04-142-2/+3
* nfsd: do not implicitly bind the back channel for NFSv4.1/4.2 mountsRick Macklem2021-04-111-29/+4
* nfsv4 client: fix forced dismount when sleeping in the renew threadRick Macklem2021-04-111-7/+16
* ig4: Add PCI IDs for Intel Gemini Lake I2C controller.Vladimir Kondratyev2021-04-113-1/+24
* [tcp] Fix ECN on finalizing sessions.Richard Scheffenegger2021-04-111-2/+2
* Add sysctl debug.uma_reclaimKonstantin Belousov2021-04-111-0/+18
* struct mount uppers: correct locking annotationsKonstantin Belousov2021-04-111-2/+3
* net: fixing a memory leak in if_deregister_com_alloc()Tai-hwa Liang2021-04-101-0/+8
* vfs: honor error code returned by mac_vnode_check_rename_fromMateusz Guzik2021-04-091-7/+14
* nullfs: protect against user creating inconsistent stateKonstantin Belousov2021-04-091-4/+15
* StyleKonstantin Belousov2021-04-091-3/+4
* mbuf: add a way to mark flowid as calculated from the internal headersKonstantin Belousov2021-04-094-5/+36
* fusefs: fix two bugs regarding fcntl file locksAlan Somers2021-04-081-3/+6
* Speed up geom_stats_resync in the presence of many devicesAlan Somers2021-04-081-0/+21
* fusefs: set d_off during VOP_READDIRAlan Somers2021-04-081-6/+7
* dummynet: Move timekeeping information into dn_cfgKristof Provost2021-04-072-26/+26
* dummynet: Move packet counters into dn_cfgKristof Provost2021-04-075-22/+16
* Move time math out of disabled interrupts sections.Alexander Motin2021-04-071-14/+16
* Do not read timer extra time when MWAIT is used.Alexander Motin2021-04-071-9/+10
* Change mwait_bm_avoidance use to match Linux.Alexander Motin2021-04-071-4/+6
* mount: Disallow mounting over a jail rootMark Johnston2021-04-061-3/+3
* vm_fault: Shoot down multiply mapped COW source page mappingsMark Johnston2021-04-061-0/+27
* Lock busdma operations and serialize detach against open/closeMarcel Moolenaar2021-04-064-27/+77
* Reduce chance of RCU deadlock in the LinuxKPI by implementing the sectionHans Petter Selasky2021-04-062-11/+33
* ipdivert: check that PCB is still valid after taking INPCB_RLOCK.Andrey V. Elsukov2021-04-061-0/+4
* netmap: iflib: add nm_config callbackVincenzo Maffione2021-04-051-0/+21
* nfsv4 client: fix forced dismount when sleeping on nfsv4lckRick Macklem2021-04-022-8/+6
* nfsv4 pnfs client: fix updating of the layout stateid.seqidRick Macklem2021-04-011-3/+12
* MFC 874b1a35486b570513680c3d456b062ba097e1d9:Cy Schubert2021-04-013-8/+3
* MFC 4e38478c595a:Hans Petter Selasky2021-04-013-8/+8
* MFC 31070b5bc77a:Hans Petter Selasky2021-04-011-95/+104
* amd64: Make KPDPphys local to pmap.cMark Johnston2021-03-312-2/+1
* Fix several dev_clone callbacks to avoid out-of-bounds readsMark Johnston2021-03-312-3/+2
* pfsync: Unconditionally push packets when requesting state updatesThomas Kurschel2021-03-311-1/+3
* Hyper-V: hn: Initialize the internal field of per packet info on tx pathWei Hu2021-03-291-0/+1
* Hyper-V: hn: Enable vSwitch RSC support in hn netvsc driverWei Hu2021-03-297-90/+269
* Hyper-V: hn: Store host hash value in flowidWei Hu2021-03-291-4/+15
* accept_filter: Fix filter parameter handlingMark Johnston2021-03-281-0/+1
* Implement pci_get_relaxed_ordering_enabled() helper function.Hans Petter Selasky2021-03-242-0/+16
* nvme: Replace potentially long DELAY() with pause().Alexander Motin2021-03-241-13/+11
* netmap: fix issues in nm_os_extmem_create()Vincenzo Maffione2021-03-231-6/+10
* pf: pool/kpool conversion codeKristof Provost2021-03-231-2/+37
* MFC dfb33cb0ef48:Hans Petter Selasky2021-03-231-2/+8
* MFC d1cbe7908986:Hans Petter Selasky2021-03-231-1/+2
* MFC 6eb60f5b7f7d:Hans Petter Selasky2021-03-232-3/+3
* MFC ebe5cf355dca:Hans Petter Selasky2021-03-236-9/+100
* MFC c743a6bd4fc0:Hans Petter Selasky2021-03-232-0/+14