aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: workaround errata about UDP frames with zero checksumAndrey V. Elsukov2023-02-081-1/+5
* ixgbe: Update shared code catchupKevin Bowling2021-10-1214-49/+427
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-10-032-2/+2
* ixgbe: fix impossible conditionEric van Gyzen2021-10-031-2/+2
* ixgbe: whitespace cleanup passKevin Bowling2021-10-034-283/+229
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-10-033-8/+2
* ixgbe(4): Eliminate bogus sizeof() expressionsConrad Meyer2021-10-031-6/+5
* ixgbe(4): Fix enabling/disabling and reconfiguration of queuesEric Joyner2021-10-033-10/+5
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-10-0311-1239/+1230
* ix(4): Report RX errors as sum of all RX error countersPiotr Pietruszewski2021-09-202-1/+30
* ixgbe: increase the timeoutQiming Yang2021-09-141-2/+2
* ixgbe: cleanup spelling mistakes in commentsGuinan Sun2021-09-143-4/+4
* ixgbe: remove unnecessary return value checkGuinan Sun2021-09-145-26/+11
* ixgbe: create function to restart autonegGuinan Sun2021-09-142-26/+23
* ixgbe: add register definitions for NVM updateGuinan Sun2021-09-141-0/+2
* ixgbe: move increments after evaluationsGuinan Sun2021-09-141-9/+8
* ixgbe: remove whitespace in function commentsKevin Bowling2021-09-1411-1986/+1986
* ixgbe: support DCB registers dumpXiaoyun Li2021-09-141-0/+5
* ixgbe: update X550 SFP identificationXiaoyun Li2021-09-141-2/+2
* ixgbe: Update copyright to 2020Kevin Bowling2021-09-1432-32/+32
* ixgbe: remove dead codeFerruh Yigit2021-09-141-8/+0
* ixgbe: replace an operation in X550 setupXiaoyun Li2021-09-141-2/+2
* ixgbe: Use C99 bool typesKevin Bowling2021-09-1418-341/+337
* ixgbe: add FW recovery mode checkXiaoyun Li2021-09-145-0/+34
* ixgbe: add typecast for type mismatchGuinan Sun2021-09-145-8/+8
* ixgbe: wait for link after copper MAC setupAshijeet Acharya2021-09-141-0/+15
* ixgbe: check host interface return statusGuinan Sun2021-09-141-1/+12
* ixgbe: initialize data field in struct bufferGuinan Sun2021-09-141-0/+2
* ixgbe: fix x550em 10G NIC link statusGuinan Sun2021-09-141-1/+7
* ixgbe: fix maximum wait time in commentXiaolong Ye2021-09-141-1/+1
* ixgbe: wait longer for link after fiber MAC setupMatthew Smith2021-09-141-1/+1
* ixgbe: fix host interface shadow RAM readGuinan Sun2021-09-142-1/+24
* ixgbe: fix response to apply-update commandGuinan Sun2021-09-141-1/+8
* ixgbe: improve log about autoneg being disabledGuinan Sun2021-09-141-2/+3
* ixgbe: add IPv6 mask for flow directorGuinan Sun2021-09-141-0/+1
* ixgbe: fix infinite recursion on PCIe link downGuinan Sun2021-09-141-2/+2
* ixgbe: clear all queues on VF resetSimon Ellmann2021-09-141-1/+1
* intel ethernet: Use ether_gen_addr(9)Kevin Bowling2021-08-271-6/+4
* ixgbe: Avoid sbuf_trim(9) in sysctl handlerKevin Bowling2021-08-241-10/+16
* ixgbe: Fix the buildKevin Bowling2021-07-301-1/+1
* ixgbe: Clean up ix_txrxKevin Bowling2021-07-301-47/+40
* ixgbe: Print FW NVM and Option ROM versionsKevin Bowling2021-07-302-1/+101
* ixgbe: Improve device name stringsKevin Bowling2021-05-282-49/+49
* ixgbe: Clean up unneeded set in ixgbe_if_multi_setKevin Bowling2021-05-281-1/+1
* ixgbe: Clarify index name in ixgbe_mc_filter_applyKevin Bowling2021-04-251-4/+4
* MFC r360398 and r360902Eric Joyner2020-05-142-0/+42
* MFC isc_pause_frame field fixes to Intel ethernet driversEric Joyner2020-01-021-2/+12
* MFC r354349: if_ixv: disable RSS configuration on 82599 and X540 VFsAndriy Gapon2019-12-032-2/+14
* MFC r353599Eric Joyner2019-10-161-3/+1
* MFC r352656: ix/ixv: Read MSI-X bar from device configEric Joyner2019-09-303-5/+4