aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* ixl(4): Fix SR-IOV panicsYan Ka Chiu2022-10-191-0/+8
* ixl(4): Add support for I710 devices and remove non-inclusive languageKrzysztof Galazka2022-10-194-5/+11
* ixl(4): Remove unused function declarationEric Joyner2022-10-191-1/+0
* ixl(4): Remove iavf(4) source filesEric Joyner2022-10-193-3682/+0
* ixl(4): Fix VLAN HW filteringKrzysztof Galazka2022-10-1911-334/+505
* net: iflib: fix vlan processing in the driversVincenzo Maffione2022-01-271-8/+5
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2022-01-271-1/+2
* ixl(4): Fix a typo in a sysctl descriptionGordon Bergling2021-11-281-1/+1
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-10-032-2/+2
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-10-032-6/+2
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-09-281-1/+1
* ixl(4): Fix 2.5 and 5G speeds reporting and update shared codeKrzysztof Galazka2021-09-2010-108/+234
* ixl(4): Fix reporting of unqualified transceiversKrzysztof Galazka2021-09-202-9/+12
* ixl(4): Add tunable to override Flow Control settingsKrzysztof Galazka2021-09-203-18/+43
* ixl(4): Report RX errors as sum of all RX error countersKrzysztof Galazka2021-09-203-9/+23
* ixl(4): Add ability to control link state on ifconfig downKrzysztof Galazka2021-09-204-2/+156
* intel ethernet: Use ether_gen_addr(9)Kevin Bowling2021-08-271-7/+3
* ixl: Permit 802.1ad frames to pass though the chipLutz Donnerhacke2021-02-021-0/+39
* ixl: quiet -Wunused-functionRyan Libby2021-01-051-2/+0
* MFC r358698 and r364241Eric Joyner2020-09-122-13/+15
* MFC r365231: ixl(4): Add support for X710-T*L devicesEric Joyner2020-09-049-16/+537
* MFC r361992: ixl(4): Add FW recovery mode support and other thingsEric Joyner2020-08-0421-2186/+3136
* MFC r360398 and r360902Eric Joyner2020-05-142-1/+43
* MFC r348445 (by lwhsu):Dimitry Andric2020-04-251-2/+3
* MFC r356309: ixl: prevent non-privileged access to NVM update interfaceEric Joyner2020-01-102-5/+24
* MFC isc_pause_frame field fixes to Intel ethernet driversEric Joyner2020-01-021-0/+8
* MFC r345303, r345305, r345657, r345658Eric Joyner2019-04-172-9/+2
* MFC r344132:Eric Joyner2019-02-152-2/+1
* MFC: r343372Marius Strobl2019-02-131-11/+58
* MFC: r339459Marius Strobl2019-02-132-4/+0
* MFC: r343369Marius Strobl2019-02-131-9/+12
* MFC: r343578 (partial)Marius Strobl2019-02-074-17/+19
* MFC r340010Eric Joyner2018-12-062-7/+3
* MFC r341156:Stephen Hurd2018-12-031-0/+6
* MFC r340256: ixl/iavf(4): Fix TSO offloads when TXCSUM is disabledEric Joyner2018-11-084-3/+5
* iavf(4): Finish rename/rebrand internallyEric Joyner2018-10-156-614/+614
* ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Eric Joyner2018-10-1216-3458/+2029
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-262-1/+4
* Remove a duplicated interface capability bit missed in r336313.Marius Strobl2018-08-231-1/+1
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-153-39/+8
* As suggested by a comment in ixl_initialize_vsi(), use if_getcapenable(9)Marius Strobl2018-07-152-3/+2
* ixl(4): Set baudrate on link up using proper link_speed variableEric Joyner2018-07-122-2/+2
* ixl(4): Fix gcc build errorsEric Joyner2018-06-202-3/+0
* Remove "diff" line indicator. Next to see if this code works or not.Sean Bruno2018-06-191-42/+40
* ixl(4): Update version number to 2.0.0-kEric Joyner2018-06-1838-42/+42
* ixl(4): Update to use iflibEric Joyner2018-06-1813-5508/+3801
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-182-7/+7
* ixl(4): Update to 1.9.9-kEric Joyner2018-05-0138-1885/+5486
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-122-3/+3
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2