| Age | Commit message (Expand) | Author |
| 2006-08-30 | fix initializers | christos |
| 2006-08-28 | icmp_input: don't assume relations between PRC_ and ICMP_ values. | yamt |
| 2006-07-10 | Wrap long lines, unwrap a short line. | peter |
| 2006-07-10 | Moves the PF_GENERATED m_tag to the new packet in icmp_error. | peter |
| 2006-03-29 | When reflecting an ICMP Echo, do not scribble over read-only/shared | dyoung |
| 2006-03-22 | An MTU can't be negative so store them in unsigned variables. | matt |
| 2005-11-10 | Remove redundant assignment (from Liam Foy) | christos |
| 2005-10-23 | No need to pass an interface when only the mtu is needed. From OpenBSD via | christos |
| 2005-08-19 | make ICMPPRINTFS work; from Liam Foy. | christos |
| 2005-08-05 | Add sysctls for IP, ICMP, TCP, and UDP statistics. | elad |
| 2005-07-19 | Implement PMTU checks from: | christos |
| 2005-04-29 | move decl of inetsw to its own header to avoid array of incomplete type. | yamt |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-03 | ANSIfy function declarations | perry |
| 2005-02-02 | de-__P -- will ANSIfy .c files later. | perry |
| 2005-01-24 | Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. | matt |
| 2004-08-03 | Remove a common (icmpstat). | cube |
| 2004-06-25 | icmp_reflect: check if m_pkthdr.rcvif is non-NULL before touching it. | itojun |
| 2004-06-25 | be careful touching m_pkthdr.rcvif, it could be NULL if the packet was | itojun |
| 2004-05-25 | Sysctl descriptions under net subtree (net.key not done) | atatat |
| 2004-04-26 | Remove #else clause of __STDC__ | matt |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 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 |