Up to [cvs.NetBSD.org] / src / sys / net / lagg
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6, Mon Apr 4 06:10:00 2022 UTC (10 months ago) by yamaguchi
Branch: MAIN
CVS Tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.5: +1 -1
lines
FILE REMOVED
Move input processing of lagg(4) before ether_input to get rid of dependence. This implementation is similar with that of bridge(4).
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 31 02:00:27 2022 UTC (10 months, 1 week ago) by yamaguchi
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
fix coding style
Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 30 04:29:17 2021 UTC (16 months, 1 week ago) by yamaguchi
Branch: MAIN
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
lagg: Register lagg_ifdetach to ether_ifdetach hook
Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 30 03:39:39 2021 UTC (16 months, 1 week ago) by yamaguchi
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
lagg: Register lagg_linkstate_changed to link-state change hook
Revision 1.2.6.2 / (download) - annotate - [select for diffs], Thu Jun 17 04:46:35 2021 UTC (19 months, 2 weeks ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.2.6.1: +39 -0
lines
Diff to previous 1.2.6.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Sync w/ HEAD.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Mon May 31 22:15:21 2021 UTC (20 months ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.2.2.1: +39 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head
Revision 1.2.6.1, Mon May 24 06:08:28 2021 UTC (20 months, 2 weeks ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.2: +0 -39
lines
FILE REMOVED
file if_laggvar.h was added on branch thorpej-i2c-spi-conf on 2021-06-17 04:46:35 +0000
Revision 1.2.2.1, Mon May 24 06:08:28 2021 UTC (20 months, 2 weeks ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.2: +0 -39
lines
FILE REMOVED
file if_laggvar.h was added on branch cjep_staticlib_x on 2021-05-31 22:15:21 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 24 06:08:28 2021 UTC (20 months, 2 weeks ago) by yamaguchi
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1
Branch point for: thorpej-i2c-spi-conf,
cjep_staticlib_x
Changes since 1.1: +27 -1
lines
Diff to previous 1.1 (colored)
Added missing copyright and license notice pointed out by thorpej@n.o., Thanks.
Revision 1.1 / (download) - annotate - [select for diffs], Mon May 17 04:07:43 2021 UTC (20 months, 3 weeks ago) by yamaguchi
Branch: MAIN
Add a new link-aggregation pseudo interface named lagg(4) - FreeBSD's lagg(4) based implementation - MP-safe and MP-scalable