aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* vmm: Merge vmm_dev.cMark Johnston2024-08-262-0/+1068
* vmm: Move duplicated stats code into a generic fileMark Johnston2024-08-262-0/+286
* vmm: Move vmm_ktr.h to a common directoryMark Johnston2024-08-261-0/+69
* asmc: Add support for MacbookPro11,4Joshua Rogers2024-08-262-0/+40
* sound: Improve sndstat nvlist feederchain formatChristos Margiolis2024-08-241-9/+9
* amdsmn(4), amdtemp(4): add support for AMD Ryzen 7 "Phoenix" processorsOliver Fromme2024-08-232-0/+10
* dev_pager: define free_page for mgt devicesDoug Moore2024-08-213-3/+3
* cxgbe(4): reset routine for general use.Navdeep Parhar2024-08-211-5/+11
* mlx5en: support ipsec offload on vlan ifAriel Ehrenberg2024-08-203-59/+194
* mlx5en: fix destroying tx sa_entry when installing rx sa_entry failedKonstantin Belousov2024-08-201-1/+6
* mlx5en: do now waste ipsec_accel_in_tag on non-ipsec packets rxKonstantin Belousov2024-08-205-37/+42
* mlx5en: stop including mlx5_accel/ipsec.h from en.hKonstantin Belousov2024-08-203-1/+2
* cxgbe(4): Stop work request queues in a reliable manner.Navdeep Parhar2024-08-173-3/+37
* cxgbe/iw_cxgbe: Fix typo in assertion.Navdeep Parhar2024-08-171-1/+1
* nvme: Separate total failures from I/O failuresWarner Losh2024-08-164-28/+55
* Revert "nvme: Separate total failures from I/O failures"Warner Losh2024-08-1614-6915/+28
* nvme: Separate total failures from I/O failuresWarner Losh2024-08-1614-28/+6915
* nvme: Add a clarifying commentWarner Losh2024-08-131-0/+6
* nvme: Make is_initialized a boolWarner Losh2024-08-132-3/+4
* iommu: disable dma by defaultEd Maste2024-08-131-1/+1
* Add smbus and i2c device IDs for Meteor LakeSHENG-YI HONG2024-08-132-0/+17
* mlx5: Remove a less than helpful debug printMark Johnston2024-08-121-1/+0
* axgbe: use bit_foreachDoug Moore2024-08-122-70/+3
* Move support of Realtek 8156/8156B from cdce(4) to ure(4)Li-Wen Hsu2024-08-123-3/+1
* pci: Renove #ifdef PCI_IOV from declarations now used unconditionallyJessica Clarke2024-08-081-4/+0
* pci: Narrow the scope of recently-added PCI_IOV #ifdefsJohn Baldwin2024-08-081-8/+6
* qlnxe: Allow MAC address overrideKeith Reynolds2024-08-051-1/+10
* tcp_ratelimit: provide an api for drivers to release ratesets at detachAndrew Gallatin2024-08-051-1/+7
* cxgbe/t4_tom: bugfixes in stop/restart.Navdeep Parhar2024-08-053-23/+52
* xen/netfront: Decouple XENNET tags from mbuf lifetimesMark Johnston2024-08-021-1/+9
* sound: Fix VCHANs' starting and ending points in feeder chainChristos Margiolis2024-08-021-8/+28
* Fix enum warnings in qatDimitry Andric2024-07-311-2/+4
* Fix enum warning in isciDimitry Andric2024-07-311-1/+1
* Fix enum warning in iavfDimitry Andric2024-07-311-1/+1
* mlx5en: limit reporting eeprom read failure due to unplugged module to verbos...Konstantin Belousov2024-07-301-3/+5
* mlx5en: add IPSEC_OFFLOAD supportKonstantin Belousov2024-07-3051-4294/+11158
* nvmf_tcp: Correct calculation of number of TTAGs to allocateJohn Baldwin2024-07-301-1/+1
* nvmf_tcp: Update R2T accounting stats when aborting command buffersJohn Baldwin2024-07-301-0/+5
* nvmf_tcp: Avoid setting some unused parameters in tcp_allocate_qpairJohn Baldwin2024-07-301-2/+3
* nvmf_tcp: Use min() to simplify a few statementsJohn Baldwin2024-07-301-9/+3
* xen: introduce a per-arch scratch mapping rangesRoger Pau Monné2024-07-301-6/+71
* bytgpio: expose PNP infoAhmad Khalifa2024-07-291-2/+4
* sleepqueue: Remove kernel stack swapping support, part 10Mark Johnston2024-07-291-6/+2
* proc: Remove kernel stack swapping support, part 7Mark Johnston2024-07-291-12/+0
* sound: Simplify feeder_remove()Christos Margiolis2024-07-274-15/+10
* sound: Remove unused defines from pcm/sound.hChristos Margiolis2024-07-271-16/+1
* sound: Simplify chn_init()Christos Margiolis2024-07-271-114/+63
* sound: Remove unused FEEDER_DEBUGChristos Margiolis2024-07-271-1/+0
* sound: Rename chn_* feeder functions to feeder_*Christos Margiolis2024-07-277-22/+22
* snd_hdsp*: Free up channel resources in case of CHANNEL_INIT() failureChristos Margiolis2024-07-272-58/+60