| Age | Commit message (Expand) | Author |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-07-19 | Enable IP_MINTTL option for SOCK_DGRAM sockets. | minskim |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-01-19 | Provide compatibility to the old timeval SCM_TIMESTAMP messages. | christos |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-26 | udp_init: don't forget to allocate udp6stat_percpu. | yamt |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and | thorpej |
| 2008-04-15 | Make udp6 stats per-cpu. | thorpej |
| 2008-04-15 | Make ip6 and icmp6 stats per-cpu. | thorpej |
| 2008-04-12 | Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated | thorpej |
| 2008-04-08 | Change IPv6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-06 | Change UDP stats from a structure to an array of uint64_t's. | thorpej |
| 2007-11-27 | require that the options argument is the right size, not that it is greater | christos |
| 2007-09-02 | m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...). | dyoung |
| 2007-09-02 | m_copy() was deprecated, apparently, long ago. m_copy(...) -> | dyoung |
| 2007-06-27 | Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4). | degroote |
| 2007-05-12 | Use sockaddr_in_init(). | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-11-14 | Remove ifndef COMPAT_42. No objections in tech-net. | rpaulo |
| 2006-11-10 | udp_ctloutput: plug a memory leak. | yamt |
| 2006-11-10 | remove some __unused in function parameters. | yamt |
| 2006-11-10 | udp_ctloutput: remove unnecessary goto and break. | yamt |
| 2006-11-10 | udp_ctloutput: ansify. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-10 | change the MOWNER_INIT define to take two args; fix extant struct mowner | dogcow |
| 2006-10-05 | Protect calls to pool_put/pool_get that may occur in interrupt context | tls |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-02-23 | Handle IPSEC_NAT_T in the FAST_IPSEC case. | christos |
| 2006-01-21 | Better support of IPv6 scoped addresses. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-09 | Fix a bug in ESP over UDP: because udp4_espinudp() called m_pullup, it | manu |
| 2005-11-15 | Pass the current process structure to in_pcbconnect() so that it can | dsl |
| 2005-09-03 | udp4_espinudp(): don't assume that the Non-ESP marker (or UDP payload) | kleink |
| 2005-08-10 | move {tcp,udp}_do_loopback_cksum back to tcp/udp | yamt |
| 2005-08-10 | device independent part of ipv6 rx checksum offloading. | yamt |
| 2005-08-05 | Add sysctls for IP, ICMP, TCP, and UDP statistics. | elad |
| 2005-04-29 | Fix memory leak | manu |
| 2005-04-25 | Don't sleep when handling ESP over UDP packets. | manu |
| 2005-04-23 | Enhance IPSEC_NAT_T so that it can work with multiple machines behind the | manu |
| 2005-04-18 | fix problems related to loopback interface checksum omission. PR/29971. | yamt |
| 2005-03-11 | Revert the change that made kern.file2 and net.*.*.pcblist into nodes | atatat |
| 2005-03-10 | Change types of kern.file2 and net.*.*.pcblist to NODE | atatat |
| 2005-03-09 | Add the following nodes to the sysctl tree: | atatat |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-12 | Add support for IPsec Network Address Translator traversal (NAT-T), as | manu |