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
/
netinet6
Age
Commit message (
Expand
)
Author
2023-03-29
use carp mac address when replying to neighbor solicitations referring
kardel
2023-03-22
in6: make sure a user-specified checksum field is within a packet
ozaki-r
2023-03-20
in6: reject setting negative values but -1 via setsockopt(IPV6_CHECKSUM)
ozaki-r
2023-01-27
ipsec: remove unnecessary splsoftnet
ozaki-r
2022-12-22
Fix typo in comment (s/mut be/msut be/). No functional change.
msaitoh
2022-12-07
gif(4), ipsec(4) and l2tp(4) use encap_attach_addr().
knakahara
2022-11-04
inpcb: get rid of parentheses for return value
ozaki-r
2022-11-04
inpcb: use in_port_t for port numbers
ozaki-r
2022-11-04
inpcb: rename functions to in6pcb_*
ozaki-r
2022-11-04
inpcb: rename functions to inpcb_*
ozaki-r
2022-10-28
Adjust dccp and sctp for struct inpcb separation
ozaki-r
2022-10-28
inpcb: separate inpcb again to reduce the size of PCB for IPv4
ozaki-r
2022-10-28
Adjust pf, wg, dccp and sctp for struct inpcb integration
ozaki-r
2022-10-28
inpcb: integrate data structures of PCB into one
ozaki-r
2022-10-24
Clear saved_flags to avoid compile error on some archs.
msaitoh
2022-10-24
Fix PR kern/57037
knakahara
2022-10-21
frag6: don't use spin mutex for frag6_lock
ozaki-r
2022-10-14
Avoid error of "-Wreturn-local-addr", and simplify the logic.
ryo
2022-09-20
Remove routes on an address removal if the routes referencing to the address....
knakahara
2022-09-03
Garbage-collect everything related to struct domain::dom_ifqueues
thorpej
2022-09-02
pktqueue: Re-factor sysctl handling.
thorpej
2022-09-01
nd6: Take ifnet psref around cprng_fast in nd6_slowtimo.
riastradh
2022-08-29
Add sysctl entry to control to send routing message for RTM_DYNAMIC.
knakahara
2022-08-22
Add sysctl entry to enable/disable to use path MTU discovery for icmpv6 refle...
knakahara
2022-08-07
Remove extra whitespaces added by an ancient stupid script.
tsutsui
2022-07-29
Remove obsoleted comments.
knakahara
2022-06-15
in6p_hash isn't used, either.
knakahara
2022-06-09
refactor: use TAILQ_FOREACH instead of TAILQ_FOREACH_SAFE about inpt_queue.
knakahara
2022-05-28
fix various typos, mainly in comments.
andvar
2022-02-23
fix various typos in comments, mainly immediatly/immediately/,
andvar
2021-12-31
s/quetion/question/
andvar
2021-12-05
s/existance/existence/ in comment.
msaitoh
2021-12-05
s/multple/multiple/ in comment.
msaitoh
2021-09-21
don't opencode kauth_cred_get()
christos
2021-08-17
fix multiplei repetitive typos in comments, messages and documentation. mainl...
andvar
2021-08-17
nd6: prevent ln from being freed while releasing held packets
ozaki-r
2021-08-10
PR kern/56348
kardel
2021-08-02
fix various typos in comments and log messages.
andvar
2021-07-31
fix typos in comments
andvar
2021-05-17
Add a new link-aggregation pseudo interface named lagg(4)
yamaguchi
2021-03-11
flowlabel will never return anything other than 1 or 0.
ryo
2021-03-10
byte-flipping a random number is not very useful.
christos
2021-03-08
no need for ip6_id.c...
christos
2021-03-07
Amend missed messages:
christos
2021-03-07
netinet/netinet6: Add necessary includes to make these standalone.
christos
2021-03-07
netinet6: Mark randomid unused.
christos
2021-02-19
- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more
christos
2021-02-17
- pass the alignment instead of the mask (as Roy asked and to match the
christos
2021-02-15
Fix the build.
martin
2021-02-14
- centralize header align and pullup into a single inline function
christos
[next]