aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.28: M_MOVE_PKTHDR must happen before any cluster is attachedSam Leffler2003-02-181-2/+3
* MFC: Fast IPsecSam Leffler2003-01-248-4/+153
* MFC: m_tag supportSam Leffler2003-01-2314-242/+93
* MFC: "struct route" is not sufficient. NetBSD PR 18751Hajimu UMEMOTO2003-01-112-0/+2
* MFC: 1.17SUZUKI Shinsuke2002-12-181-1/+1
* MFC 1.43: plugged memory leakage in some erroneous casesHajimu UMEMOTO2002-11-081-5/+6
* MFC: last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-11-082-3/+2
* MFC: use encapcheck.Hajimu UMEMOTO2002-11-081-16/+0
* MFC:Hajimu UMEMOTO2002-11-082-28/+102
* MFC: When printing IPv6 addresses with a TCP/UDP port seperated by a colon,Juli Mallett2002-09-031-1/+1
* MFC 1.14: check packet length before fetching ESP crypto checksum.Hajimu UMEMOTO2002-08-251-0/+8
* MFC: cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,Hajimu UMEMOTO2002-08-082-4/+3
* MFC: fixed a bug that we can't send a packet to ipv4mapped ipv6 addressHajimu UMEMOTO2002-08-082-0/+6
* MFC 1.22: correct comment for setsockopt arg size.Hajimu UMEMOTO2002-08-011-3/+3
* MFC: do not refer to IN6P_BINDV6ONLY anymore.Hajimu UMEMOTO2002-07-291-7/+1
* MFC 1.13: fixed to make mbuf chain.Hajimu UMEMOTO2002-07-241-1/+1
* MFC: Revised MLD-related definitionsHajimu UMEMOTO2002-06-292-53/+54
* MFC 1.4: Recent zlib does not like Z_FLUSH at the end of inflate().Hajimu UMEMOTO2002-05-141-4/+7
* MFC:SUZUKI Shinsuke2002-04-2838-339/+375
* MFC 1.19: Correct timer management (deprecated) in nd6_timer.Hajimu UMEMOTO2002-04-271-2/+3
* MFC 1.16: In nd6_lookup(), check if rt_llinfo is non-NULL to avoidHajimu UMEMOTO2002-04-081-4/+9
* MFC 1.35: Fix cached route problem.Hajimu UMEMOTO2002-04-051-0/+1
* MFC 1.63: double m_free() - not critical. from niklas@openbsdHajimu UMEMOTO2002-04-041-3/+1
* MFC 1.3: 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>Hajimu UMEMOTO2002-04-011-1/+1
* MFC: Corrected arguments to key_allocsa called fromHajimu UMEMOTO2002-04-012-7/+11
* MFC:Hajimu UMEMOTO2002-03-261-14/+12
* MFC 1.15:Hajimu UMEMOTO2002-03-101-0/+21
* MFC 1.7:Hajimu UMEMOTO2002-02-261-1/+4
* MFC 1.20: Corrected an argument to in6_pcbnotify().Hajimu UMEMOTO2002-02-261-2/+3
* MFC:Ruslan Ermilov2001-12-203-8/+6
* MFC: 1.20: Fix for memory leak in in6_losing().Ruslan Ermilov2001-12-191-3/+2
* MFC: Make faith(4) interfaces (un)loadable and clonable.Brooks Davis2001-12-158-39/+11
* MFC: syncache support.Jonathan Lemon2001-12-141-1/+1
* MFC: fixed the cast128 calculation with a short cipher key length.Hajimu UMEMOTO2001-12-051-1/+2
* MFC: Fix fragmented packet handling.Munechika SUMIKAWA2001-11-201-2/+2
* MFC:Hajimu UMEMOTO2001-11-201-0/+8
* MFC 1.13: Fixed to process a IPv6 packet when ah transport after esp tunnelHajimu UMEMOTO2001-10-241-3/+42
* Add code to call ipfilter for ipv6 packet filtering. If ipfilter is enabledDarren Reed2001-10-153-8/+61
* MFC: Use syslog(3) interface for logging (1.12 and 1.13).Jun Kuriyama2001-10-031-45/+69
* MFC 1.9: Removed a wrong comment.Munechika SUMIKAWA2001-09-271-5/+0
* MFC: add missing "opt_inet6.h" header.Jonathan Lemon2001-08-311-0/+1
* MFC: removing network card, and kill aplication.Hajimu UMEMOTO2001-08-133-0/+47
* MFC rev 1.8: fix unaligned access on alpha.Hidetoshi Shimokawa2001-08-131-2/+2
* MFC 1.15: When global anycast address was assigned to lo0, wrong sourceHajimu UMEMOTO2001-08-061-3/+5
* MFC: move ipsec security policy allocation into in_pcballoc, beforeHajimu UMEMOTO2001-07-292-14/+0
* MFC: Interface cloning support. gif modularity and cloning.Brooks Davis2001-07-243-25/+0
* MFC 1.14: do not M_WAITOK in in6_update_ifa(), since this functionHajimu UMEMOTO2001-07-221-1/+6
* MFC: Add ``options RANDOM_IP_ID'' which randomizes the ID field of IPKris Kennaway2001-07-191-0/+4
* MFC 1.30: soopt_mcopyout() frees mbuf if error occurs, and DOES NOTHajimu UMEMOTO2001-07-151-2/+6
* MFC 1.12: When the link-layer address of a router changes, select theHajimu UMEMOTO2001-07-111-0/+18