<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ubsec, branch release/4.8.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-03T18:49:23Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-04-03T18:49:23Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-04-03T18:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c'/>
<id>urn:sha1:0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c</id>
<content type='text'>
'RELENG_4_8_0_RELEASE'.

This commit was manufactured to restore the state of the 4.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: correct MIB entry names</title>
<updated>2003-03-19T23:39:18Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-03-19T23:39:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dc5eae7767275ffbc2fb31a016a3c70414c5349e'/>
<id>urn:sha1:dc5eae7767275ffbc2fb31a016a3c70414c5349e</id>
<content type='text'>
Approved by:	re (jhb)
</content>
</entry>
<entry>
<title>Sync recent changes from current:</title>
<updated>2003-03-11T18:51:50Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-03-11T18:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bdd451e8f805de6166a8f70c8ffb676272c7af3c'/>
<id>urn:sha1:bdd451e8f805de6166a8f70c8ffb676272c7af3c</id>
<content type='text'>
o add #ifdef to ubsecvar.h for ubsecstats tool
o add 5801 and 5802 pci id's that fell of the track somewhere
o correct collection of output bytes statistic

Approved by:	re (murray, jhb)
</content>
</entry>
<entry>
<title>MFC: ubsec cleanups after CRYPTO_F_CBIMM change</title>
<updated>2003-02-26T00:15:09Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-02-26T00:15:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2798525b4496dfe515e48abed73e9a58b481815e'/>
<id>urn:sha1:2798525b4496dfe515e48abed73e9a58b481815e</id>
<content type='text'>
Approved by:	re (jhb)
</content>
</entry>
<entry>
<title>MFC:	5823 pci id recognition</title>
<updated>2003-02-18T17:13:27Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-02-18T17:13:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b3d10c2190ee70b1d4f2cec439f8fc9c91cbf52'/>
<id>urn:sha1:9b3d10c2190ee70b1d4f2cec439f8fc9c91cbf52</id>
<content type='text'>
</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/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>oops, can't commit packet tag changes yet</title>
<updated>2003-01-07T01:35:07Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-01-07T01:35:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=452288346be76d80e750b705bb94f8ff08954e71'/>
<id>urn:sha1:452288346be76d80e750b705bb94f8ff08954e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: fix memory allocation problems and enable public key support</title>
<updated>2003-01-07T00:59:09Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-01-07T00:59:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32e8168e46fc9935731424ee37ff074722b3cba8'/>
<id>urn:sha1:32e8168e46fc9935731424ee37ff074722b3cba8</id>
<content type='text'>
Sponsored by:	Vernier Networks
</content>
</entry>
<entry>
<title>o split hst_invalid statistic into separate buckets to help diagnose problems</title>
<updated>2002-12-17T17:57:00Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2002-12-17T17:57:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d5701aa812f764abcc18871c6f7d995be9766697'/>
<id>urn:sha1:d5701aa812f764abcc18871c6f7d995be9766697</id>
<content type='text'>
o add statistics to track the queue length on the host and on the chip and
  count the number of times the h/w reports it's too busy to accept more
  requests
o change default batching parameter from 2 to 1 (no batching) for optimal
  performance but at the cost of additional interrupts
o add a ubsec_maxaggr parameter that controls the number of mcr1 ops passed
  to the h/w and default it to 1 for optimal performance; setting this value
  to &gt;1 will (potentially) increase interrupt coalescing but at the cost of
  increased latency since the host only gets an interrupt when the entire batch
  of requests is completed (tests show this is bad for network performance)

Sponsored by:	Vernier Networks
</content>
</entry>
<entry>
<title>fix and re-enable RNG support</title>
<updated>2002-11-22T00:11:39Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2002-11-22T00:11:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=566a9659bed69b53e9a46562440d0f46bcecb963'/>
<id>urn:sha1:566a9659bed69b53e9a46562440d0f46bcecb963</id>
<content type='text'>
</content>
</entry>
</feed>
