aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* e1000: Correct 82542 flow-control mode handlingKevin Bowling2026-08-101-7/+32
* ice: Report initialization failures to iflibKevin Bowling2026-08-101-9/+13
* bnxt: Report initialization failures to iflibKevin Bowling2026-08-101-4/+16
* ixgbe: Enable PF RSS across queues with SR-IOVKevin Bowling2026-08-101-1/+15
* ixv: Recover when the PF mailbox is unavailableKevin Bowling2026-08-102-25/+232
* igbv: Recover when the PF mailbox is unavailableKevin Bowling2026-08-094-51/+232
* aq(4): report link transitions and previously silent failuresNick Price2026-08-097-23/+281
* uvideo: do not reject unsupported pixel formatsAbdelkader Boudih2026-08-091-23/+67
* fwcam: release the IR DMA channel when starting the stream failsAbdelkader Boudih2026-08-091-0/+3
* uvideo: limit isochronous transfers to 32 framesAbdelkader Boudih2026-08-091-1/+1
* fwcamctl: remove, superseded by the video(4) interfaceAbdelkader Boudih2026-08-091-79/+1
* fwcam: convert to video(4) frameworkAbdelkader Boudih2026-08-092-284/+518
* uvideo: convert to video(4) frameworkAbdelkader Boudih2026-08-091-1276/+406
* video: add generic video(4) capture frameworkAbdelkader Boudih2026-08-096-503/+1813
* pci_iov: Use native types for status ioctlKevin Bowling2026-08-091-6/+2
* ixgbe: Add missing mailbox API 1.6 definitionKevin Bowling2026-08-091-0/+1
* ixgbe: Report SR-IOV VF statusKevin Bowling2026-08-093-0/+92
* igb: Report SR-IOV VF statusKevin Bowling2026-08-093-0/+60
* pci: Add SR-IOV status reportingKevin Bowling2026-08-091-1/+173
* ifconfig: Use nvlist to report SR-IOV VF statusKevin Bowling2026-08-093-19/+36
* ifconfig: Add SR-IOV VF status outputEric Joyner2026-08-091-1/+34
* igbv: Do not replay VLANs while stoppedKevin Bowling2026-08-091-1/+4
* ixv: Negotiate VF queue-set limitsKevin Bowling2026-08-081-9/+61
* ix/ixv: Match Tx writeback thresholds to iflibKevin Bowling2026-08-083-8/+14
* igc: Correct descriptor control programmingKevin Bowling2026-08-082-20/+15
* igb: Program Rx descriptor thresholds by familyKevin Bowling2026-08-082-10/+64
* igb: Match Tx descriptor control to iflibKevin Bowling2026-08-082-12/+36
* e1000: Correct Rx descriptor threshold programmingKevin Bowling2026-08-082-14/+49
* e1000: Program Tx descriptor control by familyKevin Bowling2026-08-082-8/+78
* ixv: Advertise SCTP checksum offloadKevin Bowling2026-08-081-1/+2
* ixv: Remove unused loader tunablesKevin Bowling2026-08-081-17/+0
* ixgbe: Reject Flow Director with SR-IOVKevin Bowling2026-08-081-0/+5
* iflib: Add sysctl stat for TX watchdog reset eventsKevin Bowling2026-08-087-49/+2
* vmm: Tear down the IOMMU before AMD-Vi detachKevin Bowling2026-08-081-2/+8
* ixgbe: Drain events for inactive VFsKevin Bowling2026-08-081-58/+59
* ixgbe: Handle deferred link-status requestsKevin Bowling2026-08-081-50/+83
* ixv: Tolerate temporary PF mailbox unavailabilityKevin Bowling2026-08-081-28/+49
* enic: Correct queue and attach resource ownershipKevin Bowling2026-08-081-26/+42
* axgbe: Align channel lifetime with queue allocationKevin Bowling2026-08-081-42/+37
* ocs_fc: return correct error code from ocs_hw_set_persistent_topology()Gleb Smirnoff2026-08-071-3/+3
* urtw: return error of usb_error_tGleb Smirnoff2026-08-071-1/+1
* mpt: mpt_map_physdisk() is internal and shall not return cam_statusGleb Smirnoff2026-08-072-2/+2
* netmap: Handle overflow when computing ring sizesMark Johnston2026-08-071-4/+18
* netmap: Fix a race in kqueue registrationMark Johnston2026-08-071-6/+6
* netmap: Fix driver name handlingMark Johnston2026-08-072-6/+21
* ixgbe: Quiesce VFs across PF resetKevin Bowling2026-08-073-2/+45
* ixgbe: Use PF MTU for 82599 VF jumbo policyKevin Bowling2026-08-071-6/+9
* ixgbe: Apply the 82599 D3 link workaround only for D3Kevin Bowling2026-08-071-2/+4
* ixv: Defer reset after mailbox failureKevin Bowling2026-08-071-1/+2
* ixgbe: Re-enable the SFP laser during initializationKevin Bowling2026-08-071-0/+2