aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:JINMEI Tatuya2007-05-251-6/+28
* MFC of coverity fixes against IPv6.George V. Neville-Neil2005-12-231-2/+4
* MFC 1.60: ignores ICMPv6 code field in case of ICMPv6 Packet-Too-BigSUZUKI Shinsuke2005-03-081-2/+0
* MFC 1.58, 1.59:Hajimu UMEMOTO2005-03-011-6/+8
* Merge icmp6.c:1.56-1.57 from HEAD to RELENG_5:Robert Watson2005-02-211-5/+14
* MFC: /*- and related license changesWarner Losh2005-01-311-2/+2
* MFC 1.55: we don't need to make fake sockaddr_in6 to compare subjectHajimu UMEMOTO2005-01-281-13/+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-21/+9
* 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-39/+33
* - fix typo in comment.Hajimu UMEMOTO2003-10-071-168/+169
* 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
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-18/+18
* M_MOVE_PKTHDR must happen before any cluster is attachedSam Leffler2003-02-181-2/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-18/+18
* correct pkthdr length calculation for ipv6 echo packets; after moving a packetSam Leffler2003-01-051-3/+6
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-4/+13
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-2/+8
* define HAVE_PPSRATECHECK now that we have this stuff in the kernelSam Leffler2002-12-201-0/+1
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-0/+6
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-11/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-8/+2
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-2/+8
* Revised MLD-related definitionsHajimu UMEMOTO2002-05-061-8/+8
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-10/+13
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-19/+20
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-191-2/+0
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-8/+1
* use TAILQ_FOREACH() in searching address listHajimu UMEMOTO2001-07-031-2/+1
* on icmp6 node information query (FQDN), do not return hostnames withHajimu UMEMOTO2001-06-241-2/+6
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-391/+648
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-3/+1