summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTUume2004-02-241-1/+3
* Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6cperciva2004-02-241-1/+2
* - call ip6_output() instead of nd6_output() when ipsec tunnelume2004-02-191-3/+21
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-173-57/+20
* correct function name in comment.ume2004-02-161-18/+18
* nuke unused functions.ume2004-02-163-53/+0
* we don't need to include ipsec.h.ume2004-02-161-8/+0
* - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future.ume2004-02-131-38/+42
* supported IPV6_RECVPATHMTU socket option.ume2004-02-135-6/+68
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+2
* fix build with FAST_IPSEC.ume2004-02-091-2/+1
* - obey ip6po_minmtu.ume2004-02-081-3/+30
* KNFume2004-02-041-8/+7
* pass pcb rather than so. it is expected that per socket policyume2004-02-039-133/+76
* protect access to ifnet structure with mutex.ume2004-01-281-0/+2
* call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().ume2004-01-131-0/+7
* correct spellingume2004-01-131-7/+7
* fix potential 'cannot-happen' memory leakume2004-01-131-1/+4
* try rtinit() only when the route is not installed.ume2004-01-101-2/+5
* Don't execute the code in in6_ifdetach() that removes the link-localtruckman2004-01-101-7/+9
* in set{peer, sock}addr, do not convert the unspecifiedume2004-01-101-2/+2
* When calculating the sequence number to use in an ip6fw reset, remember todwmalone2003-12-251-0/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) wasume2003-12-231-2/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-233-5/+5
* fixed a bug that IPv6 routing header does not work properly if specified from...suz2003-12-221-1/+1
* fixed an IPv6 path MTU discovery failure owing to a lack of initializationsuz2003-12-171-1/+1
* validate the argument for multicast routing socket optionsume2003-12-101-27/+38
* - changed the logic in nd6_is_addr_neighbor(); check on-link prefixesume2003-12-081-17/+23
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-262-2/+2
* pktopt may be null.ume2003-11-241-0/+3
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-6/+3
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-206-81/+79
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-204-19/+7
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-182-2/+2
* correct to look right interface.ume2003-11-171-1/+1
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasume2003-11-154-20/+14
* oops, correct wrong change in previous commit.ume2003-11-151-1/+0
* increase AH_MAXSUMSIZE for hmac-sha2-512ume2003-11-151-1/+2
* preparation for 64bit sequence number.ume2003-11-151-1/+1
* fixed a bug comparing sav->key_auth and SADB_AALG_NONE.ume2003-11-151-1/+1
* reflect ip6_pktopts and ip6_moptions into embeded scope ofume2003-11-121-3/+17
* cleanup rijndael API.ume2003-11-111-32/+12
* enable aes-xcbc-mac and aes-ctr, again.ume2003-11-103-9/+1
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-084-7/+7
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+2
* nuke obsoleted ipsec_gethist(). it just did panic to notify userume2003-11-072-10/+0
* correct behavior when ipv6mr_interface is 0. Matthias Drochnerume2003-11-061-4/+4
* byebye in6_ifawithscope(). it was a function for old sourceume2003-11-052-283/+0
* make sure to treat destrination address as KAME internal formume2003-11-051-29/+8
* source address selection part of RFC3484.ume2003-11-045-110/+569
OpenPOWER on IntegriCloud