<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netinet/udp_usrreq.c, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-06-10T07:34:28Z</updated>
<entry>
<title>MFC 1.209: Don't verify UDP IPv4 checksum in-place.</title>
<updated>2007-06-10T07:34:28Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2007-06-10T07:34:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a3ff700424a791bc6d5d4cdc377f39de5777621b'/>
<id>urn:sha1:a3ff700424a791bc6d5d4cdc377f39de5777621b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If we are going to</title>
<updated>2005-05-06T02:50:00Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-05-06T02:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ed2dcbbea1977826ae858ab63277bfa9e70bc88'/>
<id>urn:sha1:1ed2dcbbea1977826ae858ab63277bfa9e70bc88</id>
<content type='text'>
1. Copy a NULL-terminated string into a fixed-length buffer, and
2. copyout that buffer to userland,
we really ought to
0. Zero the entire buffer
first.

Security: FreeBSD-SA-05:08.kmem
</content>
</entry>
<entry>
<title>MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be</title>
<updated>2003-09-09T19:09:23Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2003-09-09T19:09:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de28d89963d97f41a113e6cd22f17ff5474e6fde'/>
<id>urn:sha1:de28d89963d97f41a113e6cd22f17ff5474e6fde</id>
<content type='text'>
sent on specific interfaces. This is required by aodvd, and may in future
help us in getting rid of the requirement for BPF from our import of isc-dhcp.

PR:		kern/37486
Obtained from:	BSD/OS
Approved by:	re, jake (mentor)
</content>
</entry>
<entry>
<title>MFC: Fast IPsec</title>
<updated>2003-01-24T05:11:36Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-01-24T05:11:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b194344ef6b3648b2aacd9f4c60029ef2156ca9a'/>
<id>urn:sha1:b194344ef6b3648b2aacd9f4c60029ef2156ca9a</id>
<content type='text'>
"Fast IPsec": this is an experimental IPsec implementation that is derived
from the KAME IPsec implementation, but with heavy borrowing and influence
of openbsd.  A key feature of this implementation is that it uses the kernel
crypto framework to do all crypto work so when h/w crypto support is present
IPsec operation is automatically accelerated.  Otherwise the protocol
implementations are rather differet while the SADB and policy management
code is very similar to KAME (for the moment).

Note that this implementation is enabled with a FAST_IPSEC option.  With this
you get all protocols; i.e. there is no FAST_IPSEC_ESP option.

FAST_IPSEC and IPSEC are mutually exclusive; you cannot build both into a
single system.

This software is well tested with IPv4 but should be considered very
experimental (i.e. do not deploy in production environments).  This software
does NOT currently support IPv6.  In fact do not configure FAST_IPSEC and
INET6 in the same system.

Supported by:	Vernier Networks
</content>
</entry>
<entry>
<title>MFC: m_tag support</title>
<updated>2003-01-23T21:06:48Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-01-23T21:06:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1b7c4cdaa276a21e66dc41dc066ac341c49e76e'/>
<id>urn:sha1:e1b7c4cdaa276a21e66dc41dc066ac341c49e76e</id>
<content type='text'>
Replace aux mbufs with packet tags:

  o instead of a list of mbufs use a list of m_tag structures a la openbsd
  o for netgraph et. al. extend the stock openbsd m_tag to include a 32-bit
    ABI/module number cookie
  o for openbsd compatibility define a well-known cookie MTAG_ABI_COMPAT and
    use this in defining openbsd-compatible m_tag_find and m_tag_get routines
  o rewrite KAME use of aux mbufs in terms of packet tags
  o eliminate the most heavily used aux mbufs by adding an additional struct
    inpcb parameter to ip_output and ip6_output to allow the IPsec code to
    locate the security policy to apply to outbound packets
  o bump __FreeBSD_version so code can be conditionalized
  o fixup ipfilter's call to ip_output based on __FreeBSD_version
</content>
</entry>
<entry>
<title>MFC: bugfix: move check for udp_blackhole before the one for icmp_bandlim.</title>
<updated>2002-08-07T16:14:47Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2002-08-07T16:14:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1cdca79d6b44ced551af6c30839344517e3e95d1'/>
<id>urn:sha1:1cdca79d6b44ced551af6c30839344517e3e95d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.99: restore the data of the ip header when extended udp header</title>
<updated>2001-10-29T19:28:43Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-10-29T19:28:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd8922641a9d952c0cf7e7a733d5eb7cb6e87f32'/>
<id>urn:sha1:bd8922641a9d952c0cf7e7a733d5eb7cb6e87f32</id>
<content type='text'>
and data checksum is calculated.  this caused some trouble in the code
which the ip header is not modified.  for example, inbound policy lookup
failed.
</content>
</entry>
<entry>
<title>MFC: new option -z: reset statistic counters after displaying them.</title>
<updated>2001-09-17T15:17:47Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-09-17T15:17:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e3affb3eefc15ed547584dd6dcf4b8e836905cb'/>
<id>urn:sha1:2e3affb3eefc15ed547584dd6dcf4b8e836905cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev 1.74</title>
<updated>2001-08-08T18:59:54Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>2001-08-08T18:59:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=956402dcaa1cd23707d315cf2f5fea4173bf42a6'/>
<id>urn:sha1:956402dcaa1cd23707d315cf2f5fea4173bf42a6</id>
<content type='text'>
Make sure UDP sockets are explicitly bound before connect(2) to avoid
UDP datagrams being sent from an IP address other than the jail's IP
address.

PR:		20946
Approved by:	murray
</content>
</entry>
<entry>
<title>MFC: move ipsec security policy allocation into in_pcballoc, before</title>
<updated>2001-07-29T19:32:40Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-07-29T19:32:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aaf9598ff14c405efd452ec8248e3d2c25aa8027'/>
<id>urn:sha1:aaf9598ff14c405efd452ec8248e3d2c25aa8027</id>
<content type='text'>
making pcbs available to the outside world.  otherwise, we will see
inpcb without ipsec security policy attached (-&gt; panic() in ipsec.c).

	sys/netinet/in_pcb.c:		1.86
	sys/netinet/ip_divert.c:	1.50
	sys/netinet/raw_ip.c:		1.80
	sys/netinet/tcp_usrreq.c:	1.65
	sys/netinet/udp_usrreq.c:	1.93
	sys/netinet6/raw_ip6.c:		1.12
	sys/netinet6/udp6_usrreq.c:	1.16
</content>
</entry>
</feed>
