summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* sync with KAME regarding NDPsuz2005-10-211-2/+2
* sync with KAME (don't respond to NI_QTYPE_IPV4ADDR)suz2005-10-191-0/+5
* sync with KAME in the following points:suz2005-10-191-1/+3
* - fix typo in comment.ume2005-08-121-3/+3
* removed RFC1885-related code. it was obsoleted by RFC2463, and theume2005-08-101-52/+0
* corrected the fourth argument to ni6_addrs().ume2005-08-091-7/+4
* scope cleanup. with this changeume2005-07-251-94/+95
* Fixes for various nits found by the Coverity tool.gnn2005-05-151-2/+5
* Remove dead code which would never execute.gnn2005-04-141-18/+18
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...suz2005-03-021-2/+0
* icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn callsume2005-02-271-4/+6
* fix typo.ume2005-02-271-2/+2
* Add missed merge of ripcbinfo extern. Given how widely usedrwatson2005-02-091-0/+1
* Lock raw IP socket pcb list and PCBs when processing input viarwatson2005-02-081-5/+13
* we don't need to make fake sockaddr_in6 to compare subject address.ume2005-01-211-13/+2
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTUume2004-02-241-1/+3
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-8/+0
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-22/+10
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-4/+2
* - cleanup SP refcnt issue.ume2003-11-041-2/+9
* (icmp6_rip6_input) if the received data is small enough but in anume2003-10-311-2/+46
* ip6_savecontrol() argument is redundantume2003-10-291-2/+2
* cleanup use of m_tag.ume2003-10-281-31/+37
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-5/+36
* we have ppsratecheck().ume2003-10-221-74/+0
* drop the code of HAVE_NRL_INPCB part. our system doesn'tume2003-10-221-43/+0
* - change scope to zone.ume2003-10-211-31/+32
* - add dom_if{attach,detach} framework.ume2003-10-171-1/+1
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-8/+0
* indentume2003-10-071-1/+1
* style and indent. no functional change.ume2003-10-071-40/+34
* - fix typo in comment.ume2003-10-071-172/+173
* return(code) -> return (code)ume2003-10-061-20/+20
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-8/+6
* panic() doesn't need \nsuz2003-04-291-1/+1
* Explicitly declare 'int' parameters.obrien2003-04-211-1/+1
* fixed a mbuf leak when an IP packet from ESP tunnel is redirectedsuz2003-03-291-0/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-18/+18
* M_MOVE_PKTHDR must happen before any cluster is attachedsam2003-02-181-2/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-18/+18
* correct pkthdr length calculation for ipv6 echo packets; after moving a packetsam2003-01-051-3/+6
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-4/+13
* SMP locking for ifnet list.hsu2002-12-221-2/+8
* define HAVE_PPSRATECHECK now that we have this stuff in the kernelsam2002-12-201-0/+1
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+6
* Replace aux mbufs with packet tags:sam2002-10-161-11/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-8/+2
* Lock down a socket, milestone 1.tanimura2002-05-201-2/+8
OpenPOWER on IntegriCloud