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
/
rtsock_shared.c
Age
Commit message (
Expand
)
Author
2020-06-26
Adjust prior to enforce minimum socket length includes sa_family
roy
2020-06-24
Ensure sockaddrs have valid lengths for RO_MISSFILTER.
roy
2020-03-13
Use the socket credentials that are established during the socket creation
christos
2020-03-12
move debugging code after the NULL check.
christos
2020-02-22
pass the address of the field, instead of relying on it being the first
maxv
2020-02-09
route(4): dst addr could be in a different mbuf for RO_MISSFILTER
roy
2020-02-08
route(4): add RO_MISSFILTER socket option
roy
2020-01-29
Do not reference ifp->if_data directly; use if_export_if_data().
thorpej
2019-10-14
Error out if the type is beyond the storage size. No functional change,
maxv
2019-08-19
Initialize dom_mowner for MBUFTRACE
ozaki-r
2019-05-03
Only initialize the NET_MPSAFE stuff once, for the non-compat version
pgoyette
2019-04-29
Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message.
roy
2019-04-29
rtsock: Route address message simplification
roy
2019-04-29
For the rtsock compat code, make sure we create the "oroute" sysctl
pgoyette
2019-04-10
Avoid a maybe-uninitialized warning by checking for an error return
thorpej
2019-03-01
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
pgoyette
2019-01-29
Normalize all the compat hooks' names to the form
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette