| Age | Commit message (Expand) | Author |
| 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 |
| 1998-05-24 | Fix OBOB in IP timestamp option processing, as noted in FreeBSD PR 6738, | thorpej |
| 1998-05-04 | Default IP flow to being enabled. Add a sysctl to control the maximum | matt |
| 1998-05-01 | Allow packet filters to prevent a packet from creating a fast-forwarding | thorpej |
| 1998-04-29 | Add support for "fast" forwarding. Add hooks in if_ethersubr.c and | matt |
| 1998-04-29 | defopt GATEWAY | matt |
| 1998-04-29 | change path MTU timeout value to match RFC 1191 | kml |
| 1998-04-29 | Add support for deletion of routes added by path MTU discovery; | kml |
| 1998-03-19 | convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and | mrg |
| 1998-02-15 | Add correct copyright notice for IP address hash change. This code is donate... | tls |
| 1998-02-13 | Change list of interface IP addresses to a hash. Improves performance on hos... | tls |
| 1998-01-28 | Use offsetof() from libkern.h | thorpej |
| 1998-01-12 | Use option header file for MROUTING | scottr |
| 1998-01-05 | enhance ephemeral port allocation code: | lukem |
| 1997-10-18 | change sysctl net.inet.icmp.mtudisc to net.inet.ip.mtudisc | kml |
| 1997-10-17 | Allow `subnetsarelocal' to be changed via sysctl. | thorpej |
| 1997-08-29 | Tweaks to allow operation with an interface address of 0.0.0.0 | gwr |
| 1997-06-24 | Eliminate use of dtom() from the network code, allowing more flexible | thorpej |
| 1997-04-15 | Move the mtod calls *after* we've made sure that the packet has passed the | christos |
| 1997-02-26 | allow src-routed packetd by default, per host requirements | mrg |
| 1997-02-25 | Add net.inet.ip.allowsrcrt option which allows/drops all source | cjs |
| 1997-02-19 | Fix bug in sysctl net.inet.ip.forwsrcrt handing: now you can read it | cjs |
| 1997-02-18 | pseudo-device ipfilter brings in PFIL_HOOKS. | mrg |
| 1997-01-11 | Implement the IP_RECVIF socket option: supply a datagram packet's incoming | thorpej |
| 1996-12-20 | in pfil_hooks: always reassign ip after calling hook. | mrg |