aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.52: in icmp6_mtudisc_update(), use ND link mtu to detectHajimu UMEMOTO2004-03-281-7/+13
* MFC 1.62 (partly), 1.77 (partly):Hajimu UMEMOTO2004-03-281-75/+164
* MFC 1.45: missing splx().Hajimu UMEMOTO2004-03-281-1/+3
* MFC: Import of TCP-MD5 (RFC2385) support.Bruce M Simpson2004-02-141-0/+2
* MFC 1.41: try rtinit() only when the route is not installed.Hajimu UMEMOTO2004-01-171-2/+5
* MFC 1.46: in set{peer, sock}addr, do not convert the unspecifiedHajimu UMEMOTO2004-01-131-2/+2
* MFC: Fix ip6fw reset so it works on TCP packets with SYN set.David Malone2004-01-081-0/+2
* MFC 1.26: validate the argument for multicast routing socket optionsHajimu UMEMOTO2004-01-011-27/+38
* MFC 1.11: fixed a bug comparing sav->key_auth and SADB_AALG_NONE.Hajimu UMEMOTO2003-11-281-1/+1
* MFC 1.23: correct stat to increment.Hajimu UMEMOTO2003-11-281-1/+1
* MFC 1.67: correct behavior when ipv6mr_interface is 0.Hajimu UMEMOTO2003-11-061-4/+4
* MFC: The knobs controlling ipfw2 and ip6fw were not protected when runningBruce M Simpson2003-10-011-3/+3
* MFC: introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfoHajimu UMEMOTO2003-08-123-1/+14
* MFC 1.25, 1.26: ip6fw does not handle ESP correctlyHajimu UMEMOTO2003-08-031-3/+1
* MFC: panic() doesn't need \nSUZUKI Shinsuke2003-05-066-51/+51
* MFC rev 1.7: sync with the latest KAME (just a cosmetic change)SUZUKI Shinsuke2003-04-291-2/+2
* MFC 1.15: made sure to keep the current stored lifetime when it wasHajimu UMEMOTO2003-04-051-3/+9
* 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