aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* Space cleanupXin LI2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-65/+32
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-3/+3
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-9/+9
* - Disabled responding to NI queries from a global address by default asJINMEI Tatuya2007-05-171-6/+28
* In the ICMP6 path to handle FQDN 'who-are-you' queries, check that theBruce M Simpson2007-02-101-1/+1
* Avoid infinite loop if nicmp6 and nip6 are not on the same mbuf.Hajimu UMEMOTO2007-01-161-1/+2
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-9/+18
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-061-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitlyRobert Watson2006-07-231-4/+10
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-2/+2
* sync with KAME (don't respond to NI_QTYPE_IPV4ADDR)SUZUKI Shinsuke2005-10-191-0/+5
* sync with KAME in the following points:SUZUKI Shinsuke2005-10-191-1/+3
* - fix typo in comment.Hajimu UMEMOTO2005-08-121-3/+3
* removed RFC1885-related code. it was obsoleted by RFC2463, and theHajimu UMEMOTO2005-08-101-52/+0
* corrected the fourth argument to ni6_addrs().Hajimu UMEMOTO2005-08-091-7/+4
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-94/+95
* Fixes for various nits found by the Coverity tool.George V. Neville-Neil2005-05-151-2/+5
* Remove dead code which would never execute.George V. Neville-Neil2005-04-141-18/+18
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...SUZUKI Shinsuke2005-03-021-2/+0
* icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn callsHajimu UMEMOTO2005-02-271-4/+6
* fix typo.Hajimu UMEMOTO2005-02-271-2/+2
* Add missed merge of ripcbinfo extern. Given how widely usedRobert Watson2005-02-091-0/+1
* Lock raw IP socket pcb list and PCBs when processing input viaRobert Watson2005-02-081-5/+13
* we don't need to make fake sockaddr_in6 to compare subject address.Hajimu UMEMOTO2005-01-211-13/+2
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTUHajimu UMEMOTO2004-02-241-1/+3
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-031-8/+0
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-22/+10
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-201-4/+2
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-2/+9
* (icmp6_rip6_input) if the received data is small enough but in anHajimu UMEMOTO2003-10-311-2/+46
* ip6_savecontrol() argument is redundantHajimu UMEMOTO2003-10-291-2/+2
* cleanup use of m_tag.Hajimu UMEMOTO2003-10-281-31/+37
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-5/+36
* we have ppsratecheck().Hajimu UMEMOTO2003-10-221-74/+0
* drop the code of HAVE_NRL_INPCB part. our system doesn'tHajimu UMEMOTO2003-10-221-43/+0
* - change scope to zone.Hajimu UMEMOTO2003-10-211-31/+32
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-1/+1
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-101-8/+0
* indentHajimu UMEMOTO2003-10-071-1/+1
* style and indent. no functional change.Hajimu UMEMOTO2003-10-071-40/+34
* - fix typo in comment.Hajimu UMEMOTO2003-10-071-172/+173
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-20/+20
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-8/+6
* panic() doesn't need \nSUZUKI Shinsuke2003-04-291-1/+1
* Explicitly declare 'int' parameters.David E. O'Brien2003-04-211-1/+1
* fixed a mbuf leak when an IP packet from ESP tunnel is redirectedSUZUKI Shinsuke2003-03-291-0/+7