summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove an extra argument to SYSCTL_FOREACHAndrew Turner2023-03-021-1/+1
* ixl(4): Fix MAC/VLAN filters accountingKrzysztof Galazka2023-02-215-11/+10
* ixgbe(4): Filter out spurious link up indicationKrzysztof Galazka2023-02-211-2/+17
* ice(4): Update to 1.37.7-kPiotr Kubaj2023-02-2160-3650/+5801
* u3g: add huawei device idMichael Paepcke2023-02-191-0/+1
* usb/u3g: Add support for QUECTEL EP06-E 4G modemev2023-02-192-0/+2
* usb: Remove obsolete Huawei 3G from usbdevsMichael Paepcke2023-02-191-2/+0
* usb: add support for Huawei E5573Cs322Michael Paepcke2023-02-191-1/+2
* usb: add new scsi_huawei eject3 & eject4 driver supportMichael Paepcke2023-02-192-4/+22
* usb: add new scsi_huawei eject3 & eject4 sequencesMichael Paepcke2023-02-192-0/+18
* usb: add new scsi_huawei eject3 & eject4 quirksMichael Paepcke2023-02-192-0/+4
* usb: Add Huawei 4G Modem devices (2022) to usbdevsMichael Paepcke2023-02-191-0/+7
* ahci: increase timoutMariusz Zaborski2023-02-143-6/+12
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-0911-4/+60
* iommu_gas: initialize start_gap as first nodeDoug Moore2023-02-091-1/+1
* irdma(4): remove 14-current specific codeBartosz Sobczak2023-02-086-705/+1
* irdma(4): Add code for compilation on stable/13 branchBartosz Sobczak2023-02-086-14/+890
* irdma(4): Upgrade driver to 1.1.5-kBartosz Sobczak2023-02-0829-3434/+3172
* irdma(4): hide tasklet-related definitions to avoid redefinesBartosz Sobczak2023-02-081-1/+4
* ibcore: The use of IN_LOOPBACK() now requires a valid VNET context.Hans Petter Selasky2023-02-084-8/+22
* Adjust irdma_prep_for_unregister() definition to avoid clang 15 warningDimitry Andric2023-02-081-1/+1
* irdma: Add RDMA driver for Intel(R) Ethernet Controller E810Bartosz Sobczak2023-02-0834-0/+35710
* sound: add patch for Lenovo Legion 5 IntelNuno Teixeira2023-02-052-1/+3
* cxgbe tom: Force unsigned modulus for queue indices.John Baldwin2023-02-021-10/+9
* fb: Add a default getinfo methodEmmanuel Vadot2023-02-021-1/+9
* usb/dwc3: Only force USB2 based on the PHY register and IP versionEmmanuel Vadot2023-02-021-6/+13
* usb/dwc3: Use more () for macros variablesEmmanuel Vadot2023-02-021-1/+6
* usb/dwc3: Read the full IDs/versionEmmanuel Vadot2023-02-022-2/+40
* dwc3: Handle optional clocksEmmanuel Vadot2023-02-021-1/+39
* Add support for RockChip RK356X to DWC3 driver.Søren Schmidt2023-02-022-1/+9
* umcs(4): Fix a typo in a kernel messageGordon Bergling2023-02-021-2/+2
* pcireg.h: Add values for ACS PCIe Extended capability.Navdeep Parhar2023-02-021-0/+25
* cxgbe/cxgbei: Do not validate the hardware iSCSI tag mask.Navdeep Parhar2023-02-021-15/+0
* cxgbe/tom: Fix assertions in the code that maintains TCB history.Navdeep Parhar2023-02-021-4/+8
* cxgbe(4): Add knob to control congestion behavior for TOE queues.Navdeep Parhar2023-02-021-1/+17
* cxgbe(4): Add another setting to the knob that controls congestion.Navdeep Parhar2023-02-023-69/+82
* cxgbe(4): Specify the ingress queue's type when creating it.Navdeep Parhar2023-02-023-7/+18
* cxgbe(4): Add a knob to request that clocks be gated on suspend.Navdeep Parhar2023-02-021-0/+10
* cxgbe(4): Decode and display some more bits in the PL interrupt handler.Navdeep Parhar2023-02-021-1/+19
* cxgbe(4): Update firmwares to 1.27.0.0.Navdeep Parhar2023-02-024-6/+6
* cxgbe/iw_cxgbe: c4iw_zero_addr should not use IN_ZERONET.Navdeep Parhar2023-02-021-2/+1
* cxgbe/t4_tom: Support for round-robin selection of offload queues.Navdeep Parhar2023-02-023-8/+21
* cxgbe(4): Add support for PPOD_EDRAM feature.Navdeep Parhar2023-02-021-0/+11
* cxgbe(4): Fix control flow issues reported by Coverity.Navdeep Parhar2023-02-021-1/+2
* cxgbe/cxgbei: Allow max PDU payload lengths to be changed with a sysctl.Navdeep Parhar2023-02-021-2/+2
* cxgbe(4): Display the number of free PM pages and p-structs in meminfo.Navdeep Parhar2023-02-021-7/+12
* cxgbe(4): meminfo should get the TLS region's limits from the hardware.Navdeep Parhar2023-02-021-9/+5
* cxgbe(4): Fix the sorting order of the regions listed in meminfo.Navdeep Parhar2023-02-021-5/+12
* sdio: Do not allow setting a block size if function doesn't support itEmmanuel Vadot2023-02-021-0/+3
* sdio: Add CCCR speed definesEmmanuel Vadot2023-02-021-1/+13