| Age | Commit message (Expand) | Author |
| 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 |
| 1999-07-14 | make sending of keepalive messages work again: | drochner |
| 1999-07-09 | defopt INET6, and put it in opt_inet.h (most places already include this | thorpej |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-06 | for incoming broadcasts, strip IP/UDP header correctly | drochner |
| 1999-07-06 | sync with KAME/NetBSD 1.4, SNAP kit 19990705. | itojun |
| 1999-07-05 | Call icmp_error() at the bottom of rip_input IFF rip_input is the handler | darrenr |
| 1999-07-03 | RCS ID police. | thorpej |
| 1999-07-02 | Fix for -Wunitialized warnings broke compiles without INET6, refix. | fvdl |
| 1999-07-02 | avoid "variable not initialized" warnings on some of the platforms. | itojun |
| 1999-07-02 | move ipsec sysctl index to IPPROTO_AH (instead of IPPROTO_ESP), | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-07-01 | add PR_LISTEN to protocols which support listen(2) | darrenr |
| 1999-06-28 | KAME/NetBSD 1.4 SNAP kit, dated 19990628. | itojun |
| 1999-06-26 | If the new global variable hostzerobroadcast is zero, no longer assume | sommerfeld |
| 1999-06-18 | When sending an ARP reply, make sure to set the length of the outgoing | thorpej |
| 1999-06-07 | oops. move sendit: above the PFIL_HOOKS so that multicast traffic is filtere... | mrg |
| 1999-05-30 | Fix thinko of mine in previous. The source route info is not at m->m_data | bad |
| 1999-05-29 | Don't assume the Token-Ring source route is in the m_pktdat. Use | bad |
| 1999-05-23 | Add new sysctl (net.inet.tcp.log_refused) that when set, causes refused TCP | ad |
| 1999-05-23 | For completeness sake, allow this to compile with no loopback interfaces | ad |
| 1999-05-16 | Sigh, fix some broken logic in the last change to INADDR_TO_IA(), and make | thorpej |
| 1999-05-04 | Fixes PR 7489 by Olaf Seibert. Fix by Zdenek Salvet (PR 7497). | is |
| 1999-05-04 | It does not make much sense to increase a "output" counter on input. | hwr |
| 1999-05-04 | Don't let packets with a Class-D source address escape the host. | hwr |
| 1999-05-04 | Fix for PR 7490 by Olaf Seibert, fix mostly from PR 7497 bei Zdenek Salvet, | is |
| 1999-05-03 | Fix an ininitialized variable that the MIPS compiler caught (but the | thorpej |
| 1999-05-03 | In INADDR_TO_IA(), skip interfaces which are not up. Revert previous change | thorpej |
| 1999-05-03 | Drop packets, that have a Class-D address as source address. | hwr |
| 1999-04-29 | Implement retransmit logic for the SYN cache engine. Fixes a rare condition | thorpej |
| 1999-04-25 | If the incoming code value is 0, timer gets 0, which would mean | hwr |
| 1999-04-22 | Don't extern sb_max, <sys/socketvar.h> provides a definition. | simonb |
| 1999-04-09 | Ensure that out of window SYNs receive an ACK in responce, rather than | kml |
| 1999-04-07 | tiny KNF change | proff |
| 1999-04-07 | Prevent reception of packets on downed interfaces (via an up interface). | proff |
| 1999-04-04 | - Make sure that interface can't be marked up before a route to the remote | tron |
| 1999-04-04 | Avoid kernel panic if interface is configured before a route to the | tron |
| 1999-04-02 | Setting of source and destination IP is not done by | hwr |
| 1999-03-30 | Fix a null pointer dereference in the case where forwarding is turned on and | mycroft |
| 1999-03-27 | Alpha printf format fixes. | nathanw |
| 1999-03-27 | Added per-addr input/output statistics. Currently just support netatalk | aidan |
| 1999-03-26 | security: test for ip_len < ip_hl <<2 and drop packet accordingly | proff |
| 1999-03-23 | Ensure that you can only bind a more specific address when it is done by the | lukem |
| 1999-03-22 | Add support for Token-Ring source routes in the ARP cache. | bad |