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
/
ic
/
dwc_gmac.c
Age
Commit message (
Expand
)
Author
2021-09-11
Add missing double p and d for stopped and overriden accordingly.
andvar
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2021-05-13
Cast to uint32_t to avoid undefined behavior in dwc_gmac_write_hwaddr().
msaitoh
2020-12-31
extend the timeout value. dwc_gmac_reset() sometimes takes more time.
ryo
2020-06-27
prop_data_data_nocopy -> prop_data_value
jmcneill
2020-05-17
Mask all the MMC counter interrupts if the MMC module is present.
chs
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-10-19
awge: drop redundant m_adj(). Handled via uipc_mbuf.c r1.235 instead.
tnn
2019-10-15
correct pointer arithmetics
tnn
2019-10-15
awge: fix issue that caused rx packets to be corrupt with DIAGNOSTIC kernel
tnn
2019-09-13
if_flags is neither int nor short. It's unsigned short.
msaitoh
2019-07-21
move DWCGMAC_MPSAFE into dwc_gmac_var.h and introduce an
mrg
2019-07-08
Add rnd(9) support.
msaitoh
2019-05-23
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
-No functional change:
msaitoh
2019-05-15
Store IFF_ALLMULTI in ec_flags instead of if_flags to avoid data races
ozaki-r
2019-04-15
Protect ether_multi list
ozaki-r
2019-03-07
Fix previous. Pass phy_id correctly.
msaitoh
2019-02-23
Pass the phy ID to dwc_gmac_attach.
martin
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-10-08
Bring back support for enhanced descriptor format in newer core versions.
martin
2018-09-28
Revert the recent support for enhanced descriptors until a viable solution is
aymeric
2018-09-17
Add support for the enhanced descriptors feature.
aymeric
2018-07-18
Be consistent among ethernet drivers on the convention for printing ethernet
sevan
2018-06-30
dwc_gmac_attach: return non-zero on failure
jmcneill
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-18
Write MAC address high register before low register. Apparently the
jmcneill
2018-06-18
Clear IFF_RUNNING | IFF_OACTIVE when stopping interface.
jmcneill
2018-06-17
Avoid calling bus_dmamap_sync with len=0
jmcneill
2018-06-16
Add flag for disabling store-and-forward mode, and a callback for notifying
jmcneill
2017-12-21
Don't KASSERT that we are MPSAFE if ! DWCGMAC_MPSAFE
martin
2017-12-19
Don't set IFEF_MPSAFE unless NET_MPSAFE at this point
ozaki-r
2017-11-16
Unify IFEF_*_MPSAFE into IFEF_MPSAFE
ozaki-r
2017-10-23
We don't need '&mii', but just 'mii' for mii_detach().
jakllsch
2017-10-23
- If if_initialize() failed in the attach function, free resources and return.
msaitoh
2017-02-20
Apply deferred if_start to more drivers
ozaki-r
2017-01-23
Use our ipq... sorry martin
skrll
2017-01-21
Merge from nick-nhusb - some MPification
skrll
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-08-21
No need to BUS_DMASYNC_PREREAD the transmit data buffer. Fixes "NFS writes
jmcneill
2015-06-12
Supports ETHERCAP_VLAN_MTU. ok martin@ PR#49967
tnn
2015-02-23
Apply patch from FUKAUMI Naoki to fix ring buffer handling when the
martin
2015-01-08
fix a couple txq fencepost issues, from FUKAUMI Naoki <fun@naobsd.org>
jmcneill
2015-01-05
Fix index vs. count confusion when syncing a range of newly queued TX
martin
2014-12-07
if we dont have a mac address, make one up
jmcneill
2014-11-28
After handling an interrupt, try to handle more packets as we may have
martin
2014-11-23
Fix bus_dmamap_sync usage.
matt
2014-11-23
Revert previous change to dwc_gmac_txintr() - while it looks strange at
martin
[next]