summaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* MFC: Make ip6fw reset work for TCP packets with SYN set.David Malone2004-01-091-0/+2
* MFC Rev 1.71SUZUKI Shinsuke2003-12-221-1/+1
* Split the "inp" mutex class into separate classes for each of divert,Sam Leffler2003-11-262-2/+2
* pktopt may be null.Hajimu UMEMOTO2003-11-241-0/+3
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-6/+3
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-206-80/+78
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-204-19/+7
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-182-2/+2
* correct to look right interface.Hajimu UMEMOTO2003-11-171-1/+1
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasHajimu UMEMOTO2003-11-154-20/+14
* oops, correct wrong change in previous commit.Hajimu UMEMOTO2003-11-151-1/+0
* increase AH_MAXSUMSIZE for hmac-sha2-512Hajimu UMEMOTO2003-11-151-1/+2
* preparation for 64bit sequence number.Hajimu UMEMOTO2003-11-151-1/+1
* fixed a bug comparing sav->key_auth and SADB_AALG_NONE.Hajimu UMEMOTO2003-11-151-1/+1
* reflect ip6_pktopts and ip6_moptions into embeded scope ofHajimu UMEMOTO2003-11-121-3/+17
* cleanup rijndael API.Hajimu UMEMOTO2003-11-111-32/+12
* enable aes-xcbc-mac and aes-ctr, again.Hajimu UMEMOTO2003-11-103-9/+1
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-084-7/+7
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+2
* nuke obsoleted ipsec_gethist(). it just did panic to notify userHajimu UMEMOTO2003-11-072-10/+0
* correct behavior when ipv6mr_interface is 0. Matthias DrochnerHajimu UMEMOTO2003-11-061-4/+4
* byebye in6_ifawithscope(). it was a function for old sourceHajimu UMEMOTO2003-11-052-283/+0
* make sure to treat destrination address as KAME internal formHajimu UMEMOTO2003-11-051-29/+8
* source address selection part of RFC3484.Hajimu UMEMOTO2003-11-045-109/+568
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-0411-528/+847
* use nd6log().Hajimu UMEMOTO2003-11-041-30/+24
* - update comments to refrect recent BSDs.Hajimu UMEMOTO2003-11-041-1/+2
* rename variables.Hajimu UMEMOTO2003-11-022-12/+12
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-313-11/+15
* correct stat to increment.Hajimu UMEMOTO2003-10-311-1/+1
* do not insert a dest option header (even specified by a user) thatHajimu UMEMOTO2003-10-311-1/+13
* (icmp6_rip6_input) if the received data is small enough but in anHajimu UMEMOTO2003-10-311-2/+46
* rename MLD6_* to MLD_*.Hajimu UMEMOTO2003-10-312-17/+18
* use arc4random.Hajimu UMEMOTO2003-10-314-9/+6
* initialize in6_tmpaddrtimer_ch.Hajimu UMEMOTO2003-10-311-0/+1
* nuku unused functions in6_nigroup_attach() andHajimu UMEMOTO2003-10-312-61/+0
* Overhaul routing table entry cleanup by introducing a new rtexpungeSam Leffler2003-10-303-28/+14
* use a local variable to avoid holding a lock across a call out of viewSam Leffler2003-10-301-4/+6
* - unlock on error.Hajimu UMEMOTO2003-10-301-4/+10
* add management part of address selection policy described inHajimu UMEMOTO2003-10-305-0/+227
* correct LOR by using a local variable to hold resultSam Leffler2003-10-291-3/+5
* add ECN support in layer-3.Hajimu UMEMOTO2003-10-295-19/+56
* ip6_savecontrol() argument is redundantHajimu UMEMOTO2003-10-295-14/+11
* hide m_tag, again.Hajimu UMEMOTO2003-10-293-38/+21
* make sure to accept only IPv6 packet.Hajimu UMEMOTO2003-10-281-0/+3
* cleanup use of m_tag.Hajimu UMEMOTO2003-10-285-77/+69
* M_DONTWAIT was passed into malloc().Hajimu UMEMOTO2003-10-271-2/+2
* re-add wrongly disappered IPV6_CHECKSUM stuff by introducingHajimu UMEMOTO2003-10-263-0/+83
* drop unused defines.Hajimu UMEMOTO2003-10-261-4/+0
* drop unused fields.Hajimu UMEMOTO2003-10-261-6/+1