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_nfe.c
Age
Commit message (
Expand
)
Author
2022-01-22
Explicitly cast a __MASK(40) to bus_addr_t (for 32bit bus_addr_t archs)
martin
2022-01-22
Ensure bus_dmatag_subregion is called with an inclusive max_addr
skrll
2020-03-13
Improve error check:
msaitoh
2020-03-08
Use unsigned to avoid undefined behavior. Found by kUBSan.
msaitoh
2020-03-01
Add explicit casts in bus_dmatag_subregion() calls to avoid overflow /
thorpej
2020-03-01
- Range-limit our DMA tag to 40-bit.
thorpej
2020-02-04
Use ifmedia_fini().
thorpej
2020-01-30
Adopt <net/if_stats.h>.
thorpej
2019-09-13
if_flags is neither int nor short. It's unsigned short.
msaitoh
2019-07-09
Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in
msaitoh
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
No functional change:
msaitoh
2019-04-11
Fix a bug that the duplex of manual media setting may be wrong
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-12-09
use pci_intr_establish_xname() everywhere
jdolecek
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2017-09-26
VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.
knakahara
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-08
Apply deferred if_start framework
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
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2013-03-30
remove trailing whitespace
christos
2012-09-23
use 64-bit DMA where possible.
chs
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-01-30
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
drochner
2011-01-23
Pull the following fix from OpenBSD:
tsutsui
2010-11-03
Make nfe(4) detachable.
jakllsch
2010-11-02
Explicitly set PCI_COMMAND_MASTER_ENABLE.
jakllsch
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-11-26
Cleanup interrupt establish error messages. Do not mix
njoly
2009-09-05
Invert logic around nested pmf(9) registrations for readability.
tsutsui
2009-06-14
use __arraycount
cegger
2009-03-18
bcmp -> memcmp
cegger
2009-03-01
bzero -> memset per request from martin@
cegger
2009-03-01
when nfe_attach() fails, free all resources including
cegger
2009-03-01
MCP79 supports JUMBO frames.
cegger
2009-02-12
flow-control support for MCP65 chip.
cegger
2009-01-18
Bracket IRQ masking around nfe_intr() in nfe_init() rather inside nfe_intr().
cegger
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-11-07
*** Summary ***
dyoung
2008-06-17
Use MUTEX_DEFAULT to initialise the mutex, per martin@'s input.
cube
2008-05-25
Based on changes to nfe_attach in r1.27, wake newer chips from powerdown
jmcneill
2008-04-20
Restore jumbo frame support and protect access to the DMA space for
cube
2008-04-17
join line for symmetry.
christos
2008-04-17
Make this build again... HI XTOS.
xtraeme
2008-04-17
sync with openbsd; fixes observed corruption issues.
christos
[next]