| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-10-25 | fix uninitialized variables | christos |
| 2003-09-06 | clarify flowlabel handling | itojun |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | itojun |
| 2003-08-22 | no need for opt_ipsec.h any longer | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-05-12 | Eliminate commons. | matt |
| 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-24 | remove unused codepath (unifdef -UUDP6) | itojun |
| 2001-10-18 | reduce diffs with kame (mostly cosmetic). | itojun |
| 2001-10-15 | implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt. | itojun |
| 2001-07-25 | allocate ipsec policy buffer attached to pcb in in*_pcballoc, before | itojun |
| 2001-07-03 | call in{,6}_pcbpurgeif0() before in{,6}_purgeif(). | itojun |
| 2001-05-27 | remove debug printfs, which can be too noisy. sync with kame. | itojun |
| 2001-05-24 | call icmp6_mtudisc_update(foo, 0) even if ICMPv6 messages are very short. | itojun |
| 2001-05-08 | correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix() | itojun |
| 2001-02-11 | pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery | itojun |
| 2001-02-10 | to sync with kame better, (1) remove register declaration for variables, | itojun |
| 2001-02-08 | move udp6_output() to separate file. (sync better with kame) | itojun |
| 2001-01-24 | - record IPsec packet history into m_aux structure. | itojun |
| 2000-12-09 | update icmp6 too big validation. the change is necessary since pmtud is | itojun |
| 2000-11-06 | fix IPv4 TTL selection with AF_INET6 API. sync with kame. From: jdc | itojun |
| 2000-10-19 | validate ICMPv6 too big message. | itojun |
| 2000-10-13 | validate mbuf chain length on *_ctlinput. remote node may be able to | itojun |
| 2000-07-07 | sync with kame. | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-08 | make sure not to overwrite sockaddr on PRU_SEND/PRU_CONNECT to | itojun |
| 2000-06-05 | pass struct proc * down to udp6_output and in6_pcbbind. | itojun |
| 2000-05-22 | make net.inet6.udp6.* sysctl name meet with IPv4 counterpart. | itojun |
| 2000-04-17 | fix endian issue in filling in interface id. | itojun |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-28 | make ICMPv6 redirect actually flush route cache in udp6/raw6 socket. | itojun |
| 2000-02-25 | remove extra NULL check | itojun |
| 2000-02-06 | fix include pathname for better rfc2292 compliance. | itojun |
| 2000-02-06 | don't chase mbuf pointer when it is NULL. | itojun |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 2000-01-31 | destination port == 0 is illegal based on RFC768. | itojun |
| 2000-01-06 | remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec | itojun |
| 1999-12-22 | drop IPv6 packets with v4 mapped address on src/dst. they are illegal | itojun |
| 1999-12-15 | do not overwrite traffic class field when we write IPv6 version field. | itojun |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-09-13 | - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH. | itojun |
| 1999-08-25 | ctlinput handling must look at ip6_src, not ip6_dst. | itojun |