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
/
netinet
Age
Commit message (
Expand
)
Author
2016-06-30
Tidy up goto lables
ozaki-r
2016-06-30
Fix error paths
ozaki-r
2016-06-30
Make sure that ifaddr is published after its initialization finished
ozaki-r
2016-06-28
Add missing NULL checks for m_get_rcvif_psref
ozaki-r
2016-06-23
Fix typo in a comment
ozaki-r
2016-06-21
Replace ifp of ip_moptions and ip6_moptions with if_index
ozaki-r
2016-06-20
fix: i386/ALL build failure
knakahara
2016-06-20
apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...
knakahara
2016-06-16
Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND
ozaki-r
2016-06-13
eliminate unnecessary splnet
knakahara
2016-06-13
MP-ify fastforward to support GATEWAY kernel option.
knakahara
2016-06-13
make ipflow_reap() static function.
knakahara
2016-06-13
remove unnecessary splnet before pool_{get,put}
knakahara
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-05-27
make hostzerobroadcast default to "no".
christos
2016-05-22
Use const for arguments to sctp_is_same_scope().
rjs
2016-05-22
Remove rtcache reference to route before freeing the containing struct.
rjs
2016-05-17
Get rid of unnecessary assignment
ozaki-r
2016-05-12
Protect ifnet list with psz and psref
ozaki-r
2016-05-09
Fix compilation for ppc
ozaki-r
2016-05-04
fix compilation for ppc.
christos
2016-04-28
Constify rtentry of if_output
ozaki-r
2016-04-26
Fix build when IPSEC enabled.
rjs
2016-04-26
Stop using rt_gwroute on packet sending paths
ozaki-r
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
2016-04-25
Fix build when IPSEC enabled.
rjs
2016-04-25
Check error of rt_setgate and rt_settag
ozaki-r
2016-04-19
Fix error path
ozaki-r
2016-04-19
Separate MPLS-related routines from ip_hresolv_output
ozaki-r
2016-04-19
Constify rtentry of arpresolve
ozaki-r
2016-04-18
Fix panic on receiving an ARP request
ozaki-r
2016-04-18
Get rid of meaningless RTF_UP check from ip_hresolv_output
ozaki-r
2016-04-14
Remove stray debug printf().
rjs
2016-04-13
ddb: rename show arptab to show routes
ozaki-r
2016-04-11
Sweep unncessary radix.h inclusions
ozaki-r
2016-04-07
- tidy up error messages
christos
2016-04-04
Separate nexthop caches from the routing table
ozaki-r
2016-04-03
Replace generic queue macros with IFNET/IFADDR macros.
mlelstv
2016-04-01
Remove unnecessary casts and do s/0/NULL/ for rtrequest
ozaki-r
2016-03-06
PR/50899: David Binderman: optimize memset
christos
2016-02-29
remove unnecessary declarations and fix KNF
knakahara
2016-02-26
To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_c...
knakahara
2016-02-25
Use callout_halt instead of callout_stop
ozaki-r
2016-02-15
Fix building of IPv4-Mapped IPv6 addresses.
rtr
2016-02-15
Reduce code duplication.
rtr
2016-02-14
remove duplicated #include of <netinet/in.h>
rtr
2016-02-09
Introduce softint-based if_input
ozaki-r
2016-01-26
eliminate variable argument in encapsw
knakahara
2016-01-26
implement encapsw instead of protosw and uniform prototype.
knakahara
[next]