| Age | Commit message (Expand) | Author |
| 1999-12-29 | Fix a panic which was mentioned on the ipfilter mailing list. | veego |
| 1999-12-28 | update ipfilter code to 3.3.6 | darrenr |
| 1999-12-22 | drop IPv6 packets with v4 mapped address on src/dst. they are illegal | itojun |
| 1999-12-20 | avoid shared cluster mbuf overwrite on multicast packet loopback. | itojun |
| 1999-12-15 | do not overwrite traffic class field when we write IPv6 version field. | itojun |
| 1999-12-13 | Handle packets to 255.255.255.255 like multicast packets. Fixes PR 7682 by | is |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-12-12 | Avoid GCC complaints (under some circumstances). | ragge |
| 1999-12-12 | sync with latest KAME (rcsid only). | itojun |
| 1999-12-12 | do not use member of sockaddr_storage directly. | itojun |
| 1999-12-12 | Resolve conflicts and small fixes. | veego |
| 1999-12-12 | Import a few IP Filter 3.3.5 files under sys/netinet. | veego |
| 1999-12-11 | implement upper-layer reachability confirmation for IPv6 ND (RFC2461 7.3.1). | itojun |
| 1999-12-08 | do not drop from IP header to tcp option until sbappend(), to reduce | itojun |
| 1999-11-30 | bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch | itojun |
| 1999-11-20 | Add the `packed' attribute to structures which describe wire protocol data. | thorpej |
| 1999-11-19 | Update protocoles and interfaces stats counters to 64bit. | bouyer |
| 1999-10-26 | disable ipflow (IPv4 fast fowarding) when IPsec is configured into the kernel. | itojun |
| 1999-10-25 | defopt the XNS protocol (options NS), clean up the use of related | drochner |
| 1999-10-17 | If a packet came in as link-level broadcast or link-level multicast, don't | sommerfeld |
| 1999-10-17 | In ip_forward(): | sommerfeld |
| 1999-10-12 | in ipfr_fastroute, before calling icmp_error(), put received-interface | sommerfeld |
| 1999-09-25 | Decouple IP mtu for ARCnet devices from interface MTU. | is |
| 1999-09-23 | Make this compile without INET6. | enami |
| 1999-09-23 | cleanup and correct TCP MSS consideration with IPsec headers. | itojun |
| 1999-09-13 | - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH. | itojun |
| 1999-09-10 | s/acknowledgment/acknowledgement/ | simonb |
| 1999-08-27 | fix tcp mss consideration on ipsec operation. | itojun |
| 1999-08-26 | clear m->m_pkthdr.rcvif before calling ip_output(). | itojun |
| 1999-08-26 | when fastrouting a packet which needs fragmentation, the packet passed | marc |
| 1999-08-26 | Fix a problem discovered by the snd_recover update fix. A bit of the | thorpej |
| 1999-08-25 | When listening socket goes away, remove assockated syn cache entires. | itojun |
| 1999-08-25 | ctlinput handling must look at ip6_src, not ip6_dst. | itojun |
| 1999-08-24 | Fix for kern/7831 from Darren Reed after discussion on tech-net 2 weeks ago: | bouyer |
| 1999-08-23 | PR/8254: Wolfgang Rupprecht: Incorrect logging of tcp connections; Fix src/dst | christos |
| 1999-08-21 | Cleanup a little kludge in mtu handling in route.c. Bring down FDDI | matt |
| 1999-08-20 | do not capture packets by gif, when gif interface is down. | itojun |
| 1999-08-12 | fix sototcpcb(). this sometimes caused panic on OOB data reception. | itojun |
| 1999-08-11 | Fix a few bugs in the TCP New Reno code: | thorpej |
| 1999-08-11 | Make sure the echoed RFC 1323 timestamp is valid before using it to | thorpej |
| 1999-08-09 | return with doing nothing from xx_ctlinput(), when sa->sa_family | itojun |
| 1999-08-05 | Delete debug printfs from arp_drain() | sommerfeld |
| 1999-08-05 | Implement arp_drain(), which frees packets tied up in the arp cache if | sommerfeld |
| 1999-07-31 | sync with recent KAME. | itojun |
| 1999-07-30 | remove reference to in6_systm.h (file itself will be removed afterwords) | itojun |
| 1999-07-23 | do not include unnecessary include files. | itojun |
| 1999-07-22 | - implement IPv6 pmtud, which is necessary for TCP6. | itojun |
| 1999-07-17 | no need to include faith.h on non-IPv6 build, so wrap by #ifdef. | itojun |
| 1999-07-17 | fix faith interface support. need testing. | itojun |
| 1999-07-14 | Use proper ip protocol # field and tcp hdr on sending RST against SYN, | itojun |