aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* uart: Add ns8250 ACPI entry for SPCR rev 2Colin Percival2026-02-121-0/+1
* qlnxe: Overhaul setting the multicast MAC filtersZhenlei Huang2026-02-115-190/+66
* qlnxe: Allow tapping the TX packetsZhenlei Huang2026-02-111-0/+1
* qlnxe: Refactor setting the promiscuous and allmulti modeZhenlei Huang2026-02-112-45/+36
* qlnxe: Let ether_ioctl() handle SIOCSIFADDR ioctlZhenlei Huang2026-02-111-25/+0
* qlnxe: Avoid reinitializing the interface when it is already initializedZhenlei Huang2026-02-111-1/+2
* qlnxe: Prevent potential concurrency between ioctlsZhenlei Huang2026-02-111-8/+9
* qlnxe: Fix setting the unicast MAC filter of RX pathZhenlei Huang2026-02-111-13/+3
* qlnxe: Avoid memcpy with same source and destinationZhenlei Huang2026-02-112-7/+7
* qlnxe: Remove a pointless copy back from the link-layer addressZhenlei Huang2026-02-111-2/+0
* pmc: Import Intel Granite Rapids eventsBojan Novković2026-02-091-0/+5
* sym(4): Map HCB memory as uncacheable also on x86Marius Strobl2026-02-051-27/+19
* sym(4): Provide a DEVICE_DETACH(9) methodMarius Strobl2026-02-051-15/+19
* sym(4): Use memcpy(9) instead of bcopy(9)Marius Strobl2026-02-051-5/+5
* sym(4): Consistently use device_printf(9) where applicableMarius Strobl2026-02-051-108/+114
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2026-02-0516-65/+61
* ath_hal(4): Fix a typo in a source code commentGordon Bergling2026-02-051-1/+1
* e1000: Fix setting the promiscuous modeZhenlei Huang2026-02-051-1/+1
* mrsas: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang2026-02-021-9/+1
* mfi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang2026-02-021-9/+1
* ipmi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang2026-02-021-9/+1
* aacraid: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang2026-02-021-9/+1
* aac: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang2026-02-021-9/+1
* linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang2026-02-022-13/+1
* qlnxe: Avoid out-of-bounds reading the multicast ethernet addressZhenlei Huang2026-01-311-3/+3
* lio: Avoid out-of-bounds read or write MAC addressZhenlei Huang2026-01-312-8/+6
* xen: Use proper prototype for SYSINIT functionsZhenlei Huang2026-01-311-4/+2
* xdma: Use proper prototype for SYSINIT functionsZhenlei Huang2026-01-311-1/+1
* nvme: Use proper prototype for SYSINIT functionsZhenlei Huang2026-01-312-4/+4
* iommu_gas: Use proper prototype for SYSINIT functionsZhenlei Huang2026-01-311-1/+1
* dev/fdt: Use proper prototype for SYSINIT functionsZhenlei Huang2026-01-311-3/+3
* cxgbe tom: Send auxiliary TLS work requests as raw WR mbufsJohn Baldwin2026-01-293-43/+51
* cxgbe tom: Export alloc_raw_mbuf for use in other TOE driversJohn Baldwin2026-01-292-1/+2
* cxgbe tom: Support sending "raw" WR mbufs on plain TCP and TLS socketsJohn Baldwin2026-01-293-0/+100
* cxgbe tom: Halve the size of offload transmit software descriptorsJohn Baldwin2026-01-296-2/+31
* pci_iov: Support dynamic subordinate bus growth during VF creationChandrakanth Patil2026-01-292-4/+23
* cxgbe nic TLS: Correct IPv6 payload lengthJohn Baldwin2026-01-291-3/+6
* cxgbe nic TLS: Fix requests with 8 bytes of immediate data paddingJohn Baldwin2026-01-291-3/+5
* smartpqi: Avoid declaring extern inline functionsMark Johnston2026-01-292-6/+2
* nvme: Add constants for the Fused Operation (FUSE) field in commandsJohn Baldwin2026-01-291-0/+5
* mxge(4): avoid clang 21 warning in NO-IP configurationDimitry Andric2026-01-261-1/+1
* Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"Kevin Bowling2026-01-242-41/+8
* Fix SATA NCQ error recovery after 25375b1415Alexander Motin2026-01-233-3/+3
* dwc: cleanupMichael Tuexen2026-01-211-13/+9
* dwc: add receive checksum offload for IPv6Michael Tuexen2026-01-211-3/+3
* dwc: add transmit checksum offload for IPv6Michael Tuexen2026-01-211-2/+8
* dwc: prepare for IPv6 transmit checksum offloadingMichael Tuexen2026-01-211-3/+3
* bge: disable TXCSUM if UDP transmit checksum offloading is disabledMichael Tuexen2026-01-211-1/+13
* dwc: improve IPv4 transmit checksum offloadingMichael Tuexen2026-01-211-14/+7
* vtnet: improve consistencyMichael Tuexen2026-01-211-8/+6