| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-13 | Add m_tag_delete_nonpesrsistent(), for deleting all packet tags on | jonathan |
| 2003-11-11 | Change global head-of-local-IP-address list from in_ifaddr to | jonathan |
| 2003-08-22 | remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output. | itojun |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-15 | (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-26 | fix comment | itojun |
| 2003-04-17 | Clear hardware checksum flags before reusing a mbuf for an ICMP reply as | tron |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |
| 2002-06-13 | set IPv4 parameter to modern value. | itojun |
| 2002-06-09 | whitespace | itojun |
| 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 |