| Age | Commit message (Expand) | Author |
| 2012-01-19 | Remove ipf_start from ipf struct | liamjfoy |
| 2010-04-01 | After discussion with ad@: it appears that KERNEL_LOCK also protects | tls |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-02-01 | Init ipflow pool dynamically instead of using a linkset. | pooka |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-12 | Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated | thorpej |
| 2008-04-09 | - ipflow is not used outside ip_flow.c; move its definition there. | thorpej |
| 2008-04-07 | Change IP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-01-04 | Constify a bit. | dyoung |
| 2008-01-04 | Replace rtcache_down() with rtcache_validate() and update rtcache_down() | dyoung |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 2007-08-20 | Don't call rtcache_check() from the fast-forward code, which runs | dyoung |
| 2007-05-02 | Remove obsolete files netinet/in_route.[ch]. | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-04-05 | use size_t for indexes | liamjfoy |
| 2007-03-26 | Add a small note regarding further commented code in netinet6/ip6_flow.c | liamjfoy |
| 2007-03-25 | Add net.inet.ip.hashsize to control the IPv4 fast forward hash table size. | liamjfoy |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 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 |
| 2007-01-26 | bzero -> memset | dyoung |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-10-06 | add a missing semicolon from the previous commit. | mrg |
| 2006-10-05 | Protect calls to pool_put/pool_get that may occur in interrupt context | tls |
| 2006-09-02 | increment ips_total too. | liamjfoy |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2005-12-24 | change comment from __const__ to const | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-17 | small list macro cleanup: | christos |
| 2005-02-03 | KNF + slightly ANSIfy | perry |
| 2004-04-25 | Initialise (most) pools from a link set instead of explicit calls | simonb |
| 2003-12-12 | Make fast-ipsec and ipflow (Fast Forwarding) interoperate. | scw |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |
| 2002-06-09 | whitespace | itojun |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2000-06-30 | Pass the correct destination address for the route-to-gateway case. | thorpej |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 1999-10-17 | If a packet came in as link-level broadcast or link-level multicast, don't | sommerfeld |
| 1999-03-26 | security: test for ip_len < ip_hl <<2 and drop packet accordingly | proff |
| 1999-01-28 | ~htons(...) is always negative. | itohy |
| 1999-01-25 | One more tweak to the checksum hack, and I promise I'm done. B-) | mycroft |