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
/
arch
/
usermode
/
dev
/
if_veth.c
Age
Commit message (
Expand
)
Author
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2020-02-05
Adopt <net/if_stat.h>
skrll
2019-05-29
Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in
msaitoh
2019-05-29
KNF. No functional change.
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
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-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2012-01-21
Complete rewrite of the signal and spl framework for NetBSD/usermode
reinoud
2012-01-15
close file descriptors at shutdown
jmcneill
2012-01-09
Don't directly call softint_shedule() when we might be in an SPL level too
reinoud
2011-12-26
veth_start: copy data from mbuf into a buffer and pass that to thunk_write(),
jmcneill
2011-12-26
first cut at networking support for usermode, doesn't fully work yet but
jmcneill