]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
fd: remove redundant saturation check from fget_unlocked_seq
[FreeBSD/FreeBSD.git] / sys / dev /
2020-11-21 npcxgbe(4): Catch up with in-flight netmap rx before...
2020-11-21 mavUnlucky change...
2020-11-21 mavFix stupid math mistake in r366922.
2020-11-20 mavIncrease queue depths from 1024/256 to 8192/1024 IOCBs.
2020-11-20 mavCleanup DMA handling.
2020-11-20 kibUnlock channels when any of them are locked, when retur...
2020-11-20 manuif_dwc: Add checksum offloading support
2020-11-20 manuif_dwc: Add flow control support
2020-11-20 manuif_dwc: Use if_ function where appropriate
2020-11-20 manuif_dwc: Reorder functions and sort them by usage
2020-11-20 manuif_dwc: dwc_get_hwaddr cannot fail, change return to...
2020-11-20 manuif_dwc: Add dwc_stop_dma and use it in dwc_stop_locked
2020-11-20 manuif_dwc: Use dwc_enable_mac in dwc_stop_locked
2020-11-20 manuif_dwc: Add a function to enable/disable the mac tx/rx
2020-11-20 manuif_dwc: Use if_setdrvflagbits to notify that we are...
2020-11-20 manuif_dwc: Split init code into sub function
2020-11-20 sjgMerge bmake-20201117
2020-11-20 mavFix r367857 build without ISP_TARGET_MODE.
2020-11-20 mavRemove parallel SCSI and 1/2Gb FC support from isp(4).
2020-11-20 wulfpsm(4): Disable AUX multiplexer probing on all Lenovo...
2020-11-19 markjvm_phys: Try to clean up NUMA KPIs
2020-11-18 lwhsuipheth(4): Fix for iOS 14
2020-11-18 mwUpdate ENA driver version to v2.3.0
2020-11-18 mwRename descriptions of the supported ENA devices
2020-11-18 mwAdd ENI metrics for the ENA driver
2020-11-18 mwAdd SPDX license tag to the ENA driver files
2020-11-18 mwAdd Rx offsets support for the ENA driver
2020-11-18 mwAdjust ENA driver files to latest ena-com changes
2020-11-18 mwFix completion descriptors alignment for the ENA
2020-11-18 hselaskyFix build of USB bootloader code by adding checks for...
2020-11-18 mavMove ecmd memory allocation itto separate DMA tag.
2020-11-18 mavRemove bus_dma locking/sleeping when not needed.
2020-11-18 mavDon't allocate full XCMD_SIZE (512 bytes) on stack.
2020-11-17 emasteuplcom: add ATen/Prolific USB-232 Controller D USB ID
2020-11-17 manusyscon: Add syscon_get_by_ofw_node
2020-11-16 brFix a bug in assertion: entry flags also includes IOMMU...
2020-11-16 brAdd device_t member to struct iommu.
2020-11-16 manudwmmc: dwmmc_switch_vccq is only used in MMCCAM kernel
2020-11-16 hselaskyMake mlx5_cmd_exec_cb() a safe API in mlx5core.
2020-11-16 hselaskyReport EQE data upon CQ completion in mlx5core.
2020-11-16 hselaskyEnhance the mlx5_core_create_cq() function in mlx5core.
2020-11-16 hselaskyUse mlx5core to create/destroy all Dynamically Connecte...
2020-11-16 hselaskyFix error handling order in create_kernel_qp in mlx5ib.
2020-11-14 mavAdd PMRCAP printing and fix earlier CAP_HI.
2020-11-13 bdragon[PowerPC] Allow traversal of oversize OF properties.
2020-11-12 mavFix panic if NVMe is detached before the intrhook call.
2020-11-12 npcxgbe/t4_tom: Handle VXLAN-encapsulated SYNs correctly.
2020-11-12 hselaskyAdd more USB quirks.
2020-11-12 0mpFix a typo in a license comment
2020-11-12 markjqat: Fix nits reported by Coverity
2020-11-12 hselaskyAdd a tunable sysctl, hw.usb.uaudio.handle_hid, to...
2020-11-12 hselaskyWhen doing a USB alternate setting on an USB interface...
2020-11-12 kibmlx5en: Set ifmr_current same as ifmr_active.
2020-11-12 kibmlx5en: stop ignoring pauses and flow in the media...
2020-11-12 kibmlx5en: Register all combinations of FDX/RXPAUSE/TXPAUS...
2020-11-12 kibmlx5en: Refactor repeated code to register media type...
2020-11-12 npcxgbev(4): Make sure that the iq/eq map sizes are corre...
2020-11-10 jhbClear tp->tod in t4_pcb_detach().
2020-11-10 hselaskyInclude GID type when deleting GIDs from HW table under...
2020-11-09 bzusb_hub: fix whitespace
2020-11-09 impRemove newline from bxe description, it's not done...
2020-11-09 npcxgbe(4): Allow the PF driver to set a VF's MAC address.
2020-11-09 mjgkqueue: save space by using only one func pointer for...
2020-11-09 npcxgbev(4): Use the MAC address set by the the PF if...
2020-11-08 npcxgbe(4): Add the firmware binaries missing in r367428.
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 kevansvt: resolve conflict between VT_ALT_TO_ESC_HACK and DBG
2020-11-06 bzusb_hub: giving up port reset - device vanished
2020-11-06 tsoomeefifb: vt_generate_cons_palette() takes max color,...
2020-11-06 npcxgbe(4): Update firmwares to 1.25.0.40.
2020-11-05 mjgnvme: change namei_request_zone into a malloc type
2020-11-05 kibSuspend all writeable local filesystems on power suspend.
2020-11-05 luporl[PowerPC] hwpmc: add support for POWER8/9 PMCs
2020-11-05 markjAdd qat(4)
2020-11-05 luporl[PowerPC] Make PPC 970 PMC SPRs the standard ones
2020-11-04 wulfatkbdc(4): Add quirk for "System76 lemur Pro" laptops.
2020-11-04 manuPlug minor memory leak in dwc3 USB2/USB3 controller.
2020-11-04 markjvmspace: Convert to refcount(9)
2020-11-02 mavAdd icc (Isochronous Command Completion) ccb_ataio...
2020-10-31 wulfacpi_dock(4): Add ACPI_PNP_INFO
2020-10-31 wulfacpi_wmi(4): Add ACPI_PNP_INFO
2020-10-31 wulfAdd plug and play information macroses for ACPI and...
2020-10-31 hselaskyImplement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).
2020-10-31 wulfacpi_video(4): Put display device in to D3 state on...
2020-10-31 wulfacpi_video(4): Add evdev support for reporting of video...
2020-10-31 wulfacpi(9): Add EVENTHANDLERs for video and AC adapter...
2020-10-31 wulfacpi: Tweak _DSM method evaluation helpers.
2020-10-31 wulfig4(4): Add PCI IDs for Intel Comit Lake I2C controllers.
2020-10-30 jhbRemove IF_SND_TAG_TYPE_TLS_RATE_LIMIT conditionals.
2020-10-30 jhbFix a couple of silly bugs in r367149.
2020-10-29 jhbAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 jhbUse public interfaces to manage the nested rate limit...
2020-10-29 jhbSupport hardware rate limiting (pacing) with TLS offload.
2020-10-28 mavFix unintentional constant rename in r367109.
2020-10-28 mavPrint NVMe controller capabilities in verbose dmesg.
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-28 hselaskyAdd new USB IDs.
2020-10-25 mavIntroduce support of SCSI Command Priority.
2020-10-25 mavFix incorrect constants of target tag action.
2020-10-24 impRemove support for ancient compilers
next