| Age | Commit message (Expand) | Author |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-05 | Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). | rpaulo |
| 2006-01-21 | Better support of IPv6 scoped addresses. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-15 | Pass the current process structure to in_pcbconnect() so that it can | dsl |
| 2005-08-28 | Implement net.inet6.udp6.stats. | rpaulo |
| 2005-08-10 | move {tcp,udp}_do_loopback_cksum back to tcp/udp | yamt |
| 2005-05-29 | - avoid shadowed variables | christos |
| 2005-03-11 | Revert the change that made kern.file2 and net.*.*.pcblist into nodes | atatat |
| 2005-03-10 | Change types of kern.file2 and net.*.*.pcblist to NODE | atatat |
| 2005-03-09 | Add the following nodes to the sysctl tree: | atatat |
| 2004-12-15 | Don't perform checksums on loopback interfaces. They can be reenabled with | thorpej |
| 2004-05-25 | Sysctl descriptions under net subtree (net.key not done) | atatat |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 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 |