aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix several dev_clone callbacks to avoid out-of-bounds readsMark Johnston2021-03-282-3/+2
* [PowerPC] Fix NUMA checking for powernvBrandon Bergren2021-03-281-1/+3
* powerpc: Fix powerpcspe WRT FPSCRJustin Hibbits2021-03-281-1/+2
* ichsmb: Add PCI IDs for Intel Comet Lake and Tiger LakeNeel Chauhan2021-03-271-0/+12
* vm_fault: handle KERN_PROTECTION_FAILUREKonstantin Belousov2021-03-271-1/+6
* vfs: Add an assertion around name length limitsMark Johnston2021-03-271-0/+9
* Zero `struct weightened_nhop` fields in nhgrp_get_addition_group().Alexander V. Chernikov2021-03-201-1/+1
* zfs: Cherry-pick upstream commit ef977fce6636 to fix macOS/arm64 bootstrapJessica Clarke2021-03-271-0/+11
* cxgbe: Make the TOE TLS stats per-queue instead of per-port.John Baldwin2021-03-264-23/+34
* cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-03-2610-60/+107
* Consolidate machine/endian.h definitionsMitchell Horne2021-03-267-518/+101
* cxgbe: remove unused linux headersBjoern A. Zeeb2021-03-262-3/+0
* qlnxr: remove netdevice.hBjoern A. Zeeb2021-03-261-1/+0
* mlx4: remove no longer needed headerBjoern A. Zeeb2021-03-261-1/+0
* ce: unifdef NPCI alsoEd Maste2021-03-261-5/+0
* LinuxKPI: netdevice notifier callback argumentBjoern A. Zeeb2021-03-262-17/+32
* LinuxKPI: add net_ratelimit()Bjoern A. Zeeb2021-03-262-0/+25
* pci: enhance printf for leaked MSI[-X] vectorsBjoern A. Zeeb2021-03-261-1/+6
* [iwn] Flip over to use VAP flags rather than ic flags for thingsAdrian Chadd2021-03-261-14/+27
* tcp: Use PRR for ECN congestion recoveryRichard Scheffenegger2021-03-261-2/+16
* tcp: Refactor PRR codeRichard Scheffenegger2021-03-252-50/+10
* tcp: Perform simple fast retransmit when SACK Blocks are missing on SACK sessionRichard Scheffenegger2021-03-251-1/+4
* accept_filter: Fix filter parameter handlingMark Johnston2021-03-251-0/+1
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-03-259-339/+129
* pf: remove obsolete reference to ndis(4) in a commentEd Maste2021-03-251-1/+1
* ndis: remove leftover sys/modules/ndisEd Maste2021-03-251-19/+0
* ce: remove long-obsolete FreeBSD version compatibilityEd Maste2021-03-251-514/+0
* [PowerPC64] Clear low-order bits of ARPNLeandro Lupori2021-03-251-2/+2
* ipoib: Fix incorrectly computed IPOIB_CM_RX_SG value.Hans Petter Selasky2021-03-253-8/+8
* Set default alternate setting when USB audio devices are not in use,Hans Petter Selasky2021-03-251-95/+104
* Fix !VNET build broken by 66f138563becf12d5c21924f816d2a45c3a1ed7a.Alexander V. Chernikov2021-03-251-1/+1
* Plug nexthop group refcount leak.Alexander V. Chernikov2021-03-241-4/+14
* Generalize sanitizer interceptors for memory and string routinesMark Johnston2021-03-243-35/+43
* qlnxr: remove duplicate definesBjoern A. Zeeb2021-03-241-5/+0
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-03-245-15/+3
* LinuxKPI: add lockdep_mapBjoern A. Zeeb2021-03-241-0/+6
* LinuxKPI: add pci_ids.hBjoern A. Zeeb2021-03-242-28/+73
* LinuxKPI: if_ether additionsBjoern A. Zeeb2021-03-241-0/+12
* LinuxKPI: add more linux-specific errnoBjoern A. Zeeb2021-03-241-0/+6
* ofed/linuxkpi: use proper accessor functionBjoern A. Zeeb2021-03-241-1/+1
* linuxkpi: add ieee80211_node.h to headers to include before LIST_HEADBjoern A. Zeeb2021-03-241-0/+5
* net80211: prefix get_random_bytes() with net80211_Bjoern A. Zeeb2021-03-247-7/+8
* Get rid of i386 ref here as linux64 is a 64-bit module.Dmitry Chagin2021-03-241-5/+2
* amd64: Make KPDPphys local to pmap.cMark Johnston2021-03-242-2/+1
* ipfilter: simplify ipf_proxy_check() return codesCy Schubert2021-03-243-8/+3
* random(9): Restore historical [0,2^31-1] output range and related manLawrence Stewart2021-03-241-1/+1
* Fix build for non-vnet non-multipath kernels broken byAlexander V. Chernikov2021-03-231-1/+1
* Fix panic when destroying interface with ECMP routes.Alexander V. Chernikov2021-03-231-1/+10
* nfsv4 client: fix forced dismount when sleeping in the renew threadRick Macklem2021-03-231-7/+16
* dummynet: Move timekeeping information into dn_cfgKristof Provost2021-03-232-26/+26