| Age | Commit message (Expand) | Author |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-08-04 | Free the socket only after disposing of the PCB. | matt |
| 2008-07-31 | Generalize previous fix so that both NS and NA packets are checked. | matt |
| 2008-07-31 | If a neighbor solictation isn't from the unspecified address, make sure | matt |
| 2008-06-27 | remove undeclared caddr_t. makes i386 ALL kernel build again. | cegger |
| 2008-06-27 | Verify icmp type and code in IPSEC rules. | mlelstv |
| 2008-06-24 | ioctl commands are unsigned long. ABI change to mrt6_ioctl() will affect 64-... | gmcgarry |
| 2008-05-22 | Cosmetic: join lines. | dyoung |
| 2008-05-22 | Don't cast to void * unnecessarily. | dyoung |
| 2008-05-22 | Cosmetic: don't cast NULL unnecessarily. | dyoung |
| 2008-05-21 | protocol "drain" functions can be called in interrupt context, so | drochner |
| 2008-05-15 | Simplify RT_DPRINTF() calls. | dyoung |
| 2008-05-13 | Change bzero() to memset(), non-overlapping bcopy() to memcpy(). | dyoung |
| 2008-05-11 | Compare route with NULL instead of testing truth. Where applicable, | dyoung |
| 2008-05-07 | Sync with ipv4 icmp_input(): make sure the mbuf is writable and | bouyer |
| 2008-05-05 | Back out previous. It broke the build. | ad |
| 2008-05-04 | Move zlib out of net/ and into kern/. It would probably be better to use | ad |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | udp6_init: fix a comment. | 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-23 | Use <net/net_stats.h> / netstat_sysctl(). | thorpej |
| 2008-04-15 | Make pim6 stats per-cpu. | thorpej |
| 2008-04-15 | Explicitly include <sys/percpu.h>. | thorpej |
| 2008-04-15 | Make raw6 stats per-cpu. | 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-08 | Change ICMP6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-07 | Change IP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-06 | Make this build again after thorpej's changes to udpstat. | xtraeme |
| 2008-03-20 | Use ip6_clearpktopts() to destroy the IPv6 PCB's in6p_outputopts, | dyoung |
| 2008-03-19 | No code ever sets struct ip6_pktopts member ip6po_m, so get rid of | dyoung |
| 2008-03-10 | in6_cksum: use IN6_IS_SCOPE_EMBEDDABLE. | yamt |
| 2008-03-10 | in6_cksum: avoid using -> operator and use (char *) arithmetics instead. | yamt |
| 2008-03-09 | in6_cksum: constify | yamt |
| 2008-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2008-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2008-02-12 | Explicitly predict panic conditions as false. | joerg |
| 2008-02-12 | Provide a simplified inplace version of in6_cksum. | joerg |
| 2008-02-06 | ip_newid() -> ip_newid(NULL) due to Matt Thomas' commit some hours ago; | bjs |
| 2008-01-25 | Refactor in_cksum/in4_cksum/in6_cksum implementations: | joerg |
| 2008-01-14 | Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase | dyoung |
| 2008-01-14 | Use rtcache_lookup() instead of rtcache_lookup() + rtcache_getrt(). | dyoung |
| 2008-01-12 | Good-bye, rtcache_check(). Call both rtcache_validate() and | dyoung |
| 2008-01-10 | Save some rtcache_getrt() calls. | dyoung |
| 2008-01-04 | Constify. | dyoung |
| 2008-01-04 | Replace rtcache_down() with rtcache_validate() and update rtcache_down() | dyoung |