| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-12 | implement net.inet6.ifq | itojun |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-14 | fix endian bug in fragment header scanning. | itojun |
| 2003-09-06 | randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-30 | avoid ICMPv6 redirect if the packet filter rewrite dst addr to an address | itojun |
| 2003-05-14 | KNF | itojun |
| 2003-05-14 | do not use m_pulldown() to parse intermediate extension headers (like routing). | itojun |
| 2003-05-14 | always use PULLDOWN_TEST codepath. | itojun |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-11 | correct signedness mixup in pointer passing. 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 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | itojun |
| 2002-05-28 | use arc4random() where possible. | itojun |
| 2002-05-28 | limit number of IPv6 fragments (not the fragment queue size) to | itojun |
| 2002-05-12 | Spelling fixes, from Sergey Svishchev in kern/16650. | wiz |
| 2001-12-22 | make it compile even if NGIF=0 | itojun |
| 2001-12-21 | move in6_gif_hlim decl to in6_gif.c. sync with kame | itojun |
| 2001-12-18 | reduce white space/cosmetic diffs w/kame. | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-02 | check offset overrun in ip6_nexthdr. | itojun |
| 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-16 | more whitespace/comment sync with kame | itojun |
| 2001-10-15 | implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt. | itojun |
| 2001-08-06 | cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, | itojun |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-03-30 | enable FAKE_LOOPBACK_IF case by default. | itojun |
| 2001-03-21 | do not inject packets to ipfilter, if the packet went through IPsec tunnel. | itojun |
| 2001-03-16 | drop packets with link-local addresses, | itojun |
| 2001-03-01 | make sure to enforce inbound ipsec policy checking, for any protocols on top | itojun |
| 2001-02-24 | C requires that labels be followed by statements. | cgd |
| 2001-02-10 | to sync with kame better, (1) remove register declaration for variables, | itojun |
| 2001-02-07 | during ip6/icmp6 inbound packet processing, do not call log() nor printf() in | itojun |
| 2000-12-28 | Back out the sledgehammer damage applied by wiz while I was out for | thorpej |
| 2000-12-25 | Back out previous change. It causes NAT to fail, and was CLEARLY | wiz |
| 2000-12-22 | Slight adjustment to how pfil_head's are registered. Instead of a | thorpej |
| 2000-12-14 | Add ALTQ glue. XXX Temporary until ALTQ is changed to use a pfil hook. | thorpej |
| 2000-11-11 | Restructure the PFIL_HOOKS mechanism a bit: | thorpej |
| 2000-10-23 | make IFA_STATS really work on IPv6. | itojun |
| 2000-08-31 | add missing \n on log(). sync with kame | itojun |
| 2000-08-26 | implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable. | itojun |
| 2000-07-06 | - do not use bitfield for router renumbering header. | itojun |
| 2000-07-02 | drop packet to tentative/duplicated interface address earlier. sync w/kame | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-13 | do not use cached route if the route becomes !RTF_UP. | itojun |
| 2000-05-19 | correct manipulation of link-local scoped address on loopback. | itojun |