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
/
tulip.c
Age
Commit message (
Expand
)
Author
2022-08-01
Revert this to 1.205, undoing changes apparently mistakenly
kre
2022-08-01
Revert last accidental commits.
mlelstv
2022-08-01
Also fix shift values for SCT constants.
mlelstv
2022-06-25
Pass proper status values to rnd_add_uint32(9) as rnd(9) man page claims.
tsutsui
2020-03-15
Don't bother with IFF_OACTIVE.
thorpej
2020-03-11
Use unsigned to avoid undefined behavior. Found by kUBSan.
msaitoh
2020-02-04
Use ifmedia_fini().
thorpej
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-09-13
if_flags is neither int nor short. It's unsigned short.
msaitoh
2019-07-30
Avoid undefined behavior when setting multicast address. found by kUBSan.
msaitoh
2019-05-28
s/recieve/receive/
msaitoh
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-04-22
On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to
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-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-07-11
KNF. No functional change.
msaitoh
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-02-26
Stop the interface before detaching to avoid the race between
nakayama
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2013-09-15
Comment out unused variable
martin
2013-09-14
GC unused functions and variables.
joerg
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-08-13
Fix TLP_DEBUG after previous
jakllsch
2011-08-13
simplifying code, unconfuses gcc index calculation.
christos
2011-07-09
- add a routine to get the name of the card.
christos
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-12-04
Oops, there was one mii_activate() call left. Delete it.
dyoung
2009-09-05
Invert logic around nested pmf(9) registrations for readability.
tsutsui
2009-09-01
aprint-ify
jmcneill
2009-08-27
Use *_FOREACH() routines instead of open-coding them.
dyoung
2009-04-17
change tlp_attach() to return an error code on failure.
cegger
2009-04-17
set dmamap to NULL when bus_dmamap_create() fails to prevent bus_dmamap_destr...
cegger
2009-04-17
device_t/softc split. Tested with tlp at pci
cegger
2009-04-17
use device_private
cegger
2009-04-17
struct device * -> device_t
cegger
2008-11-07
*** Summary ***
dyoung
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-03-23
On preparing a setup packet, use proper byteswap ops and byte shift ops
tsutsui
2008-03-23
Ignore the Report on MII error bit if chip doesn't have MII.
tsutsui
2008-03-11
Prepare for PMF self-suspension: in the if_stop() methods, clear
dyoung
[next]