OpenBSD CVS

CVS log for src/sys/net/if_etherip.h


[BACK] Up to [local] / src / sys / net

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 20 14:21:28 2017 UTC (6 years, 6 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, HEAD
Changes since 1.9: +0 -52 lines
Diff to previous 1.9 (colored)

Remove #if'0ed decls

Stop pretending that we will migrate the content of this file to
if_etherip.h.  Those declarations are needed by userland, and it's
easier to keep them in netinet/ip_ether.h.  ok visa@

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 17 18:22:52 2017 UTC (6 years, 6 months ago) by jca
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

Rename etherip sysctl handler, there's no conflict with ip_ether.c any more

ok visa@ mpi@

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 17 14:52:50 2017 UTC (6 years, 6 months ago) by jca
Branch: MAIN
Changes since 1.7: +0 -2 lines
Diff to previous 1.7 (colored)

Move etherip_allow where it is used

While here, drop the declaration in headers, since the variable is used
in a single file.  ok visa@ mpi@

Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 10 02:37:14 2017 UTC (6 years, 7 months ago) by visa
Branch: MAIN
Changes since 1.6: +0 -1 lines
Diff to previous 1.6 (colored)

Use percpu counters with etheripstat.

Input and OK jca@, OK florian@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 14 20:46:31 2017 UTC (7 years, 1 month ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Pass down the address family through the pr_input calls.  This
allows to simplify code used for both IPv4 and IPv6.
OK mikeb@ deraadt@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 8 06:50:38 2017 UTC (7 years, 3 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.4: +9 -9 lines
Diff to previous 1.4 (colored)

Sync struct etheripstat decl with netinet/ip_ether.h

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 29 19:58:47 2017 UTC (7 years, 4 months ago) by bluhm
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Change the IPv4 pr_input function to the way IPv6 is implemented,
to get rid of struct ip6protosw and some wrapper functions.  It is
more consistent to have less different structures.  The divert_input
functions cannot be called anyway, so remove them.
OK visa@ mpi@

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 25 17:34:31 2017 UTC (7 years, 4 months ago) by bluhm
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Since raw_input() and route_input() are gone from pr_input, we can
make the variable parameters of the protocol input functions fixed.
Also add the proto to make it similar to IPv6.
OK mpi@ guenther@ millert@

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 5 22:16:27 2015 UTC (8 years, 6 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.1: +19 -18 lines
Diff to previous 1.1 (colored)

Multiple cleanups.

ok goda@, yasuoka@

Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 3 12:42:03 2015 UTC (8 years, 6 months ago) by goda
Branch: MAIN

Implement etherip(4) driver

This commit is not removing the existing EtherIP part of gif(4) and
it keeps EtherIP of gif(4) working.

ok jbg@ sthen@ mpi@ reyk@ yasuoka@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.