aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+13
* 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-2192/+3128
* em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib methodEric Joyner2020-05-112-1/+43
* ixl: Add missing conversions from/to LE16Leandro Lupori2020-03-062-15/+20
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (15 of many)Pawel Biernacki2020-02-244-61/+106
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* ixl: prevent non-privileged access to NVM update interfaceEric Joyner2020-01-022-5/+24
* Fix compile error introduced in r353658Eric Joyner2019-10-161-1/+1
* ixl: report whether device received pause framesEric Joyner2019-10-161-0/+8
* Convert if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-143-71/+48
* Add the missing braces to fix the code not guarded by the if clause and hasLi-Wen Hsu2019-05-301-2/+3
* iflib: expose the Rx mbuf buffer size to driversEric Joyner2019-03-192-9/+2
* ixl: Fix panic caused by bug exposed by r344062Eric Joyner2019-02-142-2/+1
* - Stop iflib(4) from leaking MSI messages on detachment by callingMarius Strobl2019-01-304-17/+19
* ixl(4): Fix handling data passed with ioctl from NVM update toolEric Joyner2019-01-241-11/+58
* intel iflib drivers: correct initialization of tx_cidx_processedEric Joyner2019-01-241-9/+12
* Fix first-packet completionStephen Hurd2018-11-281-0/+6
* ixl/iavf(4): Fix TSO offloads when TXCSUM is disabledEric Joyner2018-11-084-3/+5
* ixl/iavf(4): Update remaining references of "num_queues" to "num_rx_queues"Eric Joyner2018-11-012-7/+3
* ixl/iavf(4): Fix GCC 6.4.0 buildConrad Meyer2018-10-202-4/+0
* iavf(4): Finish rename/rebrand internallyEric Joyner2018-10-156-622/+622
* ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Eric Joyner2018-10-1216-3469/+2040
* 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-5549/+3842
* 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-1886/+5487
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-122-3/+3