summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* amdsmn(4), amdtemp(4): add support for AMD Ryzen 7 "Phoenix" processorsOliver Fromme2024-08-262-0/+10
* cxgbe: Flush transmitted packets more regularly in netmap modeMark Johnston2024-08-081-13/+12
* vnic: fix compilation of an IPv6 only kernelMichael Tuexen2024-08-011-1/+6
* ice(4): Update to 1.39.13-kEric Joyner2024-07-3127-782/+2133
* ice(4): Update copyright year to 2024Eric Joyner2024-07-3158-58/+58
* ice(4): Update to 1.38.16-kEric Joyner2024-07-3131-747/+1358
* snd_hdspe(4): Recognize newer firmware's PCI vendor id.Florian Walpen2024-07-282-1/+3
* acpi: Narrow workaround for broken interrupt settings on x86John Baldwin2024-07-233-7/+35
* cxgbe(4): Do not report link state change during interface detach.Navdeep Parhar2024-07-171-1/+1
* cxgbe(4): sc->port is indexed by port_id and not tx_chan.Navdeep Parhar2024-07-171-1/+1
* cxgbe/tom: Fix the rx channel selection in options2.Navdeep Parhar2024-07-171-2/+4
* cxgbe(4): Query TPCHMAP once and not once per port.Navdeep Parhar2024-07-173-10/+13
* cxgbe(4): Rename rx_c_chan to rx_chan.Navdeep Parhar2024-07-174-7/+17
* cxgbe(4): Minor tweaks to comments.Navdeep Parhar2024-07-171-5/+7
* cxgbe(4): Initialize mps_bg_map to an invalid value if it's not known.Navdeep Parhar2024-07-172-2/+2
* cxgbe(4): Do not read hardware registers to determine the number of ports.Navdeep Parhar2024-07-171-6/+7
* cxgbe(4): Allocate a taskqueue per port instead of per channel.Navdeep Parhar2024-07-173-12/+17
* cxgbe(4): Shared code update to deal with partial failure in query_params.Navdeep Parhar2024-07-171-3/+12
* cxgbe(4): Reword the comment explaining the atid/cookie split.Navdeep Parhar2024-07-172-3/+6
* cxgbe(4): Add missing description for a port type.Navdeep Parhar2024-07-171-0/+1
* cxgbe(4): Retire t4_intr_clear.Navdeep Parhar2024-07-173-96/+0
* cxgbe(4): Add a helper function to locate MPS/MAC registers.Navdeep Parhar2024-07-173-29/+23
* cxgbe(4): Remove tx_modq lookup table.Navdeep Parhar2024-07-174-9/+6
* Add an isp(4) tunable to default to ispfw(4) firmware.Kenneth D. Merry2024-07-163-1/+27
* Fix the isp(4) driver with 9.x firmware.Kenneth D. Merry2024-07-162-1/+15
* pci: Fix pci_host_generic_acpi with gccAndrew Turner2024-07-151-3/+2
* dev/psci: Check all compat stringsAndrew Turner2024-07-151-5/+11
* mps(4): Correct a typo in a source code commentGordon Bergling2024-07-131-2/+2
* ocs_fc(4): Fix a typo in a kernel messageGordon Bergling2024-07-131-1/+1
* cxgbev(4): Pay attention to the VLAN configuration for the VF.Navdeep Parhar2024-07-023-5/+18
* cxgbev(4): Shared code for the VF driver to query a VF's VLAN config.Navdeep Parhar2024-07-022-0/+28
* cxgbe(4): New knob to limit driver to the specified types of doorbells.Navdeep Parhar2024-07-023-0/+26
* cxgbe(4): Do not issue an L1CFG command from a VF.Navdeep Parhar2024-07-021-17/+19
* cxgbev(4): Use the correct source pf for T6 in the VF driver.Navdeep Parhar2024-07-021-1/+4
* cxgbe: handle vlan PF restrictionsKristof Provost2024-07-022-7/+37
* mlx5: handle vlan PF restrictionsKristof Provost2024-07-021-0/+26
* iovctl: allow vlan restrictions to be passed to the driverKristof Provost2024-07-011-0/+61
* isp: fix ISPCTL_ABORT_CMD switch caseMariusz Zaborski2024-06-281-0/+1
* gve: Make gve_free_qpls idempotentShailend Chand2024-06-211-0/+1
* virtio(4): Fix two typos in KASSERT messagesGordon Bergling2024-06-211-2/+2
* net80211: move net_epoch into net80211Bjoern A. Zeeb2024-06-1226-92/+3
* u3g: Add support for SIM7600GMaxime Thiebaut2024-06-122-0/+2
* iwn(4): correct debug message: "not" to "no"Bjoern A. Zeeb2024-06-121-1/+1
* mlx4, mlx5: Eliminate redundent NULL check for packet filterZhenlei Huang2024-06-052-2/+2
* ukswitch: fix non-debug buildEd Maste2024-05-141-2/+2
* ip17x: fix non-debug buildEd Maste2024-05-141-2/+2
* smsc(4): update to mention MicrochipEd Maste2024-05-141-2/+2
* mlx5en: add diagnostic in one more case of failed eeprom read preparationKonstantin Belousov2024-05-121-0/+3
* wtap: Fix typos in kernel messagesGordon Bergling2024-04-282-3/+3
* ds1307(4): Fix a typo in a source code commentGordon Bergling2024-04-271-1/+1