aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* 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
* ixl: Remove unused variables.John Baldwin2022-04-062-8/+0
* ixl(4): Remove unused function declarationEric Joyner2022-01-121-1/+0
* net: iflib: fix vlan processing in the driversVincenzo Maffione2021-12-281-8/+5
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2021-12-281-1/+2
* ixl(4): Remove iavf(4) source filesEric Joyner2021-11-243-3683/+0
* ixl(4): Fix a typo in a sysctl descriptionGordon Bergling2021-11-191-1/+1
* ixl(4): Fix 2.5 and 5G speeds reporting and update shared codeKrzysztof Galazka2021-09-1310-108/+234
* ixl(4): Fix reporting of unqualified transceiversKrzysztof Galazka2021-08-202-9/+12
* intel ethernet: Use ether_gen_addr(9)Kevin Bowling2021-08-201-7/+3
* ixl(4): Add tunable to override Flow Control settingsKrzysztof Galazka2021-04-053-18/+43
* Fix some common typos in commentsGordon Bergling2021-03-131-20/+20
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-082-6/+2
* ixl(4): Add ability to control link state on ifconfig downKrzysztof Galazka2021-03-034-1/+154
* ixl(4): Report RX errors as sum of all RX error countersKrzysztof Galazka2021-03-033-9/+23
* ixl(4): Fix VLAN HW filteringKrzysztof Galazka2021-02-0411-313/+487
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-02-011-1/+1
* ixl: Permit 802.1ad frames to pass though the chipLutz Donnerhacke2021-01-191-0/+40
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-072-2/+2
* ixl(4): Add support for X710-T*L devicesEric Joyner2020-09-019-16/+537
* Remove redeclaration found by gcc buildLi-Wen Hsu2020-08-151-2/+0
* dev.ixl.<N>.debug: mark as MPSAFEPawel Biernacki2020-07-041-1/+1
* ixl(4): Add FW recovery mode support and other thingsEric Joyner2020-06-0921-2191/+3127