The NetBSD Project

CVS log for src/sys/netinet/udp_usrreq.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / netinet

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-3


Revision 1.134.2.6 / (download) - annotate - [select for diffs], Thu Dec 29 16:10:18 2005 UTC (18 years, 3 months ago) by riz
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1
Changes since 1.134.2.5: +34 -13 lines
Diff to previous 1.134.2.5 (colored) to branchpoint 1.134 (colored) next main 1.135 (colored)

Pull up following revision(s) (requested by manu in ticket #1052):
	sys/netinet/udp_usrreq.c: revision 1.144
Fix a bug in ESP over UDP: because udp4_espinudp() called m_pullup, it
could modify the struct mbuf and calling functions (udp_input() and
udp4_realinput()) would have used a garbled local copy of the pointer.
The fix is not perfect. udp4_espinudp() should use m_pulldown()...

Revision 1.134.2.5 / (download) - annotate - [selected], Thu Sep 8 21:10:24 2005 UTC (18 years, 7 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.134.2.4: +2 -2 lines
Diff to previous 1.134.2.4 (colored) to branchpoint 1.134 (colored)

Pull up following revision(s) (requested by kleink in ticket #744):
	sys/netinet/udp_usrreq.c: revision 1.142
udp4_espinudp(): don't assume that the Non-ESP marker (or UDP payload)
is aligned on a 64-bit boundary.

Revision 1.134.2.4 / (download) - annotate - [select for diffs], Fri May 6 08:40:21 2005 UTC (18 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.134.2.3: +1 -9 lines
Diff to previous 1.134.2.3 (colored) to branchpoint 1.134 (colored) to selected 1.134.2.5 (colored)

Pull up revision 1.135 (requested by yamt in ticket #251):
fix problems related to loopback interface checksum omission.  PR/29971.
- for ipv4, defer decision to ip layer as h/w checksum offloading does
  so that it can check the actual interface the packet is going to.
- for ipv6, disable it.
  (maybe will be revisited when it implements h/w checksum offloading.)
ok'ed by Jason Thorpe.

Revision 1.134.2.3 / (download) - annotate - [select for diffs], Sun May 1 11:03:37 2005 UTC (18 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.134.2.2: +3 -2 lines
Diff to previous 1.134.2.2 (colored) to branchpoint 1.134 (colored) to selected 1.134.2.5 (colored)

Pull up revision 1.138 (requested by manu in ticket #216):
Fix memory leak

Revision 1.134.2.2 / (download) - annotate - [select for diffs], Thu Apr 28 10:53:40 2005 UTC (18 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.134.2.1: +7 -4 lines
Diff to previous 1.134.2.1 (colored) to branchpoint 1.134 (colored) to selected 1.134.2.5 (colored)

Pull up revision 1.137 (requested by manu in ticket #203):
Don't sleep when handling ESP over UDP packets.

Revision 1.134.2.1 / (download) - annotate - [select for diffs], Thu Apr 28 10:49:13 2005 UTC (18 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.134: +25 -2 lines
Diff to previous 1.134 (colored) to selected 1.134.2.5 (colored)

Pull up revision 1.136 (requested by man in ticket #201):
Enhance IPSEC_NAT_T so that it can work with multiple machines behind
the same NAT.

Revision 1.134 / (download) - annotate - [select for diffs], Fri Mar 11 06:16:16 2005 UTC (19 years, 1 month ago) by atatat
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base
Branch point for: netbsd-3
Changes since 1.133: +3 -3 lines
Diff to previous 1.133 (colored) to selected 1.134.2.5 (colored)

Revert the change that made kern.file2 and net.*.*.pcblist into nodes
instead of structs.  It had other deleterious side-effects that are
rather nasty.  Another solution must be found.

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.




CVSweb <webmaster@jp.NetBSD.org>