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
/
udp6_usrreq.c
Age
Commit message (
Expand
)
Author
2022-11-04
inpcb: rename functions to in6pcb_*
ozaki-r
2022-11-04
inpcb: rename functions to inpcb_*
ozaki-r
2022-10-28
inpcb: separate inpcb again to reduce the size of PCB for IPv4
ozaki-r
2022-10-28
inpcb: integrate data structures of PCB into one
ozaki-r
2021-02-19
- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more
christos
2021-02-14
- centralize header align and pullup into a single inline function
christos
2020-08-20
[ozaki-r] Changes to the kernel core for wireguard
riastradh
2019-02-25
Fix the order in udp6_attach: soreserve should be called before
maxv
2019-01-28
Fix memory leaks pointed out by Ilja Van Sprundel: all
martin
2018-12-27
Remove unused arguments.
maxv
2018-11-22
Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ.
knakahara
2018-11-06
Restore the length check of a sockaddr passed from userland at udp6_output
ozaki-r
2018-11-04
Fix error path in ip6 source address selection.
mlelstv
2018-04-28
Remove unused ipsec_var.h includes.
maxv
2018-04-18
Remove misleading comments.
maxv
2018-04-12
Remove misleading comment; we're just checking the SP, not verifying the
maxv
2018-03-19
socket: report receive buffer overflows
roy
2018-02-28
Remove unused ipsec_private.h includes.
maxv
2018-02-28
Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_reject
maxv
2018-02-26
Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject.
maxv
2018-02-08
Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. They
maxv
2018-02-08
pr_send can be given a NULL lwp. It looks like the
maxv
2018-02-08
Move udp6_output() into udp6_usrreq.c, and remove udp6_output.c. This is
maxv
2018-02-08
Style, no functional change.
maxv
2017-07-06
Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single
christos
2017-04-20
Remove unnecessary NULL checks for inp_socket and in6p_socket
ozaki-r
2017-04-20
Simplify logic of udp4_sendup and udp6_sendup
ozaki-r
2017-01-24
Tweak softnet_lock and NET_MPSAFE
ozaki-r
2016-11-18
fix: "ifconfig destory" can stalls when "ifconfig" is done parallel.
knakahara
2016-11-15
Enforce alignment requirements that are violated in some cases.
mlelstv
2016-07-15
Use sin6tosa and sin6tocsa macros
ozaki-r
2016-06-10
Avoid storing a pointer of an interface in a mbuf
ozaki-r
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-05-02
make connect syscall use sockaddr_big and modify pr_{send,connect}
rtr
2015-04-26
remove pr_generic from struct pr_usrreqs and all implementations of
rtr
2015-04-24
make accept, getsockname and getpeername syscalls use sockaddr_big and modify
rtr
2015-04-03
* change pr_bind to accept struct sockaddr * instead of struct mbuf *
rtr
2015-03-30
Tidy up opt_ipsec.h inclusions
ozaki-r
2014-08-09
split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
rtr
2014-08-08
split PRU_RCVD function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
split PRU_SEND function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
revert the removal of struct lwp * parameter from bind, listen and connect
rtr
2014-07-31
split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of
rtr
2014-07-30
split PRU_CONNECT function out of pr_generic() usrreq switches and put
rtr
2014-07-24
split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq
rtr
2014-07-23
split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq
rtr
2014-07-09
* split PRU_ACCEPT function out of pr_generic() usrreq switches and put
rtr
2014-07-09
* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()
rtr
2014-07-07
* sprinkle KASSERT(solocked(so)); in all pr_stat() functions.
rtr
[next]