| #
dcde2454
|
| 05-Jan-2024 |
Ho-Kun Lin <s110062126@m110.nthu.edu.tw> |
Grammar fix in share/doc/IPv6/IMPLEMENTATION
Event: Advanced UNIX Programming Course (Fall’23) at NTHU Pull Request: https://github.com/freebsd/freebsd-src/pull/1003
|
| #
05248206
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line bare tag
Remove /^\s*\$FreeBSD\$$\n/
|
| #
1f9aaf18
|
| 05-Feb-2022 |
Wolfram Schneider <wosch@FreeBSD.org> |
update external URL
|
| #
b141dd5d
|
| 15-Nov-2019 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Remove now unused IPv6 macros and update docs.
After r354748-354750 all uses of the IP6_EXTHDR_CHECK() and IP6_EXTHDR_GET() macros are gone from the kernel. IP6_EXTHDR_GET0() was unused. Remove th
Remove now unused IPv6 macros and update docs.
After r354748-354750 all uses of the IP6_EXTHDR_CHECK() and IP6_EXTHDR_GET() macros are gone from the kernel. IP6_EXTHDR_GET0() was unused. Remove the macros and update the documentation.
Sponsored by: Netflix
show more ...
|
| #
dcde2454
|
| 05-Jan-2024 |
Ho-Kun Lin <s110062126@m110.nthu.edu.tw> |
Grammar fix in share/doc/IPv6/IMPLEMENTATION
Event: Advanced UNIX Programming Course (Fall’23) at NTHU Pull Request: https://github.com/freebsd/freebsd-src/pull/1003
|
| #
05248206
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line bare tag
Remove /^\s*\$FreeBSD\$$\n/
|
| #
1f9aaf18
|
| 05-Feb-2022 |
Wolfram Schneider <wosch@FreeBSD.org> |
update external URL
|
| #
b141dd5d
|
| 15-Nov-2019 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Remove now unused IPv6 macros and update docs.
After r354748-354750 all uses of the IP6_EXTHDR_CHECK() and IP6_EXTHDR_GET() macros are gone from the kernel. IP6_EXTHDR_GET0() was unused. Remove th
Remove now unused IPv6 macros and update docs.
After r354748-354750 all uses of the IP6_EXTHDR_CHECK() and IP6_EXTHDR_GET() macros are gone from the kernel. IP6_EXTHDR_GET0() was unused. Remove the macros and update the documentation.
Sponsored by: Netflix
show more ...
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
80dbff4e
|
| 04-Jan-2012 |
Sean Bruno <sbruno@FreeBSD.org> |
IFC to head to catch up the bhyve branch
Approved by: grehan@
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
80dbff4e
|
| 04-Jan-2012 |
Sean Bruno <sbruno@FreeBSD.org> |
IFC to head to catch up the bhyve branch
Approved by: grehan@
|
| #
93b03d5d
|
| 30-Dec-2011 |
Ulrich Spörlein <uqs@FreeBSD.org> |
Spelling fixes for share/
|
| #
2ea36b5d
|
| 12-Nov-2006 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Remove some comments about NetBSD. This in on FreeBSD and we do not want to confuse people at the very beginning. Sync TOC/paragraph numbers in the text.
Requested by: Benedikt Stockebrand during hi
Remove some comments about NetBSD. This in on FreeBSD and we do not want to confuse people at the very beginning. Sync TOC/paragraph numbers in the text.
Requested by: Benedikt Stockebrand during his talk at EuroBSDCon 2006 Reviewed by: gnn
show more ...
|
| #
743eee66
|
| 21-Oct-2005 |
SUZUKI Shinsuke <suz@FreeBSD.org> |
sync with KAME regarding NDP
- introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners - supports Router-Preference <draft-ietf-ipv6-router-selection-07.txt> - better prefix lif
sync with KAME regarding NDP
- introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners - supports Router-Preference <draft-ietf-ipv6-router-selection-07.txt> - better prefix lifetime management - more spec-comformant DAD advertisement - updated RFC/internet-draft revisions
Obtained from: KAME Reviewed by: ume, gnn MFC after: 2 month
show more ...
|
| #
1f320556
|
| 25-Jul-2005 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
reflect scope change.
Obtained from: KAME
|
| #
f88fe57e
|
| 05-Nov-2003 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
- refrect recent changes. - add table of contents. - add section 4.8 - Operations with IPsec tunnel mode. - add section 9 - Policy on technology with intellectual property right restriction - more
- refrect recent changes. - add table of contents. - add section 4.8 - Operations with IPsec tunnel mode. - add section 9 - Policy on technology with intellectual property right restriction - more about KAME's codeing style.
Obtained from: KAME
show more ...
|
| #
b42ac57f
|
| 13-Oct-2003 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
- support AES counter mode for ESP. - use size_t as return type of schedlen(), as there's no error check needed. - clear key schedule buffer before freeing.
Obtained from: KAME
|
| #
492528c0
|
| 12-Oct-2003 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
- RIPEMD160 support - pass size arg to ah->result (avoid assuming result buffer size)
Obtained from: KAME
|
| #
9d5abbdd
|
| 01-Jan-2003 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files.
|
| #
33841545
|
| 11-Jun-2001 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Sync with recent KAME. This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge.
TODO:
Sync with recent KAME. This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge.
TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT.
Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
show more ...
|
| #
8f336835
|
| 04-Jul-2000 |
Jun-ichiro itojun Hagino <itojun@FreeBSD.org> |
sync with recent IMPLEMENTATION note from kame.
|
| #
80d21dc4
|
| 26-Feb-2000 |
Yoshinobu Inoue <shin@FreeBSD.org> |
Add IPv6 related docs.
Reviewed by: phantom
|
| #
dcde2454
|
| 05-Jan-2024 |
Ho-Kun Lin <s110062126@m110.nthu.edu.tw> |
Grammar fix in share/doc/IPv6/IMPLEMENTATION
Event: Advanced UNIX Programming Course (Fall’23) at NTHU Pull Request: https://github.com/freebsd/freebsd-src/pull/1003
|
| #
05248206
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line bare tag
Remove /^\s*\$FreeBSD\$$\n/
|