<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/net, branch release/4.8.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-02-14T22:25:58Z</updated>
<entry>
<title>MFC 1.46: Implement SIOCGIFMEDIA for vlan devices</title>
<updated>2003-02-14T22:25:58Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2003-02-14T22:25:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1cb3be2b7c486a7eb67be628955467e73a586643'/>
<id>urn:sha1:1cb3be2b7c486a7eb67be628955467e73a586643</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2003-02-05T18:42:15Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-02-05T18:42:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d9348c4b0aaab08fcec1e75528f6f386e034a961'/>
<id>urn:sha1:d9348c4b0aaab08fcec1e75528f6f386e034a961</id>
<content type='text'>
- bpf is now working (tested with tcpdump)
- fix promiscious mode
</content>
</entry>
<entry>
<title>revert algorithm renumbering done in FAST_IPSEC MFC; this breaks binary</title>
<updated>2003-01-31T23:21:01Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-01-31T23:21:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=875c1a0a8f5c46d54aa86882199577ea330f9683'/>
<id>urn:sha1:875c1a0a8f5c46d54aa86882199577ea330f9683</id>
<content type='text'>
and KAME compatibility

Pointed out by:	Helge Oldach &lt;stable31jan03@oldach.net&gt;
</content>
</entry>
<entry>
<title>MFC: sync Arcnet driver and framework with -current</title>
<updated>2003-01-28T11:19:05Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-01-28T11:19:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8c2f733ccf1a20bf1d13e0cd8bb6c8403fdaa417'/>
<id>urn:sha1:8c2f733ccf1a20bf1d13e0cd8bb6c8403fdaa417</id>
<content type='text'>
(most notable addition is IPX support)
</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/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/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: revision 1.73.</title>
<updated>2003-01-17T08:04:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-01-17T08:04:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0764365d45058343a80742901c121fabb5e6fcc4'/>
<id>urn:sha1:0764365d45058343a80742901c121fabb5e6fcc4</id>
<content type='text'>
Disallow recursive walks in rt_fixchange() and rt_fixdelete().
Do not call rt_fixchange() in the rtrequest(RTM_RESOLVE) case.

PR:		kern/37606
</content>
</entry>
<entry>
<title>Re-sync with -HEAD.</title>
<updated>2002-12-23T23:02:21Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2002-12-23T23:02:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=028af0459d0da865bb34d566a660604399a7def4'/>
<id>urn:sha1:028af0459d0da865bb34d566a660604399a7def4</id>
<content type='text'>
Sponsored by:	NTT Multimedia Communications Labs
</content>
</entry>
<entry>
<title>Back out the non-functional pfil(4) hooks for IPFilter; they do not</title>
<updated>2002-12-06T05:24:03Z</updated>
<author>
<name>Crist J. Clark</name>
<email>cjc@FreeBSD.org</email>
</author>
<published>2002-12-06T05:24:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6875ae11c3fa42c9d2a47f1d3e35138b73541c41'/>
<id>urn:sha1:6875ae11c3fa42c9d2a47f1d3e35138b73541c41</id>
<content type='text'>
belong in RELENG_4. Add working, but still somewhat experimental,
IPFilter hooks by popular demand.
</content>
</entry>
<entry>
<title>MFC 1.127: Unconditionally restore the pointer to the saved Ethernet</title>
<updated>2002-12-06T05:08:35Z</updated>
<author>
<name>Crist J. Clark</name>
<email>cjc@FreeBSD.org</email>
</author>
<published>2002-12-06T05:08:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fc788f5be086d2fe9d4430161815ab35c1bf654a'/>
<id>urn:sha1:fc788f5be086d2fe9d4430161815ab35c1bf654a</id>
<content type='text'>
header after going to bridge.c:bdg_forward(). The header can be munged
even if the mbuf does not /appear/ to change.

PR:		kern/42465
</content>
</entry>
</feed>
