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
/
net
Age
Commit message (
Expand
)
Author
2016-06-30
Make sure that ifaddr is published after its initialization finished
ozaki-r
2016-06-28
Introduce if_is_deactivated
ozaki-r
2016-06-28
Add missing NULL checks for m_get_rcvif_psref
ozaki-r
2016-06-27
fix spelling mistake pointed out by roy@n.o
knakahara
2016-06-27
gif(4) does not need link state changing interrupts
knakahara
2016-06-27
reduce link state changing softint if it is not required
knakahara
2016-06-24
eliminate unused softint for gif(4) Rx
knakahara
2016-06-24
eliminate gif(4) Tx softint
knakahara
2016-06-22
fix: locking about IFQ_ENQUEUE and ALTQ
knakahara
2016-06-22
Remove unnecessary NULL checks of ifa->ifa_addr
ozaki-r
2016-06-21
Make sure returning ifp from in6_select* functions psref-ed
ozaki-r
2016-06-21
fix ATF net/carp failure
knakahara
2016-06-21
Replace ifp of ip_moptions and ip6_moptions with if_index
ozaki-r
2016-06-21
Introduce if_index_t
ozaki-r
2016-06-20
fix: kern/51259
knakahara
2016-06-20
apply if_start_lock() to L2 callers which call ifp->if_start() of device deri...
knakahara
2016-06-20
introduce if_start_lock()
knakahara
2016-06-20
fix: i386 build failure
knakahara
2016-06-20
fix: should not assert IFEF_OUTPUT_MPSAFE in bridge_output()
knakahara
2016-06-20
tentative fix for ATF(net/if_bridge/t_bridge)
knakahara
2016-06-20
make bridge_output MP-safe, so that bridge(4) can enable IFEF_OUTPUT_MPSAFE.
knakahara
2016-06-20
make ether_output() MP-safe, so that if_ether can enable IFEF_OUTPUT_MPSAFE.
knakahara
2016-06-20
make looutput() MP-safe, so that lo(4) can enable IFEF_OUTPUT_MPSAFE.
knakahara
2016-06-20
apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...
knakahara
2016-06-20
Do psref_target_destroy after purging packets
ozaki-r
2016-06-20
introduce if_output_lock()
knakahara
2016-06-20
introduce if_extflags (was if__pad1)
knakahara
2016-06-16
Fix error branches of if_sdl_sysctl.
riastradh
2016-06-16
Use if_get_byindex instead of if_byindex for MP-safe
ozaki-r
2016-06-16
Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND
ozaki-r
2016-06-10
Avoid storing a pointer of an interface in a mbuf
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-06-07
Create separate modules for i2c_bitbang and bpf_filter so these files
pgoyette
2016-05-31
Optimize if_get_byindex by adding __predict_true
ozaki-r
2016-05-31
modify some functions static. no functional change.
knakahara
2016-05-29
Adapt to the new version of sljit@r313.
alnsn
2016-05-17
Fix RT_IN_PRINT
ozaki-r
2016-05-17
Tidy up route_output
ozaki-r
2016-05-16
Apply if_get and if_put to bridge(4)
ozaki-r
2016-05-16
Replace ifnet_lock with if_get and if_put
ozaki-r
2016-05-16
Introduce if_get, if_get_byindex and if_put
ozaki-r
2016-05-12
Protect ifnet list with psz and psref
ozaki-r
2016-05-09
Don't increment the reference count only when it was 0...
christos
2016-05-04
Allow multicast/broadcast packets from a bridge member to other members.
roy
2016-05-02
Typo in comment
skrll
2016-04-28
Constify remaining rtentry of if_output (fix build)
ozaki-r
2016-04-28
introduce new ifnet MP-scalable sending interface "if_transmit".
knakahara
2016-04-28
Constify rtentry of if_output
ozaki-r
2016-04-26
Stop using rt_gwroute completely
ozaki-r
2016-04-26
Stop using rt_gwroute on packet sending paths
ozaki-r
[next]