summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe/ixgbe.c
AgeCommit message (Expand)Author
2023-05-15Count the number of link down events in the MAC using with LINK_DN_CNT.msaitoh
2023-02-03Use thermal sensor code for IXGBE_DEV_ID_X550EM_A_10G_T, too.msaitoh
2022-10-28Make three "Unsupported SFP+ module..." messages the same.msaitoh
2022-07-06Call txeof first, then rxeof for the consistency.msaitoh
2022-06-18aprintf_normal -> aprint_normalskrll
2022-06-02Modify comment. ixgbe_enable_queue() can be used on both MSI-X and legacy intr.msaitoh
2022-06-02KNF. Modify comment. No functional change.msaitoh
2022-06-02KNF. No functional change.msaitoh
2022-06-01Correctly enter the recovery mode. Not tested.msaitoh
2022-06-01Correctly re-enable queue interrupt in ixgbe_legacy_irq().msaitoh
2022-06-01Simplify ixgbe_msix_que(). No functional change.msaitoh
2022-05-30Fix a bug that the legacy interrupt doesn't work when MSI-X allocation failed.msaitoh
2022-04-25Add missing num_tx_desc sysctl.msaitoh
2022-04-25Limit {tx,rx}_process_limit sysctl values from 1 to num_{tx,rx}_desc.msaitoh
2022-03-10Print ECC, PHY and temp error log using with ratecheck().msaitoh
2022-03-10 Enclose flow director stuff in ixgbe_intr_admin_common() with IXGBE_FIR.msaitoh
2022-03-10 Move the definition of eicr_mask variable. No functional change.msaitoh
2022-03-10 Modify comment to clarify EIAC setting.msaitoh
2022-03-10Add IFF_RUNNING check in ixgbe_legacy_irq() again.msaitoh
2022-02-16Print Printed Board Assembly (PBA) number.msaitoh
2022-02-01Increment legacy interrupt counter after checking INTx sharing.msaitoh
2022-01-25Use atomic_{load,store}_relaxed() for event counters.msaitoh
2022-01-18Use 64bit for lxon + lxoff.msaitoh
2022-01-17Fix ierror counting again.msaitoh
2021-12-31sys: Use if_init wrapper function.riastradh
2021-12-24Add code to support API version 1.5. No functional change.msaitoh
2021-12-16Print NVM image version on 82598.msaitoh
2021-12-15Improve PHY's dmesg output for non-MIIVERBOSE case.msaitoh
2021-12-14Add some missing error counters to ierror.msaitoh
2021-12-10Move PF mailbox initialization from ixgbe_attach() to ixgbe_init_iov().msaitoh
2021-12-10No functional change.msaitoh
2021-12-07fix typos in word "instead", mainly in log messages.andvar
2021-11-12KNFskrll
2021-09-30Remove vlan_ifdetach() from ixgbe_detach()yamaguchi
2021-09-16 Fix a bug that an mbuf chain which has more than 63488bytes MAY fail on TX.msaitoh
2021-09-16Use IXGBE_TXDCTL_WTHRESH_SHIFT macro. No functional change.msaitoh
2021-08-26 Remove "j" or "jumbo" because we always use MCLBYTES sized buffer.msaitoh
2021-08-25 Use MCLGET() instead of homegrown cluster (jcl) allocation mechanism.msaitoh
2021-08-20fix various typos in comments and log messages.andvar
2021-07-15 Add a new sysctl to read rxr->next_to_refresh.msaitoh
2021-07-07Add new sysctl "rx_copy_len".msaitoh
2021-06-29Rework the xxxVERBOSE option to share the common module-hook-basedpgoyette
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-05-18- Cleanup an rxbuf entry when bus_dmamap_load_mbuf() failed to prevent panic.msaitoh
2021-05-07 Print the error value of ixgbe_reset_hw() for debugging.msaitoh
2021-04-30 Add missing __KERNEL_RCSID().msaitoh
2021-03-31KNF a bit. No functional change.msaitoh
2021-03-09Modify some parameters to reduce packet dropping.msaitoh
2021-01-14 Add "TX " to "Queue No Descriptor Available" to make it more understandable.msaitoh
2020-12-31Reduce code duplication. No functional change.msaitoh