OpenGrok
Cross Reference: sctp_asconf.c
xref
: /
src
/
sys
/
netinet
/
sctp_asconf.c
Home
|
History
|
Annotate
|
Download
|
only in
netinet
History log of
/src/sys/netinet/sctp_asconf.c
Revision
Date
Author
Comments
1.14
11-Apr-2024
knakahara
Fix invalid IPv6 route when ipsecif(4) is deleted tunnel. Pointed out by ohishi@IIJ.
The pointed bug is fixed by modification in nd6_need_cache().
Others are similar bugs.
XXX pullup-9, 10
1.13
09-Feb-2024
andvar
fix spelling mistakes, mainly in comments and log messages.
1.12
25-Jun-2019
rjs
branches: 1.12.28;
Split out the prototypes for add/delete address into a separate header file.
1.11
28-Jun-2017
rjs
branches: 1.11.4; 1.11.8;
Put back some commented out code.
1.10
17-Jan-2017
ozaki-r
Fix build w/ SCTP and w/o SCTP_DEBUG
1.9
16-Jan-2017
christos
ip6_sprintf -> IN6_PRINT so that we pass the size.
1.8
16-Jan-2017
ryo
Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mpsafe.
Reviewed by ozaki-r@
1.7
15-Dec-2016
ozaki-r
branches: 1.7.2;
Restore nd6.h inclusion to resolve implicit dependency
1.6
13-Dec-2016
ozaki-r
Remove unnecessary inclusions of nd6.h
1.5
07-Jul-2016
ozaki-r
branches: 1.5.2;
Switch the address list of intefaces to pslist(9)
As usual, we leave the old list to avoid breaking kvm(3) users.
1.4
07-Jul-2016
ozaki-r
Use IFADDR_FOREACH instead of IFADDR_FOREACH_SAFE
No item is removed in the loop.
1.3
12-May-2016
ozaki-r
Protect ifnet list with psz and psref
The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).
Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
1.2
03-Apr-2016
mlelstv
Replace generic queue macros with IFNET/IFADDR macros.
1.1
13-Oct-2015
rjs
branches: 1.1.2;
Add core networking support for SCTP.
1.1.2.7
28-Aug-2017
skrll
Sync with HEAD
1.1.2.6
05-Feb-2017
skrll
Sync with HEAD
1.1.2.5
09-Jul-2016
skrll
Sync with HEAD
1.1.2.4
29-May-2016
skrll
Sync with HEAD
1.1.2.3
22-Apr-2016
skrll
Sync with HEAD
1.1.2.2
27-Dec-2015
skrll
Sync with HEAD (as of 26th Dec)
1.1.2.1
13-Oct-2015
skrll
file sctp_asconf.c was added on branch nick-nhusb on 2015-12-27 12:10:07 +0000
1.5.2.2
20-Mar-2017
pgoyette
Sync with HEAD
1.5.2.1
07-Jan-2017
pgoyette
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
1.7.2.1
21-Apr-2017
bouyer
Sync with HEAD
1.11.8.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.11.4.2
03-Dec-2017
jdolecek
update from HEAD
1.11.4.1
28-Jun-2017
jdolecek
file sctp_asconf.c was added on branch tls-maxphys on 2017-12-03 11:39:04 +0000
1.12.28.1
18-Apr-2024
martin
Pull up following revision(s) (requested by knakahara in ticket #659):
sys/netinet6/in6_ifattach.c: revision 1.122
sys/netinet/sctp_asconf.c: revision 1.14
sys/netinet6/nd6.c: revision 1.282
Fix invalid IPv6 route when ipsecif(4) is deleted tunnel. Pointed out by ohishi@IIJ.
The pointed bug is fixed by modification in nd6_need_cache().
Others are similar bugs.
Indexes created Sun Oct 19 02:09:48 GMT 2025