index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
ixgbe
/
ixgbe.c
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-07-06
Call txeof first, then rxeof for the consistency.
msaitoh
2022-06-18
aprintf_normal -> aprint_normal
skrll
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-30
Fix a bug that the legacy interrupt doesn't work when MSI-X allocation failed.
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-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
Use atomic_{load,store}_relaxed() for event counters.
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
Add code to support API version 1.5. No functional change.
msaitoh
2021-12-16
Print NVM image version on 82598.
msaitoh
2021-12-15
Improve PHY's dmesg output for non-MIIVERBOSE case.
msaitoh
2021-12-14
Add some missing error counters to ierror.
msaitoh
2021-12-10
Move PF mailbox initialization from ixgbe_attach() to ixgbe_init_iov().
msaitoh
2021-12-10
No functional change.
msaitoh
2021-12-07
fix typos in word "instead", mainly in log messages.
andvar
2021-11-12
KNF
skrll
2021-09-30
Remove 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-16
Use 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-20
fix various typos in comments and log messages.
andvar
2021-07-15
Add a new sysctl to read rxr->next_to_refresh.
msaitoh
2021-07-07
Add new sysctl "rx_copy_len".
msaitoh
2021-06-29
Rework the xxxVERBOSE option to share the common module-hook-based
pgoyette
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
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-31
KNF a bit. No functional change.
msaitoh
2021-03-09
Modify 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-31
Reduce code duplication. No functional change.
msaitoh
[next]