summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-12-07Get a Hyper-V virtual processor id in cpu_hatch().nonaka
2019-12-07dm: Simplify list eviction codetkusumi
2019-12-07clean up the video mode selection logic, switch modes only when actuallymacallan
2019-12-06dm: Remove trailing whitespacetkusumi
2019-12-06dm: Fix typos in comments/messagestkusumi
2019-12-06dm: Don't ignore dm_target_alloc() argumenttkusumi
2019-12-06Clear the allocated memory in hyperv_dma_alloc().nonaka
2019-12-06Added RNDIS RSS and TCP offload related definitions.nonaka
2019-12-06Added NDIS ver.6.20 definition.nonaka
2019-12-06Minor changes, reported by the LGTM bot.maxv
2019-12-06localifymaxv
2019-12-06revert this change from early this year. it appears themrg
2019-12-06Restore historical $Hdr$ tag after git cvsexportcommit nixed it.riastradh
2019-12-06Fix reference count leak in cons(4).riastradh
2019-12-05dm: Make dm core set config to NULL after destroytkusumi
2019-12-05dm: Remove unneeded dm_get_version_ioctl()tkusumi
2019-12-05 KNF. No functional change.msaitoh
2019-12-05Revert previous. Indirect matches are not wanted on platforms thatmlelstv
2019-12-05 Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing.msaitoh
2019-12-04Finally fix problem discussed in this old thread:bouyer
2019-12-04dm: Minor fixes/cleanupstkusumi
2019-12-04dm: Comment out unused dm_dev fields documented in sys/dev/dm/doctkusumi
2019-12-04dm: style + whitespace + indentation fixestkusumi
2019-12-04 Simplify. No functional change.msaitoh
2019-12-04From OpenBSD:msaitoh
2019-12-04 Rename ifm to ife for struct ifmedia_entry *. No functional change.msaitoh
2019-12-04Fix macro error if QAT_DUMP is defined for debugging.hikaru
2019-12-03dm: Make global dm locks statictkusumi
2019-12-03dm: Remove unused macro MAX_TARGET_STRING_LENtkusumi
2019-12-03dm: Include <sys/vnode.h> in dm.htkusumi
2019-12-03dm: Doesn't need to expose struct cmd_function in a headertkusumi
2019-12-03dm: Remove unused macro DM_CMD_LENtkusumi
2019-12-03streamline receive filter logic, work-in-progress.nisimura
2019-12-03Fix inequality for refcnt drain: -1 here means all refs gone.riastradh
2019-12-03Fix order of nulling un->un_pri->unp_ec.ec_mii.riastradh
2019-12-02Fix s/product/model/ search-and-destroy accident that affected license.uwe
2019-12-02drop my name from the advertising clause.christos
2019-12-02Leave it entirely up to the driver whether to map prefetchable.riastradh
2019-12-02dm: Remove misleading comment on linear target argtkusumi
2019-12-02dm: Add a comment on race window on unloadtkusumi
2019-12-02Use BUS_SPACE_MAP_PREFETCHABLE only if BAR and driver agree on it.riastradh
2019-12-02 Use PCI_MSIX_"TBL"BIR_MASK instead of PCI_MSIX_"PBA"BIR_MASK for MSI-X table.msaitoh
2019-12-01Don't deregister twice with pmf.mlelstv
2019-12-01Reset MCU ready status before resetting the MCU.mlelstv
2019-12-01dm: Fix race on pdev createtkusumi
2019-12-01Mark unreachable branch with __unreachable() to fix i386/ALL build.riastradh
2019-12-01Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit.ad
2019-12-01minor adjustments, to avoid warnings on debug buildsmaxv
2019-12-01localifymaxv
2019-12-01 Use unsigned to avoid undefined behavoir. Found by kUBSan.msaitoh