summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe
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-09-16ixg(4) add an option for Tx to use deferred softint regardless of whether can...knakahara
2022-08-07fix typos in comments.andvar
2022-07-06Call txeof first, then rxeof for the consistency.msaitoh
2022-06-18aprintf_normal -> aprint_normalskrll
2022-06-06s/filer/filter/ in comment. No functional change.msaitoh
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-31s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix.andvar
2022-05-30Remove unused adapter->msix_mem.msaitoh
2022-05-30Fix a bug that the legacy interrupt doesn't work when MSI-X allocation failed.msaitoh
2022-05-11bus_dmamem_unmap() before bus_dmamem_free(), otherwise we may give back meomrybouyer
2022-04-25Add missing num_{tx,rx}_desc sysctl to sync with ixgbe.c.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-04-25Use cached rx_copy_len in ixgbe_rxeof().msaitoh
2022-04-25Modify comment for consistency. No functional change.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-25Fix compile error for non __HAVE_ATOMIC64_LOADSTORE arch.msaitoh
2022-01-25Use atomic_{load,store}_relaxed() for event counters.msaitoh
2022-01-24 Fix ixv.c rev. 1.176. Calculate 36bit counter correctly.msaitoh
2022-01-24Use 32bit for 32bit counter.msaitoh
2022-01-19Improve ixv(4)'s some event counters.msaitoh
2022-01-18Update ixv_print_debug_info() to print similar data to ixg(4).msaitoh
2022-01-18Don't expose garbage data of hw.ixvN.debug.msaitoh
2022-01-18Don't clear mailbox related counters in ixgbe_upgrade_mbx_params_pf().msaitoh
2022-01-18Don't clear mailbox related counters in ixgbe_upgrade_mbx_params_vf().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-24Enable mailbox API 1.5 support. Tested on ESXi with ixgben 1.10.3.0.msaitoh
2021-12-24Add code to support API version 1.5. No functional change.msaitoh
2021-12-24Whitespace fix. Remove old comment. No functional change.msaitoh
2021-12-24Restore some mailbox related functions. No functional change.msaitoh
2021-12-24Update copyright to 2020.msaitoh
2021-12-24Change the first argument of ixgbe_send_vf_msg(). No functional change.msaitoh
2021-12-24Rename IXGBE_VT_MSGTYPE_{ACK,NACK} to IXGBE_VT_MSGTYPE_{SUCCESS,FAILURE}.msaitoh
2021-12-24Move some definitions. No functional change. Part of FreeBSD ix-3.3.18.msaitoh