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