aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: whitespace cleanup passKevin Bowling2021-09-264-284/+230
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-09-2611-1242/+1232
* ixgbe: increase the timeoutQiming Yang2021-09-071-2/+2
* ixgbe: cleanup spelling mistakes in commentsGuinan Sun2021-09-073-4/+4
* ixgbe: remove unnecessary return value checkGuinan Sun2021-09-075-26/+11
* ixgbe: create function to restart autonegGuinan Sun2021-09-072-26/+23
* ixgbe: add register definitions for NVM updateGuinan Sun2021-09-071-0/+2
* ixgbe: move increments after evaluationsGuinan Sun2021-09-071-9/+8
* ixgbe: remove whitespace in function commentsKevin Bowling2021-09-0711-1986/+1986
* ixgbe: support DCB registers dumpXiaoyun Li2021-09-071-0/+5
* ixgbe: update X550 SFP identificationXiaoyun Li2021-09-071-2/+2
* ixgbe: Update copyright to 2020Kevin Bowling2021-09-0732-32/+32
* ixgbe: remove dead codeFerruh Yigit2021-09-071-8/+0
* ixgbe: replace an operation in X550 setupXiaoyun Li2021-09-071-2/+2
* ixgbe: Use C99 bool typesKevin Bowling2021-09-0718-342/+338
* ixgbe: add FW recovery mode checkXiaoyun Li2021-09-075-0/+34
* ixgbe: add typecast for type mismatchGuinan Sun2021-09-075-8/+8
* ixgbe: wait for link after copper MAC setupAshijeet Acharya2021-09-071-0/+15
* ixgbe: check host interface return statusGuinan Sun2021-09-071-1/+12
* ixgbe: initialize data field in struct bufferGuinan Sun2021-09-071-0/+2
* ixgbe: fix x550em 10G NIC link statusGuinan Sun2021-09-071-1/+7
* ixgbe: fix maximum wait time in commentXiaolong Ye2021-09-071-1/+1
* ixgbe: wait longer for link after fiber MAC setupMatthew Smith2021-09-071-1/+1
* ixgbe: fix host interface shadow RAM readGuinan Sun2021-09-072-1/+24
* ixgbe: fix response to apply-update commandGuinan Sun2021-09-071-1/+8
* ixgbe: improve log about autoneg being disabledGuinan Sun2021-09-071-2/+3
* ixgbe: add IPv6 mask for flow directorGuinan Sun2021-09-071-0/+1
* ixgbe: fix infinite recursion on PCIe link downGuinan Sun2021-09-071-2/+2
* ixgbe: clear all queues on VF resetSimon Ellmann2021-09-071-1/+1
* ixgbe: Avoid sbuf_trim(9) in sysctl handlerKevin Bowling2021-08-231-10/+16