]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
New Netgraph module ng_macfilter:
[FreeBSD/FreeBSD.git] / sys / dev /
2020-12-07 Hans Petter SelaskyFix compilation after r368397.
2020-12-06 Ed MasteAdd deprecation notice to mn(4)
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-05 Conrad Meyeratkbd(4): Just use nitems() for quirk enumeration
2020-12-05 Michal MelounRemove remaning definition of GFB_<foo> options.
2020-12-05 Michal MelounAdd basic support for Freescale LX2160A SoC.
2020-12-05 Vladimir Kondratyevig4(4): Add PCI IDs for Intel Tiger Lake
2020-12-05 Vladimir Kondratyevatkbd(4): Change quirk table end-of-list marker to...
2020-12-05 Michal MelounDesignWare PCIe driver: Don't call bus_generic_attach...
2020-12-04 Warner Loshnvme: Remove a wmb() that's not necessary.
2020-12-04 Michal MelounAdd a driver for FAN53555 based PMIC.
2020-12-04 Michal MelounAdd a driver for HYM8563 based RTC.
2020-12-04 Michal MelounAdd a driver for ACT8846 used as PMIC for RK3288 SoC.
2020-12-03 John BaldwinClear TLS offload mode if a TLS socket hangs without...
2020-12-03 Navdeep Parharcxgbe(4): Fix vertical alignment in sysctl_cpl_stats.
2020-12-03 John BaldwinDon't transmit mbufs that aren't yet ready on TOE sockets.
2020-12-03 Navdeep Parharcxgbe(4): two new debug sysctls.
2020-12-03 John BaldwinClear TLS offload mode for unsupported cipher suites...
2020-12-03 John BaldwinFix downgrading of TOE TLS sockets to plain TOE.
2020-12-03 Adrian Chadd[axgbe] Fix compiler warnings in gcc-6.3; perhaps fix...
2020-12-03 Emmanuel Vadotif_dwc: Honor snps,pbl property
2020-12-03 Navdeep Parharcxgbe(4): Stop but don't free netmap queues when netmap...
2020-12-02 Mitchell Horneuart: allow UART_DEV_DBGPORT for fdt consoles
2020-12-02 Navdeep Parharcxgbe(4): Revert r367917.
2020-12-02 Mitchell Horneem: fix a null de-reference in em_free_pci_resources
2020-12-02 Michal MelounNVME: Multiple busdma related fixes.
2020-12-02 Chuck Tufflinvme: Fix typo in definition
2020-12-01 Oleksandr Tymoshenko[arm64] Parse ACPI _PXM property on ARM64 platform
2020-12-01 Bjoern A. ZeebUSB umass: add quirk to not probe
2020-12-01 Martin MatuskaMFV r368207:
2020-12-01 Michal MelounAlways use the __unused attribute even for potentially...
2020-11-30 Matt Macywireguard: fix zfs_ copy pasta in module init macro
2020-11-30 Matt MacyRemove (dead) GPL copyright code from wireguard sources
2020-11-30 Mark Johnstonqat: Initialize the crypto device ID to -1 instead...
2020-11-30 Mark Johnstonqat: Fix firmware module autoloading
2020-11-30 Michal MelounUnbreak r368167 in userland. Decorate unused arguments.
2020-11-30 Toomas Soomevt: if loader did pass the font via metadata, use it
2020-11-30 Toomas Soomefix vmbus_fb_mmio_res after r368168
2020-11-30 Toomas SoomeAdd VT driver for VBE framebuffer device
2020-11-30 Michal MelounNVME: Don't try to swap data on little endian machines.
2020-11-29 Matt MacyImport kernel WireGuard support
2020-11-29 Andrew TurnerOnly set the PCI bus end when we are reducing it
2020-11-29 Alexander MotinRemove aligment requirements for passthrough buffer.
2020-11-29 Alexander MotinMark inline functions static.
2020-11-29 Alexander MotinIncrease nvme(4) maximum transfer size from 1MB to...
2020-11-28 Poul-Henning KampAdd watchdog(9) driver for the Fintek F81803 SuperIO...
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-27 Alexander MotinSome code reorganization.
2020-11-27 Alexander MotinRestore break statement lost in r367857.
2020-11-26 Alexander MotinMore cleanup in response queue and reset code.
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-26 Emmanuel Vadotsdhci: mmccam: Update vccq in the driver ios
2020-11-26 Emmanuel Vadotsdhci: Only print mmccam debug code if hw.sdhci.debug...
2020-11-26 Poul-Henning KampAdd support for Fintek F81803 SuperIO chip
2020-11-26 Alexander MotinSome minor FCoE bits I had lying around.
2020-11-26 Alexander MotinRemove some more dead code from pre-24xx.
2020-11-24 Alexander MotinRemove more legacy of parallel SCSI.
2020-11-24 Jung-uk KimPort rtsx(4) driver for Realtek SD card reader from...
2020-11-24 Alexander MotinUpdate RQSFLAG_* definitions.
2020-11-24 Mark Johnstonata(4): Release the ioport resource if device initializ...
2020-11-24 Alexander MotinRemove concept of mbox_sleep_ok.
2020-11-24 Alexander MotinRemove unneeded locking around xpt_bus_[de]register().
2020-11-24 Hans Petter SelaskyRemove erradic assert after SVN r367149 in mlx5en(4).
2020-11-24 Alexander MotinImplement request queue overflow protection.
2020-11-23 Michal MelounEnsure that the buffer is in nvme_single_map() mapped...
2020-11-23 Edward Tomasz Napi... Make sbp(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 Edward Tomasz Napi... Make tws(4) use xpt_alloc_ccb()/xpt_free_ccb() instead...
2020-11-23 Edward Tomasz Napi... Don't check return from xpt_alloc_ccb() for being NULL...
2020-11-23 Edward Tomasz Napi... Make hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 Edward Tomasz Napi... smartpqi: don't bzero the new ccb; xpt_alloc_ccb_nowait...
2020-11-23 Edward Tomasz Napi... arcmsr(4): don't bzero newly allocated ccb; xpt_alloc_c...
2020-11-22 Emmanuel Vadotif_dwc: Correctly configure the DMA engine based on...
2020-11-22 Alexander MotinFix debug build after 367926.
2020-11-22 Alexander MotinFix build after 367926.
2020-11-22 Alexander MotinMake handlers and atpds overflows unlikely.
2020-11-22 Alexander MotinDo not parent all busdma tags to the payload tag.
2020-11-22 Alexander MotinRemove remnants of execthrottle and maxalloc parameters.
2020-11-21 Navdeep Parharcxgbe(4): Catch up with in-flight netmap rx before...
2020-11-21 Alexander MotinUnlucky change...
2020-11-21 Alexander MotinFix stupid math mistake in r366922.
2020-11-20 Alexander MotinIncrease queue depths from 1024/256 to 8192/1024 IOCBs.
2020-11-20 Alexander MotinCleanup DMA handling.
2020-11-20 Konstantin BelousovUnlock channels when any of them are locked, when retur...
2020-11-20 Emmanuel Vadotif_dwc: Add checksum offloading support
2020-11-20 Emmanuel Vadotif_dwc: Add flow control support
2020-11-20 Emmanuel Vadotif_dwc: Use if_ function where appropriate
2020-11-20 Emmanuel Vadotif_dwc: Reorder functions and sort them by usage
2020-11-20 Emmanuel Vadotif_dwc: dwc_get_hwaddr cannot fail, change return to...
2020-11-20 Emmanuel Vadotif_dwc: Add dwc_stop_dma and use it in dwc_stop_locked
2020-11-20 Emmanuel Vadotif_dwc: Use dwc_enable_mac in dwc_stop_locked
2020-11-20 Emmanuel Vadotif_dwc: Add a function to enable/disable the mac tx/rx
2020-11-20 Emmanuel Vadotif_dwc: Use if_setdrvflagbits to notify that we are...
2020-11-20 Emmanuel Vadotif_dwc: Split init code into sub function
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-20 Alexander MotinFix r367857 build without ISP_TARGET_MODE.
2020-11-20 Alexander MotinRemove parallel SCSI and 1/2Gb FC support from isp(4).
2020-11-20 Vladimir Kondratyevpsm(4): Disable AUX multiplexer probing on all Lenovo...
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-19 Mark Johnstonvm_phys: Try to clean up NUMA KPIs
2020-11-18 Li-Wen Hsuipheth(4): Fix for iOS 14
next