| Age | Commit message (Expand) | Author |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-04 | Convert netinet to not use the internal <sys/queue.h> field names | matt |
| 2001-11-04 | Keep only one mtu_table (the two were identical except for | matt |
| 2001-10-30 | Add in support for timing out IPv4 routes added due to redirects, | kml |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-10-20 | Make the two MTU tables const and change their type to u_int (one was int | matt |
| 2001-03-08 | Remove a bogus rtfree(); OpenBSD PR 1706. | itojun |
| 2001-03-01 | make sure to enforce inbound ipsec policy checking, for any protocols on top | itojun |
| 2001-01-24 | - record IPsec packet history into m_aux structure. | itojun |
| 2000-10-18 | s/mtudisc_callback/icmp_&/ so that we don't feel conflict between IPv4 and | itojun |
| 2000-10-18 | count successful path MTU changes. good for debugging. | itojun |
| 2000-10-18 | Restructure the Path MTU Discovery code somewhat to avoid | thorpej |
| 2000-07-28 | nuke the following sysctl variables. "ppsratelimit" should work better. | itojun |
| 2000-07-27 | do not disable icmp error rate limitation for local address. | itojun |
| 2000-07-24 | Improve robustness of icmp_error(): | sommerfeld |
| 2000-07-10 | implement net.inet.icmp.errppslimit. | itojun |
| 2000-07-06 | remove unnecessary #include <netkey/key_debug.h>. from kame. | itojun |
| 2000-07-01 | Don't rate-limit ICMP errors from packets we send to ourselves. | sommerfeld |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-10 | add icmpreturndatabytes kernel variable (default 8) which specifies the | darrenr |
| 2000-05-22 | disallow negative numbers for ratelimit interval (tcp, icmp, icmp6). | itojun |
| 2000-05-10 | add missing boundary checks to ip options processing. | itojun |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-24 | don't transmit ICMPv4 packet back, if the original packet was encyrpted. | itojun |
| 2000-02-17 | Change the use of pfil hooks. There is no longer a single list of all | darrenr |
| 2000-02-15 | Add ICMP error rate limiting, based on the same for ICMP6. | thorpej |
| 2000-01-25 | Pick source address for ICMP errors a bit more intelligently when | sommerfeld |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-03-30 | Fix a null pointer dereference in the case where forwarding is turned on and | mycroft |
| 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 | Fix byte-swapping of ip_len in returned IP header. | 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-09-30 | Switch order of TNF and UCB copyrights so UCB copyright is first; this seems ... | tls |
| 1998-04-29 | Add support for deletion of routes added by path MTU discovery; | kml |
| 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 |
| 1997-10-29 | Changes to path MTU discovery to correctly handle "needs | kml |
| 1997-10-18 | change sysctl net.inet.icmp.mtudisc to net.inet.ip.mtudisc | kml |
| 1997-10-17 | Path MTU Discovery support. This is turned off by default. | kml |
| 1997-06-24 | Increment icmpstat.icps_badlen for bad length of ICMP_MASKREQ, per | thorpej |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-02-13 | netinet prototypes | christos |
| 1995-06-12 | Various cleanup, including: | mycroft |
| 1995-06-04 | Don't cast things unnecessarily. | mycroft |