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
/
smc83c170.c
Age
Commit message (
Expand
)
Author
2020-03-15
Don't bother with IFF_OACTIVE.
thorpej
2020-03-12
Add support for MBUFTRACE.
thorpej
2020-02-07
Use callout_setfunc() / callout_schedule().
thorpej
2020-01-30
Adopt <net/if_stats.h>.
thorpej
2020-01-22
Static'ify.
thorpej
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
No functional change:
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2017-02-20
Apply deferred if_start to more drivers
ozaki-r
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
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-09-03
Replace shutdownhook_establish(9) with pmf_device_register1().
tsutsui
2008-07-06
Split device_t/softc with misc cosmetic changes.
tsutsui
2008-05-04
mii_dev is a device_t now.
xtraeme
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-03-12
epic_stop: clear IFF_RUNNING before disabling.
dyoung
2008-01-19
Make many ethernet drivers share the common code for MII media
dyoung
2007-12-30
Cosmetic: remark that EPIC may deserve one or two custom PHY drivers.
dyoung
2007-12-29
Use LIST_EMPTY(), LIST_FOREACH().
dyoung
2007-12-29
Fix typo in comments.
tsutsui
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-08-27
Constify: use CLLADDR() instead of LLADDR() wherever possible.
dyoung
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-04-16
u_intNN_t -> uintNN_t
tsutsui
2006-04-16
Use __arraycount().
tsutsui
2006-04-16
i >= 0 can never be false if i is u_int. Noticed by OpenBSD.
tsutsui
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2005-01-30
Eliminate use of M_HASFCS.
thorpej
2004-10-30
When adding/deleting multicast addresses, only whack the address
thorpej
2003-11-08
Define all members in TX/RX DMA descriptors as u_int32_t and use proper shift
tsutsui
2003-11-02
Fix some typos. From Tom Cosgrove via jmc@openbsd.
wiz
2003-01-31
Use aprint_*().
thorpej
2003-01-13
For short (< ETHER_MIN_LEN) packets, supply a zero'd buffer for the extra
bouyer
2002-11-07
Fix signed/unsigned comparison warnings.
thorpej
2002-10-22
Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK
fair
2001-11-13
add/cleanup RCSID
lukem
2001-07-23
Make sure to initialize the all Rx descriptors properly in *_init()
thorpej
2001-07-19
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
thorpej
2001-07-07
bcmp -> memcmp
thorpej
[next]