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
/
hme.c
Age
Commit message (
Expand
)
Author
2022-05-29
Audit unload/unmap v.s. free against DMA buffer for sys/dev;
rin
2020-03-12
Add support for MBUFTRACE.
thorpej
2020-02-07
Use callout_setfunc() / callout_schedule().
thorpej
2020-01-29
Adopt <net/if_stats.h>.
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-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-22
It's not required to include net/bpfdesc.h. Remove it.
msaitoh
2018-05-08
Fix mis-placed right paren. kern/53271
pgoyette
2017-05-23
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-10-02
MFREE -> m_free
christos
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-06-24
PR kern/46424
jdc
2012-02-02
Entropy-pool implementation move and cleanup.
tls
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-11-03
Use hme_init() to provide a non-NULL ifp->if_init.
jakllsch
2009-09-19
Use common ether_crc32_le() for multicast hash.
tsutsui
2009-09-18
hme_reset() is no longer called from bus attachments so make it static.
tsutsui
2009-09-08
Make local functions static and remove a declaration that is also in hmevar.h.
tsutsui
2009-09-08
- split out chip reset ops from hme_stop() into a new function
tsutsui
2009-05-17
Split device_t/softc.
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-06
Check for internal PHY first, so that it always attaches first, even when
jdc
2009-04-16
Some cosmetics in rxcsum code. Tested on i386.
tsutsui
2009-04-16
u_intNN_t -> uintNN_t
tsutsui
2009-03-29
Don't assume all RX packets have VLAN headers even if vlanif is configured.
tsutsui
2009-03-16
Fix a bug in calculation of checksum deduction:
tsutsui
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-07
Replace incorrect local ether_cmp() function with memcmp(9)
tsutsui
2009-03-07
Add an `else' missed in rev 1.49 otherwise RX hardware checksum on hme(4)
tsutsui
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-11-07
*** Summary ***
dyoung
2008-05-04
device_t/softc split for all mii(4) devices, and other related
xtraeme
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-02-07
Start patching up the kernel so that a network driver always has
dyoung
2008-01-21
Remove an unnecessary check that yields a spurious EINVAL during
dyoung
2008-01-19
Make many ethernet drivers share the common code for MII media
dyoung
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
[next]