| Age | Commit message (Expand) | Author |
| 2023-05-15 | Count the number of link down events in the MAC using with LINK_DN_CNT. | msaitoh |
| 2023-02-03 | Use thermal sensor code for IXGBE_DEV_ID_X550EM_A_10G_T, too. | msaitoh |
| 2022-10-28 | Make three "Unsupported SFP+ module..." messages the same. | msaitoh |
| 2022-09-16 | ixg(4) add an option for Tx to use deferred softint regardless of whether can... | knakahara |
| 2022-08-07 | fix typos in comments. | andvar |
| 2022-07-06 | Call txeof first, then rxeof for the consistency. | msaitoh |
| 2022-06-18 | aprintf_normal -> aprint_normal | skrll |
| 2022-06-06 | s/filer/filter/ in comment. No functional change. | msaitoh |
| 2022-06-02 | Modify comment. ixgbe_enable_queue() can be used on both MSI-X and legacy intr. | msaitoh |
| 2022-06-02 | KNF. Modify comment. No functional change. | msaitoh |
| 2022-06-02 | KNF. No functional change. | msaitoh |
| 2022-06-01 | Correctly enter the recovery mode. Not tested. | msaitoh |
| 2022-06-01 | Correctly re-enable queue interrupt in ixgbe_legacy_irq(). | msaitoh |
| 2022-06-01 | Simplify ixgbe_msix_que(). No functional change. | msaitoh |
| 2022-05-31 | s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix. | andvar |
| 2022-05-30 | Remove unused adapter->msix_mem. | msaitoh |
| 2022-05-30 | Fix a bug that the legacy interrupt doesn't work when MSI-X allocation failed. | msaitoh |
| 2022-05-11 | bus_dmamem_unmap() before bus_dmamem_free(), otherwise we may give back meomry | bouyer |
| 2022-04-25 | Add missing num_{tx,rx}_desc sysctl to sync with ixgbe.c. | msaitoh |
| 2022-04-25 | Add missing num_tx_desc sysctl. | msaitoh |
| 2022-04-25 | Limit {tx,rx}_process_limit sysctl values from 1 to num_{tx,rx}_desc. | msaitoh |
| 2022-04-25 | Use cached rx_copy_len in ixgbe_rxeof(). | msaitoh |
| 2022-04-25 | Modify comment for consistency. No functional change. | msaitoh |
| 2022-03-10 | Print 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-10 | Add IFF_RUNNING check in ixgbe_legacy_irq() again. | msaitoh |
| 2022-02-16 | Print Printed Board Assembly (PBA) number. | msaitoh |
| 2022-02-01 | Increment legacy interrupt counter after checking INTx sharing. | msaitoh |
| 2022-01-25 | Fix compile error for non __HAVE_ATOMIC64_LOADSTORE arch. | msaitoh |
| 2022-01-25 | Use atomic_{load,store}_relaxed() for event counters. | msaitoh |
| 2022-01-24 | Fix ixv.c rev. 1.176. Calculate 36bit counter correctly. | msaitoh |
| 2022-01-24 | Use 32bit for 32bit counter. | msaitoh |
| 2022-01-19 | Improve ixv(4)'s some event counters. | msaitoh |
| 2022-01-18 | Update ixv_print_debug_info() to print similar data to ixg(4). | msaitoh |
| 2022-01-18 | Don't expose garbage data of hw.ixvN.debug. | msaitoh |
| 2022-01-18 | Don't clear mailbox related counters in ixgbe_upgrade_mbx_params_pf(). | msaitoh |
| 2022-01-18 | Don't clear mailbox related counters in ixgbe_upgrade_mbx_params_vf(). | msaitoh |
| 2022-01-18 | Use 64bit for lxon + lxoff. | msaitoh |
| 2022-01-17 | Fix ierror counting again. | msaitoh |
| 2021-12-31 | sys: Use if_init wrapper function. | riastradh |
| 2021-12-24 | Enable mailbox API 1.5 support. Tested on ESXi with ixgben 1.10.3.0. | msaitoh |
| 2021-12-24 | Add code to support API version 1.5. No functional change. | msaitoh |
| 2021-12-24 | Whitespace fix. Remove old comment. No functional change. | msaitoh |
| 2021-12-24 | Restore some mailbox related functions. No functional change. | msaitoh |
| 2021-12-24 | Update copyright to 2020. | msaitoh |
| 2021-12-24 | Change the first argument of ixgbe_send_vf_msg(). No functional change. | msaitoh |
| 2021-12-24 | Rename IXGBE_VT_MSGTYPE_{ACK,NACK} to IXGBE_VT_MSGTYPE_{SUCCESS,FAILURE}. | msaitoh |
| 2021-12-24 | Move some definitions. No functional change. Part of FreeBSD ix-3.3.18. | msaitoh |