NetBSD/sys/netinet6
kamil 4a75a43f8c Revert regression introduced in in6.h r. 1.95
----------------------------
revision 1.95
date: 2019-05-28 05:56:46 +0200;  author: kamil;  state: Exp;  lines: +2 -2;  commitid: YrUzDYl5zfcjiVoB;
Decorate struct in6_addr with the __packed attribute

This avoids undefined behavior when accessing misaligned pointers.

Detected by kUBSan.

Patch by Akul Pillai.
----------------------------

This change caused regression in at least qemu and addresses potential binary ABI breakage.

Fixes PR/54523 by <gson>
2019-09-05 20:17:27 +00:00
..
Makefile Remove netinet6/ipsec.h. 2018-09-06 19:07:13 +00:00
dccp6_usrreq.c Make it compile after change to non-variadic pr_input. 2018-09-15 13:33:15 +00:00
dccp6_var.h
dest6.c
files.netinet6
frag6.c
icmp6.c Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the 2018-12-22 14:07:53 +00:00
icmp6_private.h
in6.c rtsock: Route address message simplification 2019-04-29 11:57:22 +00:00
in6.h Revert regression introduced in in6.h r. 1.95 2019-09-05 20:17:27 +00:00
in6_cksum.c
in6_gif.c
in6_gif.h
in6_ifattach.c
in6_ifattach.h
in6_l2tp.c
in6_l2tp.h
in6_offload.c PR kern/53562 2018-12-12 01:40:20 +00:00
in6_offload.h add forward decl 2019-08-05 10:25:41 +00:00
in6_pcb.c Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock 2019-05-15 02:59:18 +00:00
in6_pcb.h Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00
in6_print.c
in6_proto.c
in6_src.c
in6_var.h
ip6_flow.c
ip6_forward.c Count packets dropped by pfil 2019-05-13 07:47:59 +00:00
ip6_id.c
ip6_input.c Count packets dropped by pfil 2019-05-13 07:47:59 +00:00
ip6_mroute.c Fix typo in comment (s/alreay/already/). 2019-07-24 02:38:29 +00:00
ip6_mroute.h
ip6_output.c Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock 2019-05-15 02:59:18 +00:00
ip6_private.h
ip6_var.h Count packets dropped by pfil 2019-05-13 07:47:59 +00:00
ip6protosw.h Fix typos in comment: 2019-03-19 13:38:53 +00:00
mld6.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
mld6_var.h
nd6.c inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWN 2019-09-01 19:26:21 +00:00
nd6.h inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWN 2019-09-01 19:26:21 +00:00
nd6_nbr.c inet6: Send RTM_MISS when we fail to resolve an address. 2019-09-01 18:54:38 +00:00
nd6_rtr.c rtsock: Route address message simplification 2019-04-29 11:57:22 +00:00
pim6.h
pim6_var.h
raw_ip6.c RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions. 2019-02-25 06:49:44 +00:00
raw_ip6.h
route6.c
scope6.c
scope6_var.h
sctp6_usrreq.c Split out the prototypes for add/delete address into a separate header file. 2019-06-25 15:33:55 +00:00
sctp6_var.h
udp6.h
udp6_private.h
udp6_usrreq.c Fix the order in udp6_attach: soreserve should be called before 2019-02-25 07:31:32 +00:00
udp6_var.h Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00