| Age | Commit message (Expand) | Author |
| 2000-07-06 | remove unnecessary #include <netkey/key_debug.h>. from kame. | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-05-10 | add missing boundary checks to ip options processing. | itojun |
| 2000-05-10 | correct more out-of-bounds memory access, if cnt == 1 and optlen > 1. | itojun |
| 2000-05-06 | Handle large offsets with very small options correctly. | sommerfeld |
| 2000-03-31 | Slighly improve previous - only include <netinet/ip_mroute.h> if MROUTING | jdolecek |
| 2000-03-31 | include <netinet/ip_mroute.h> for ip_mforward() - needed after | jdolecek |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete uninitialised declaration of ip_defttl - there's an initialised | simonb |
| 2000-03-10 | Back out previous, and adjust a comment. | thorpej |
| 2000-03-07 | Back out part of 1.104 which isn't actually needed. | thorpej |
| 2000-03-03 | remove unnecessary ttl initialization which I mistakingly bringed in | itojun |
| 2000-03-02 | Avoid a bug in GCC which manifests itself when processing unaligned | thorpej |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-20 | pass "struct pfil_head *" to pfil_add_hook and pfil_remove hook rather | darrenr |
| 2000-02-17 | Change the use of pfil hooks. There is no longer a single list of all | darrenr |
| 2000-02-16 | - if ip_dst matches address on !IFF_UP interface, and | itojun |
| 2000-02-12 | Typo (Thanks, Havard :-) | thorpej |
| 2000-02-12 | Small cosmetic change, and note a place where a statistic should be | thorpej |
| 2000-02-11 | fix in-kernel packet forwarding loop (till TTL becomes 0) when: | itojun |
| 2000-02-01 | Use ifatoia() and sintosa() consistently, rather than using home-grown | thorpej |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 1999-10-26 | disable ipflow (IPv4 fast fowarding) when IPsec is configured into the kernel. | itojun |
| 1999-10-17 | In ip_forward(): | sommerfeld |
| 1999-07-23 | do not include unnecessary include files. | itojun |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-06 | sync with KAME/NetBSD 1.4, SNAP kit 19990705. | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-06-26 | If the new global variable hostzerobroadcast is zero, no longer assume | sommerfeld |
| 1999-05-04 | It does not make much sense to increase a "output" counter on input. | hwr |
| 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-07 | tiny KNF change | proff |
| 1999-04-07 | Prevent reception of packets on downed interfaces (via an up interface). | proff |
| 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-01-19 | There's just no plausible reason to byte-swap ip_id internally. It's opaque. | mycroft |
| 1999-01-19 | Don't screw with ip_len; just subtract from it where we actually use the | mycroft |
| 1999-01-19 | Don't overwrite the checksum fields when checking them. There's no reason to | mycroft |
| 1999-01-11 | Fix byte order and ip_len inconsistencies in ICMP reply code. Also, fix | thorpej |
| 1998-12-19 | Reverse the copyright-notice-swap. It went against existing practice. | thorpej |
| 1998-12-18 | Add a lock around the IP fragment reassembly queue, to prevent ip_drain() | thorpej |
| 1998-11-13 | Once a fragmented IP packet has been reassembled, recompute the packet | thorpej |
| 1998-10-08 | Use the pool allocator for ipflow entries. | thorpej |
| 1998-10-08 | Use the pool allocator for ipqent structures. | thorpej |
| 1998-09-30 | Switch order of TNF and UCB copyrights so UCB copyright is first; this seems ... | tls |
| 1998-09-09 | Make a diagnostic printf more sensible, PR #5951, Heiko W. Rupp. | thorpej |
| 1998-08-09 | defopt PFIL_HOOKS. | mrg |
| 1998-07-17 | Fix PR5508: ipfil cut-through forwarding causes panic | sommerfe |
| 1998-06-01 | Protect the ipflow_reap() call with splsoftnet. | thorpej |