]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Upgrade to OpenSSH 7.9p1.
[FreeBSD/FreeBSD.git] / sys / dev /
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-14 mavAdd support for Hygon NTB PCI device in ntb_hw_amd...
2020-02-14 mavAdd Hygon PCI ID and description for AHCI SATA controller.
2020-02-14 hselaskyExclude modifier keys from keyboard repeat logic.
2020-02-13 jhbDon't check the auth algorithm for GCM.
2020-02-13 jhbRemove the per-TXQ tls_wrs stat.
2020-02-13 kibhyperv: Add Hygon Dhyana support.
2020-02-13 kibecc_inject: Add Hygon Dhyana support.
2020-02-13 kibamdsbwd, intpm: Add Hygon Dhyana support.
2020-02-13 kibamdpm: Add Hygon Dhyana support.
2020-02-13 hselaskyImprove USB gaming keyboard support.
2020-02-12 hselaskyAdd support for debugnet in mlx5en(4).
2020-02-12 hselaskyAdd support for disabling and polling MSIX interrupts...
2020-02-12 npcxgbe(4): Update T4/5/6 firmwares to 1.24.12.0.
2020-02-12 brooksMark hme(4) as deprecated.
2020-02-12 mmMFV r357783:
2020-02-11 glebiusMark lio taskqueue as requiring network epoch.
2020-02-11 glebiusUse NET_TASK_INIT() and NET_GROUPTASK_INIT() for driver...
2020-02-11 brAdd PCI Express driver for the ARM Neoverse N1 System...
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-10 hselaskyAdd USB host controller PCI ID's for Hygon.
2020-02-08 brEnter the network epoch in the xdma interrupt handler...
2020-02-08 brFix a KASSERT since chained mbufs are accepted by the...
2020-02-08 mwImplement jumbo frame support in mvneta driver
2020-02-08 mwDestroy RX DMA tag on detach in mvneta driver
2020-02-07 kibpmc: Add Hygon Dhyana support.
2020-02-07 kibacpi_hpet: Add Hygon Dhyana support.
2020-02-07 emasteMiscellaneous typo fixes
2020-02-07 vmaffionenetmap: improve netmap(4) and vale(4) man pages
2020-02-07 brFix xae(4) driver attachement on the Government Furnish...
2020-02-07 scottlAdvertise the MPI Message Version that's contained...
2020-02-07 scottlEver since the block layer expanded its command syntax...
2020-02-06 roygerxen/console: fix priority of Xen console
2020-02-05 npcxgbe(4): Add native netmap support to the main interface.
2020-02-05 alfredo[virtio] Fix r/w to PCI configuration area on big endia...
2020-02-05 npcxgbe(4): Add a knob to allow netmap tx traffic to...
2020-02-05 npcxgbe(4): Allow nm_black_hole and nm_cong_drop to be...
2020-02-04 npcxgbe(4): Report accurate rx_buf_maxsize to netmap.
2020-02-04 kevanspsm: use make_dev_s instead of make_dev
2020-02-04 kevanspsm: release resources on attach failure
2020-02-04 npcxgbe(4): Add pfil(9) hooks to the driver's rx.
2020-02-04 npcxgbe(4): Treat NIC rx as special and run its handler...
2020-02-04 npcxgbe(4): Retire the allow_mbufs_in_cluster optimization.
2020-02-03 npcxgbe(4): Avoid ext_arg2 in rxb_free.
2020-02-03 npcxgbe(4): Do not use pack boundary > 512B unless it...
2020-02-03 npcxgbe(4): Initialize the rx buffer's metadata on first...
2020-02-03 npcxgbe(4): Only checksummed TCP should be considered...
2020-02-03 impFix a stray 'e'from my last commit.
2020-02-03 impRemove sparc64 kernel support
2020-02-02 emasteacpi_ibm: remove superfluous cast
2020-02-02 emasteacpi_ibm: whitespace and wrapping cleanup
2020-02-02 emasteacpi_ibm: whitespace fixup
2020-02-02 impRemove vpo.4
2020-02-02 impAdd deprecation notice to vpo.4
2020-02-01 kibFix build.
2020-02-01 dimAmend r357367 by using register values from the TPM...
2020-02-01 cemtpm(4): Fix 'go ready' in TPM 2.0 TIS driver
2020-02-01 dimFix new clang 10.0.0 warnings about converting the...
2020-01-31 hselaskyWiden EPOCH(9) usage in mlx4en(4).
2020-01-30 cemaic7xxx(4): Fix unintended sign extension in ahd_inq()
2020-01-30 hselaskyWiden EPOCH(9) usage in mlx5en(4).
2020-01-30 philipacpi_ibm: add support for ThinkPad PrivacyGuard
2020-01-30 hselaskyWiden EPOCH(9) usage in PCI WLAN drivers.
2020-01-30 hselaskyWiden EPOCH(9) usage in USB WLAN drivers.
2020-01-29 brAdd driver for Xilinx XDMA PCIe Bridge found in the...
2020-01-29 mhornecgem: Add another compat string for the SiFive fu540
2020-01-29 cembnxt(4): Eliminate wrong sizeof() expression in memset()
2020-01-29 cemixgbe(4): Eliminate bogus sizeof() expressions
2020-01-29 cemqlxge(4): Ditto r357244
2020-01-29 cemqlxgb(4): Use defined evaluation order
2020-01-28 cemamdtemp(4): Remove dead code that snuck in with r357190
2020-01-28 cemamdtemp(4): Add support for Family 17h CCD sensors
2020-01-28 cemamdtemp(4): Refactor shared temperature calculation...
2020-01-27 impNo need to have an extra layer of indirection here...
2020-01-27 impCreate a convenince wrapper to fill in a CAM_PATH_INQ...
2020-01-27 kanEnter net epoch in msk_tick.
2020-01-26 vmaffionenetmap_mem_unmap: fix NULL pointer dereference
2020-01-26 jhbFix some misleading indentation warnings reported by...
2020-01-25 glebiusEnter the network epoch in RX processing taskqueue.
2020-01-24 glebiusEnter the network epoch in USB WiFi drivers when proces...
2020-01-24 glebiusre(4) uses taskqueue to process input packets. Enter...
2020-01-24 glebiusath(4) processing input packets in taskqueue. Enter...
2020-01-24 bro Move the software context struct to a header file.
2020-01-24 brMove the ECAM macroses to the header file.
2020-01-23 glebiusWith MSI interrupts bge(4) just schedules taskqueue...
2020-01-23 avgvmxnet3: add support for RSS kernel option
2020-01-23 avgvirtio_scsi: use max target ID plus one as the initiator ID
2020-01-23 jeffConsistently use busy and vm_page_valid() rather than...
2020-01-23 glebiusIntroduce flag IFF_NEEDSEPOCH that marks Ethernet inter...
2020-01-23 glebiusIn netmap() call ether_input() within the network epoch.
2020-01-21 hselaskyAdd new USB ID to uslcom(4).
2020-01-20 gnnAdd support for latest Intel I219 device, supported...
2020-01-19 jeffDon't hold the object lock while calling getpages.
2020-01-19 cemmps(4): add missing cam(4) dependency
2020-01-19 manuzilinx/zy7_qspi: Add a qspi driver for Zynq platforms.
2020-01-16 manudwmmc: Remove max_hz from the softc
2020-01-16 manufdt_pinctrl: Add new methods for gpios
2020-01-16 manuregulator_fixed: Add a get_voltage method
2020-01-15 emasteacpi_ibm: reference ThinkPad instead of IBM
2020-01-14 avgstorvsc: port a Linux patch, properly set residual...
next