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
/
scsipi
/
if_se.c
Age
Commit message (
Expand
)
Author
2022-08-29
Make this build again. Sorry about that.
skrll
2022-08-28
se(4): don't set if_watchdog as it's not used.
skrll
2022-07-07
Trailing whitespace
skrll
2022-01-01
s/sytem/system/
msaitoh
2021-09-19
fix various typos in comments, messages and documentation.
andvar
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2020-09-29
s/occurence/occurrence/
msaitoh
2020-07-27
Improve the workqueue and callout handling. Prompted by riastradh@.
jdc
2020-07-22
Sort #includes. Nix trailing whitespace.
riastradh
2020-07-22
Omit needless <sys/pcq.h>.
riastradh
2020-06-29
Nix trailing whitespace.
riastradh
2020-06-22
Add sedetach() and also use it to remove duplicate code from seattach().
jdc
2020-06-22
Use workqueues so that we don't call into the scsipi subsystem via
jdc
2020-06-19
First pass at making this work again.
jdc
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-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
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
2017-10-23
If if_initialize() failed in the attach function, free resources and return.
msaitoh
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-11-20
Make scsipi framework MPSAFE.
mlelstv
2016-10-02
MFREE -> m_free
christos
2016-09-07
'#if 0' a static inline function used only by an already #if 0 function.
jakllsch
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-24
would you like some freshly ground _KERNEL_OPT with that?
pooka
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-02-03
ansi prototypes
christos
2011-04-02
Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.
mbalmer
2010-07-27
Use %zu instead of %d for size_t.
jakllsch
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-10-21
Remove uarea swap-out functionality:
rmind
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
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-01-11
make this compile
cegger
2008-11-07
*** Summary ***
dyoung
2008-06-08
Use device_lookup_private() rather than using cd_devs[] directly to get softc.
tsutsui
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-12-20
Constify struct ifnet->if_sadl and every use throughout the tree.
dyoung
2007-09-01
Remark that the data-length argument passed to se_scsipi_cmd() is
dyoung
[next]