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
/
if_wm.c
Age
Commit message (
Expand
)
Author
2023-06-23
Add missing read to count Circuit Breaker Rx Dropped Packet correctly.
msaitoh
2023-05-11
Fix typo. s/ictxact/ictxatc/. No functional change.
msaitoh
2023-05-11
Use WM_IS_ICHPCH(). No functional change.
msaitoh
2023-05-11
Fix prc511's comment and description.
msaitoh
2023-05-11
Add SOICZIFDATA (ifconfig -z) support for evcnt(9).
msaitoh
2023-05-11
Move statistics updating code from wm_tick() to new wm_update_stats().
msaitoh
2023-05-11
Add some new event counters.
msaitoh
2023-05-11
Some statistics registers were replaced with new counters.
msaitoh
2023-05-11
Don't add "Count" for event counter's description.
msaitoh
2023-05-11
Fix a bug that the transmit underrun counter is incorrectly counted.
msaitoh
2023-05-11
IC{TX,RX}*C registers are for older than 82575.
msaitoh
2023-05-11
Sort lines. No functional change.
msaitoh
2023-05-11
Sort lines. No functional change.
msaitoh
2023-05-11
Add note for the TORL register.
msaitoh
2023-05-11
Count some 64bit counters correctly.
msaitoh
2022-12-08
Workaround for some hypervisor environments.
knakahara
2022-10-26
Add comment to ICH/PCH's lock stuff in wm_reset().
msaitoh
2022-10-19
Fix typo. No functional change. OK'd by knakahara.
msaitoh
2022-09-08
KNF. Modify comment. No fucntional change.
msaitoh
2022-08-12
wm(4): Remove the non-MP-safe scaffolding.
riastradh
2022-08-12
wm(4): Audit sc->phy.acquire and sc->nvm.acquire.
riastradh
2022-08-12
wm: use a workqueue to reset the interface when wm_watchdog determines it nee...
riastradh
2022-08-12
wm(4): if_flags and IFNET_LOCK audit
riastradh
2022-08-12
wm(4): Revert previous -- mistakenly committed unsquashed change part.
riastradh
2022-08-12
wm(4): if_flags and IFNET_LOCK audit
riastradh
2022-08-08
To avoid releasing mutex temporally, use new wm_set_mdio_slow_mode_hv_locked().
msaitoh
2022-08-08
Consistency use -1 instead of 1 for some error code. Advised by knakahara.
msaitoh
2022-08-08
Pass an error code correctly if phy.acquire() failed.
msaitoh
2022-08-08
Pass an error code to the upper layer instead of -1. Advised by knakahara.
msaitoh
2022-08-08
Modify debug messages so that we can determine where it happened.
msaitoh
2022-08-05
Sprinkle const on splfoo call results.
skrll
2022-08-03
Add a KASSERT for the locking protocol in wm_ioctl.
skrll
2022-08-03
Add some KASSERTs around the locking protocol.
skrll
2022-07-29
Improve a couple of comments
skrll
2022-07-29
Trailing whitespace
skrll
2022-07-28
KNF the KNF
skrll
2022-07-22
Add more statistics countes.
msaitoh
2022-07-19
wm(4): Use CSR_WRITE_FLUSH, not bus_space_barrier.
riastradh
2022-07-19
wm(4): Use bus_dmamap_sync, not bus_space_barrier, for tx desc.
riastradh
2022-07-19
KNF
skrll
2022-07-19
Don't need sys/malloc.h so remove the #include
skrll
2022-07-19
Turn a locking botch (shouldn't drop lock on error) into a KASSERT
skrll
2022-07-11
KNF. No functional change.
msaitoh
2022-07-11
Consistently use semicolon. No functional change.
msaitoh
2022-07-06
Call txeof first, then rxeof for the consistency.
msaitoh
2022-07-06
Fix compile error if WM_DEBUG is set.
msaitoh
2022-07-04
Be less tautological and more explanatory in a comment.
skrll
2022-07-02
Use PRIxBIT instead of casts
skrll
2022-07-02
wm_tick: Add missing splx(s) when not WM_MPSAFE
skrll
2022-05-19
Don't set the more flag when there is no packet to process.
msaitoh
[next]