OpenBSD CVS

CVS log for src/sys/netinet/ip.h


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Tue Dec 14 23:47:36 2021 UTC (2 years, 5 months ago) by dtucker
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, HEAD
Changes since 1.19: +5 -3 lines
Diff to previous 1.19 (colored)

Correct value for IPTOS_DSCP_LE since it needs to allow for the preceeding
two ECN bits.  From daisuke.higashi at gmail.com via OpenSSH bz#3373,
ok claudio@, job@, djm@.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 26 09:39:36 2020 UTC (4 years, 4 months ago) by djm
Branch: MAIN
CVS Tags: 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
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardised
in RFC8622; ok job@

Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 8 18:25:31 2017 UTC (6 years, 10 months ago) by tj
Branch: MAIN
CVS Tags: 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, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

fix typo in previous commit.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 8 12:23:56 2017 UTC (6 years, 10 months ago) by bluhm
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16 (colored)

Increase the limit of the IP protocol queues from 256 to 2048 mbufs.
The interface congestion algorithm kills performance at this place,
with the large queues it never triggers.
OK mpi@ claudio@

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jul 13 13:57:56 2014 UTC (9 years, 11 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Stop using old n_time, n_long and n_short types in netinet headers.

ok deraadt@, naddy@

Revision 1.15 / (download) - annotate - [select for diffs], Mon May 12 09:15:00 2014 UTC (10 years, 1 month ago) by mpi
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Includes a router altert option (RAO) in IGMP packets.   Without this
option, required by the RFC2236, some L3 switches do not examine the
packets.

Based on FreeBSD's r14622 via Florian Riehm on tech@. ok bluhm@, jca@

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 24 15:21:21 2013 UTC (10 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.13: +4 -1 lines
Diff to previous 1.13 (colored)

ippseudo is kernel-only; checked in ports by sthen

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 27 12:52:42 2009 UTC (14 years, 10 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.12: +28 -3 lines
Diff to previous 1.12 (colored)

Define the common DiffServ Codepoints so pf(4) can use them.
Agreed by mcbride@, sthen@ and henning@

Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 27 02:19:32 2006 UTC (18 years, 1 month ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

use underscore variants of _BYTE_ORDER macros which are always defined
ok deraadt millert

Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 10 01:30:14 2005 UTC (18 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

in ansi c, bitfields must be done against int, unsigned int, or _Bool.
so we must start to use u_int; ok cloder

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Sat Jun 7 11:06:08 2003 UTC (21 years ago) by ho
Branch: SMP
Changes since 1.6.2.3: +2 -6 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Sync SMP branch to -current

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 2 23:28:14 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.9: +2 -6 lines
Diff to previous 1.9 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.7.4.2 / (download) - annotate - [select for diffs], Mon May 19 22:40:40 2003 UTC (21 years ago) by tedu
Branch: UBC
Changes since 1.7.4.1: +2 -2 lines
Diff to previous 1.7.4.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

sync

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Tue May 13 19:36:16 2003 UTC (21 years, 1 month ago) by ho
Branch: SMP
Changes since 1.6.2.2: +2 -2 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)

Sync the SMP branch to -current. This includes moving to ELF.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 24 15:58:42 2003 UTC (21 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: UBC_SYNC_A
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

fix typo; Patrick Latifi

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Fri Mar 28 00:06:54 2003 UTC (21 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.6.2.1: +12 -2 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)

Sync the SMP branch with 3.3

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Tue Jun 11 03:31:36 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.7: +12 -2 lines
Diff to previous 1.7 (colored)

Sync UBC branch to -current

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 16 14:10:51 2002 UTC (22 years, 1 month ago) by kjc
Branch: MAIN
CVS Tags: UBC_SYNC_B, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.7: +12 -2 lines
Diff to previous 1.7 (colored)

bring in ECN support from KAME.
it consists of
 - ECN support in TCP
 - tunnel-egress and fragment reassembly rules in layer-3 not to lose
   congestion info at tunnel-egress and fragment reassembly

to enable ECN in TCP, build a kernel with TCP_ECN, and then,
turn it on by "sysctl -w net.inet.tcp.ecn=1".

ok deraadt@

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Wed Jul 4 10:54:36 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

Merge in -current from two days ago in the SMP branch.
As usual with merges, they do not indicate progress, so do not hold
your breath for working SMP, and do not mail me and ask about the
state of it.  It has not changed.  There is work ongoing, but very, very
slowly.  The commit is done in parts as to not lock up the tree in too
big chunks at a time.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 9 07:03:41 2001 UTC (23 years ago) by angelos
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

Inclusion protection.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 8 06:50:19 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Branch point for: SMP
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored)

bring in KAME IPv6 code, dated 19991208.
replaces NRL IPv6 layer.  reuses NRL pcb layer.  no IPsec-on-v6 support.
see sys/netinet6/{TODO,IMPLEMENTATION} for more details.

GENERIC configuration should work fine as before.  GENERIC.v6 works fine
as well, but you'll need KAME userland tools to play with IPv6 (will be
bringed into soon).

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 6 20:17:52 1999 UTC (24 years, 11 months ago) by cmetz
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.4: +14 -1 lines
Diff to previous 1.4 (colored)

Added support for TCP MD5 option (RFC 2385).

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 24 14:06:36 1997 UTC (27 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

OpenBSD tags + some prototyping police

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 26 01:23:42 1997 UTC (27 years, 4 months ago) by tholo
Branch: MAIN
Changes since 1.2: +2 -6 lines
Diff to previous 1.2 (colored)

Make ip_len and ip_off unsigned values; don't transmit or accept packets
larger than the maximum IP packet size.  From NetBSD.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 18 03:04:53 1996 UTC (27 years, 7 months ago) by tholo
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:53:11 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:53:11 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

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.