aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ix(4): Add control of 2.5/5G autonegotiation speedsPiotr Pietruszewski2022-03-042-19/+104
* ixv(4): Allow PF to control the VF link statePiotr Pietruszewski2022-03-046-2/+50
* net: iflib: fix vlan processing in the driversVincenzo Maffione2021-12-281-10/+5
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2021-12-281-3/+3
* ixgbe(4): Fix a few typos in source code commentsGordon Bergling2021-11-031-2/+2
* ixgbe: Update shared code catchupKevin Bowling2021-10-0714-49/+427
* 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
* intel ethernet: Use ether_gen_addr(9)Kevin Bowling2021-08-201-6/+4
* ixgbe: Clean up ix_txrxKevin Bowling2021-07-181-47/+40
* ixgbe: Print FW NVM and Option ROM versionsKevin Bowling2021-07-162-1/+101
* ixgbe: Restore AIM supportSai Rajesh Tallamraju2021-05-032-0/+74
* ixgbe: Improve device name stringsKevin Bowling2021-04-282-49/+49
* ixgbe: Clean up unneeded set in ixgbe_if_multi_setKevin Bowling2021-04-191-1/+1
* ixgbe: Clarify index name in ixgbe_mc_filter_applyKevin Bowling2021-04-171-4/+4
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-083-8/+2
* ix(4): Report RX errors as sum of all RX error countersPiotr Pietruszewski2021-03-032-1/+30
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-072-2/+2
* ixgbe: fix impossible conditionEric van Gyzen2020-08-211-2/+2
* em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib methodEric Joyner2020-05-112-0/+42
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (15 of many)Pawel Biernacki2020-02-243-36/+47
* ixgbe(4): Eliminate bogus sizeof() expressionsConrad Meyer2020-01-291-6/+5