summaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe(4): Filter out spurious link up indicationKrzysztof Galazka2023-02-211-2/+17
* ixgbe: workaround errata about UDP frames with zero checksumAndrey V. Elsukov2022-11-171-1/+5
* if_ix: Reset on an ECC errorNeel Chauhan2022-06-291-1/+3
* ixgbe(4): Fix common typos in source code commentsGordon Bergling2022-06-103-3/+3
* ix: Remove cpu_id and related code from ixgbe_if_msix_intr_assign.John Baldwin2022-05-131-20/+0
* ixgbe: Update mc filter before FCTRL flagsKevin Bowling2022-04-271-7/+6
* ix(4): Add control of 2.5/5G autonegotiation speedsPiotr Pietruszewski2022-03-082-19/+104
* ixv(4): Allow PF to control the VF link statePiotr Pietruszewski2022-03-086-2/+50
* net: iflib: fix vlan processing in the driversVincenzo Maffione2022-01-271-10/+5
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2022-01-271-3/+3
* ixgbe(4): Fix a few typos in source code commentsGordon Bergling2021-11-061-2/+2
* ixgbe: Update shared code catchupKevin Bowling2021-10-1214-49/+427
* ixgbe: whitespace cleanup passKevin Bowling2021-10-034-279/+225
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-10-0311-1234/+1224
* 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-342/+338
* 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: Clean up ix_txrxKevin Bowling2021-07-301-45/+38
* 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: Restore AIM supportSai Rajesh Tallamraju2021-05-172-0/+74
* ixgbe: Clarify index name in ixgbe_mc_filter_applyKevin Bowling2021-04-251-4/+4
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-223-8/+2