<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/net/if.h, branch stable/7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2012-05-19T14:38:14Z</updated>
<entry>
<title>MFC r231505,231520:</title>
<updated>2012-05-19T14:38:14Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2012-05-19T14:38:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=00bef680246977eb9526e3cfc1b59f01907377d3'/>
<id>urn:sha1:00bef680246977eb9526e3cfc1b59f01907377d3</id>
<content type='text'>
 Introduce a new NET_RT_IFLISTL API to query the address list.  It works
 on extended and extensible structs if_msghdrl and ifa_msghdrl.  This
 will allow us to extend both the msghdrl structs and eventually if_data
 in the future without breaking the ABI.

 The MFC is just to provide the new API to old stable branches to make
 updating and if needed downgrading a lot easier for updates to 10.
</content>
</entry>
<entry>
<title>MFC r223735:</title>
<updated>2012-02-10T06:43:16Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2012-02-10T06:43:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=912a5f4115ea9ffe5e7e4e329de4a6e184d68a05'/>
<id>urn:sha1:912a5f4115ea9ffe5e7e4e329de4a6e184d68a05</id>
<content type='text'>
 Add infrastructure to allow all frames/packets received on an interface
 to be assigned to a non-default FIB instance.

 Submitted by:  cjsp
 Submitted by:  Alexander V. Chernikov (melifaro ipfw.ru)
                (original versions)
 Reviewed by:   julian
 Reviewed by:   Alexander V. Chernikov (melifaro ipfw.ru)

Reviewed by:	melifaro
</content>
</entry>
<entry>
<title>MFC r204149:</title>
<updated>2010-03-22T19:04:02Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2010-03-22T19:04:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=93934d22e6f33713898f48d22764c0adfdb31b4b'/>
<id>urn:sha1:93934d22e6f33713898f48d22764c0adfdb31b4b</id>
<content type='text'>
  Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSO
  from IFCAP_VLAN_HWTAGGING. I think some hardwares may be able to
  TSO over VLAN without VLAN hardware tagging.
  Driver changes and userland support will follow.
</content>
</entry>
<entry>
<title>MFC 201196:</title>
<updated>2010-01-05T18:26:41Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-01-05T18:26:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e6f721cef96f03e1071476bfce2b383aabb29355'/>
<id>urn:sha1:e6f721cef96f03e1071476bfce2b383aabb29355</id>
<content type='text'>
Change vlan interfaces to cope more usefully with the parent interface being
renamed.  Previously the vlan interfaces would lose their configuration as if
the parent interface had been physically removed.  Now vlan interfaces ignore
rename events.
- Add a new ifnet flag (IFF_RENAMING) that is set while an ifnet is being
  renamed.  This flag can be checked in ifnet departure/arrival event
  handlers to treat rename events differently.
- Change the ifnet departure event handler in the if_vlan(4) driver to
  ignore departure events due to a trunk interface being renamed.
</content>
</entry>
<entry>
<title>Fix to bug kern/126850. Only dispatch event hander if the interface had a parent...</title>
<updated>2008-12-21T19:13:30Z</updated>
<author>
<name>VANHULLEBUS Yvan</name>
<email>vanhu@FreeBSD.org</email>
</author>
<published>2008-12-21T19:13:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=72a5edf8ded51dd5059d2cf518843a1d4c14572f'/>
<id>urn:sha1:72a5edf8ded51dd5059d2cf518843a1d4c14572f</id>
<content type='text'>
PR:		kern/126850
Reviewed by:	EvilSam
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: Trim some noise from some #ifdef's.</title>
<updated>2008-08-07T07:25:48Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-08-07T07:25:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3e6358e122d447fde3708f37a0c9e74c2cca16ec'/>
<id>urn:sha1:3e6358e122d447fde3708f37a0c9e74c2cca16ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC IFCAP_TOE</title>
<updated>2008-07-30T00:17:40Z</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2008-07-30T00:17:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0ba54c08f52641a446083aa8d2d16c6818897d15'/>
<id>urn:sha1:0ba54c08f52641a446083aa8d2d16c6818897d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: WOL infrastructure support</title>
<updated>2008-04-03T23:43:25Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2008-04-03T23:43:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1f9afa8b65fe347fd558c7e5a08be631a09d5877'/>
<id>urn:sha1:1f9afa8b65fe347fd558c7e5a08be631a09d5877</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.113: Add IFF_NEEDSGIANT to IFF_CANTCHANGE to prevent userland</title>
<updated>2008-04-01T23:40:33Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2008-04-01T23:40:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8c094358e5ca154d30d47d7721ea2bfea9227714'/>
<id>urn:sha1:8c094358e5ca154d30d47d7721ea2bfea9227714</id>
<content type='text'>
code from clearing IFF_NEEDSGIANT.
</content>
</entry>
<entry>
<title>Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offload</title>
<updated>2007-06-11T20:08:11Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2007-06-11T20:08:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=db24121c8b2187f6364d7ac195e74129dbc260e3'/>
<id>urn:sha1:db24121c8b2187f6364d7ac195e74129dbc260e3</id>
<content type='text'>
capabilities.
</content>
</entry>
</feed>
