summaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.c
AgeCommit message (Expand)Author
2003-12-17Fix ICMPV6CTL_ND6_[DP]RLIST, they broke with new sysctl.lha
2003-12-04Dynamic sysctl.atatat
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-09-04revamp inpcb/in6pcb so that they are more aligned with each other.itojun
2003-08-25deref member in in6p directly, don't rely on existence of macroitojun
2003-08-22remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.itojun
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-22Replace the set_socket() method of passing an extra struct socket*jonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-06m_cat may free mbuf on 2nd arg, so m_pkthdr manipulation has to happenitojun
2003-06-24remove unneeded checks of accept_rtadv. from kameitojun
2003-06-24use time.tv_sec directlyitojun
2003-06-06- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun
2003-06-03remove assumption on redirect header option processing. from kameitojun
2003-05-14always use PULLDOWN_TEST codepath.itojun
2003-03-31avoid mbuf leak in redirect header option attachment. more completeitojun
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-07-30no need to check NULL mbuf, as we touch it already.itojun
2002-07-10correct ping6 -w result wth hostname with [A-Z]. PR 17540. sync w/kameitojun
2002-06-30Changes to allow the IPv4 and IPv6 layers to align headers themseves,thorpej
2002-06-09whitespace cleanupitojun
2002-06-08whitespace cleanupitojun
2002-05-31do not mistakenly lock PMTUD route entry with RTV_MTU.itojun
2002-05-29make this compile again.christos
2002-05-29correct rmx_mtu value after PMTUD entry timeout (should be set to 0)itojun
2002-05-24extra blank lineitojun
2002-05-24make a strict check before sending FQDN node information reply. sync w/kameitojun
2002-03-05on redirect output, always try to attach target link layer address option.itojun
2001-12-21whitespace/costmetic sync w/kameitojun
2001-12-20centralize multicast group management (in6_join/leavegroup).itojun
2001-12-07correct timing to increment icmp6 MIB variables. sync with kameitojun
2001-11-13add RCSIDslukem
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-10-24more whitespace sync with kameitojun
2001-10-18simplify per-if stats.itojun
2001-10-15sync with kame.itojun
2001-06-22remove RFC1885 compatibility code in #ifdef COMPAT_RFC1885, for icmp6itojun
2001-06-01use default hoplimit when incoming interface is not given to icmp6_reflect.itojun
2001-05-08correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix()itojun
2001-04-04make sure rcvif is sane on call to icmp6_reflectitojun
2001-03-30enable FAKE_LOOPBACK_IF case by default.itojun
2001-03-21set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout.itojun
2001-03-08remove bogus rtfree. sync with kame. inspired by openbsd PR 1706.itojun
2001-03-01make sure to enforce inbound ipsec policy checking, for any protocols on topitojun
2001-02-11pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discoveryitojun
2001-02-11recover $NetBSD$ (removed by mistake)itojun
2001-02-10to sync with kame better, (1) remove register declaration for variables,itojun
2001-02-08implement upper limit to icmp6 redirects (experimental, turned off)itojun