Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: vmlocking
Revision 1.98.2.6 / (download) - annotate - [select for diffs], Tue Oct 9 13:44:55 2007 UTC (5 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.98.2.5: +2 -3
lines
Diff to previous 1.98.2.5 (colored) next main 1.99 (colored)
Sync with head.
Revision 1.98.2.5 / (download) - annotate - [select for diffs], Mon Aug 20 21:28:05 2007 UTC (5 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.98.2.4: +4 -4
lines
Diff to previous 1.98.2.4 (colored)
Sync with HEAD.
Revision 1.98.2.4 / (download) - annotate - [select for diffs], Mon Jul 2 13:46:08 2007 UTC (5 years, 10 months ago) by yamt
Branch: vmlocking
Changes since 1.98.2.3: +3 -6
lines
Diff to previous 1.98.2.3 (colored)
- ip6_init: fix a mistake in rev.1.98.2.3 which makes callout_softclock jump to NULL. - s/struct callout/callout_t/
Revision 1.98.2.3 / (download) - annotate - [select for diffs], Sun Jul 1 21:50:52 2007 UTC (5 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.98.2.2: +7 -4
lines
Diff to previous 1.98.2.2 (colored)
Adapt to callout API change.
Revision 1.98.2.2 / (download) - annotate - [select for diffs], Fri Jun 8 14:17:55 2007 UTC (5 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.98.2.1: +53 -85
lines
Diff to previous 1.98.2.1 (colored)
Sync with head.
Revision 1.98.2.1 / (download) - annotate - [select for diffs], Tue Apr 10 13:26:51 2007 UTC (6 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.98: +42 -6
lines
Diff to previous 1.98 (colored)
Sync with head.
Revision 1.98 / (download) - annotate - [select for diffs], Wed Mar 7 22:20:04 2007 UTC (6 years, 2 months ago) by liamjfoy
Branch: MAIN
Branch point for: vmlocking,
reinoud-bufcleanup,
mjf-ufs-trans
Changes since 1.97: +47 -2
lines
Diff to previous 1.97 (colored)
Add IPv6 Fast Forward - the IPv4 counterpart: If ip6_forward successfully forwards a packet, a cache, in this case a ip6flow struct entry, will be created. ether_input and friends will then be able to call ip6flow_fastforward with the packet which will then be passed to if_output (unless an issue is found - in that case the packet is passed back to ip6_input). ok matt@ christos@ dyoung@ and joerg@