aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* ixl: Initialize the extended RSS keyKevin Bowling4 days3-19/+1
* ixl: Tie statistics baselines to hardware resource epochsKevin Bowling6 days2-1/+12
* iflib: Use the framework run-state accessor in driversKevin Bowling7 days1-1/+1
* ixl: Set critical-error state bits independentlyKevin Bowling11 days1-2/+2
* ixl: Report SR-IOV VF statusKevin Bowling2026-09-063-1/+109
* ixl: Reset VSI statistics after initial samplingKevin Bowling2026-09-041-0/+1
* ixl: Route suspend and resume through iflibKevin Bowling2026-09-031-6/+2
* ixl: Add led(4) identification supportKevin Bowling2026-08-123-1/+84
* ixl: Avoid a signed PHY capability shiftKevin Bowling2026-08-111-1/+1
* net: Revert the ioctl SR-IOV VF status interfaceKevin Bowling2026-08-101-65/+0
* ixl: Quiesce VF DMA before a PF resetKevin Bowling2026-08-103-3/+136
* ixl: Track and recover MDD-blocked VFsKevin Bowling2026-08-104-69/+113
* ixl: Report PF initialization failures to iflibKevin Bowling2026-08-102-13/+30
* ixl: Rebuild VF resources after a PF resetKevin Bowling2026-08-104-33/+148
* ixl: Enforce VF VLAN policyKevin Bowling2026-08-104-17/+280
* ixl: Make VF reset resource reconstruction fallibleKevin Bowling2026-08-102-59/+129
* ixl: Validate VF virtchnl configurationKevin Bowling2026-08-102-61/+165
* ixl: Initialize VF sysctl contexts before useKevin Bowling2026-08-101-1/+3
* ixl: Honor iflib transmit completion batchingKevin Bowling2026-08-101-4/+5
* 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
* ixl: enforce the assigned VF MAC addressKevin Bowling2026-08-011-2/+1
* ixl(4): Fix a typo in a source code commentGordon Bergling2026-04-041-1/+1
* ixl: verify flowid is valid before setting rsstype & flowidAndrew Gallatin2026-01-051-3/+7
* ixl: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin2025-11-222-15/+2
* ixl(4): fix multicast promiscuous mode state tracking and filter managementBhosale, Yogesh2025-10-163-18/+120
* iflib: report output drops and handle ENOBUFS properlyAndrew Gallatin2025-09-101-2/+2
* ixl(4): Fix queue MSI and legacy IRQ rearmingKrzysztof Galazka2025-08-191-8/+17
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Revert "ixl: fix multicast filters handling"Franco Fichtner2024-12-191-87/+10
* Revert "ixl: Increase tx/rx ring size to 8160"Kevin Bowling2024-09-241-1/+1
* ixl: Increase tx/rx ring size to 8160Kevin Bowling2024-09-191-1/+1
* ixl(4): Add more debug information for queues' configKrzysztof Galazka2024-08-271-2/+51
* ixl(4): Use GL_RXERR1 register for correct oversize packet countEric Joyner2024-08-274-75/+100
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-171-1/+1
* ixl: fix multicast filters handlingMateusz Pacuszka2023-08-171-10/+87
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1635-35/+0
* ixl(4): Add link state pollingKrzysztof Galazka2023-07-207-19/+75
* ixl: implement support for dumping NIC registersPiotr Kubaj2023-07-062-0/+72
* ixl: port ice's atomic API to ixlPiotr Kubaj2023-07-064-51/+118
* ixl(4): Fix MAC/VLAN filters accountingKrzysztof Galazka2023-02-155-11/+10
* ixl: purge EOL release compatibilityElliott Mitchell2023-02-043-28/+0
* Mechanically convert ixl(4) to IfAPIJustin Hibbits2023-01-242-7/+7
* ixl: Fix a mechanical mess-up in DrvAPI conversionJustin Hibbits2022-12-211-1/+1
* Convert iflib(4) and iflib-based drivers to the DrvAPIJustin Hibbits2022-12-215-15/+15
* ixl: silence runtime warning when PCI_IOV is not enabledAndrew Gallatin2022-12-061-0/+3
* ixl(4): Fix SR-IOV panicsYan Ka Chiu2022-07-131-0/+8
* ixl(4): Add support for I710 devices and remove non-inclusive languageKrzysztof Galazka2022-05-244-5/+11
* iavf/ice/ixl: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* i40e_validate_filter_settings: Remove unused variables.John Baldwin2022-04-121-5/+0