<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/net/ethernet/intel/igb/e1000_mac.c, branch linux-4.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2014-04-25T00:41:15Z</updated>
<entry>
<title>igb: Cleanups to fix msleep warnings</title>
<updated>2014-04-25T00:41:15Z</updated>
<author>
<name>Carolyn Wyborny</name>
<email>carolyn.wyborny@intel.com</email>
</author>
<published>2014-04-11T01:46:40Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0d451e79567f0c5b51004354e08c95f442491cb4'/>
<id>urn:sha1:0d451e79567f0c5b51004354e08c95f442491cb4</id>
<content type='text'>
This patch fixes WARNING:MSLEEP found by checkpatch check.

Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;
Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
<entry>
<title>igb: Cleanups to change comment style on license headers</title>
<updated>2014-04-25T00:26:27Z</updated>
<author>
<name>Carolyn Wyborny</name>
<email>carolyn.wyborny@intel.com</email>
</author>
<published>2014-04-11T01:46:06Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e52c0f960cbc2c691cbb809ac0bfec2becfe6da9'/>
<id>urn:sha1:e52c0f960cbc2c691cbb809ac0bfec2becfe6da9</id>
<content type='text'>
This patch fixes WARNING:NETWORKING_BLOCK_COMMENT_STYLE from checkpatch file check.

Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;
Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net</title>
<updated>2014-04-24T17:19:00Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2014-04-24T17:19:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4366004d77278a90c18f92f7cb9ec0c264da563d'/>
<id>urn:sha1:4366004d77278a90c18f92f7cb9ec0c264da563d</id>
<content type='text'>
Conflicts:
	drivers/net/ethernet/intel/igb/e1000_mac.c
	net/core/filter.c

Both conflicts were simple overlapping changes.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>igb: Cleanups to fix incorrect indentation</title>
<updated>2014-04-23T08:43:26Z</updated>
<author>
<name>Carolyn Wyborny</name>
<email>carolyn.wyborny@intel.com</email>
</author>
<published>2014-04-11T01:45:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9005df38615bb3545cb6e4db59db73b27b6c0140'/>
<id>urn:sha1:9005df38615bb3545cb6e4db59db73b27b6c0140</id>
<content type='text'>
This patch fixes WARNING:LEADING_SPACE, WARNING:SPACING, ERROR:SPACING,
WARNING:SPACE_BEFORE_TAB and ERROR_CODE_INDENT from checkpatch file check.

Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;
Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
<entry>
<title>igb: Cleanups for messaging</title>
<updated>2014-04-23T08:22:19Z</updated>
<author>
<name>Carolyn Wyborny</name>
<email>carolyn.wyborny@intel.com</email>
</author>
<published>2014-04-11T01:45:17Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c75c4edfc38da8235d110a8f28b596193de787ab'/>
<id>urn:sha1:c75c4edfc38da8235d110a8f28b596193de787ab</id>
<content type='text'>
This patch fixes WARNING:PREFER_PR_LEVEL and WARNING:SPLIT_STRING
from checkpatch file check.

Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;
Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
<entry>
<title>e1000e/igb/ixgbe/i40e: fix message terminations</title>
<updated>2014-04-19T01:41:24Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kubakici@wp.pl</email>
</author>
<published>2014-04-02T10:33:22Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c5ffe7e1f745984b37b8ffe03b03f3d716a072f3'/>
<id>urn:sha1:c5ffe7e1f745984b37b8ffe03b03f3d716a072f3</id>
<content type='text'>
Add \n at the end of messages where missing, remove all \r.

Reported-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Jakub Kicinski &lt;kubakici@wp.pl&gt;
Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;
Tested-by: Phil Schmitt &lt;phillip.j.schmitt@intel.com&gt;
Tested-by: Kavindya Deegala &lt;kavindya.s.deegala@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
<entry>
<title>igb: Update license text to remove FSF address and update copyright.</title>
<updated>2014-02-26T20:54:52Z</updated>
<author>
<name>Carolyn Wyborny</name>
<email>carolyn.wyborny@intel.com</email>
</author>
<published>2014-02-26T01:58:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=74cfb2e1f296b3f962016adf41b316b8cf7d4ed4'/>
<id>urn:sha1:74cfb2e1f296b3f962016adf41b316b8cf7d4ed4</id>
<content type='text'>
This patch updates the license text to remove address of Free Software
Foundation and refer  users to www.gnu.org instead. This patch also updates
the copyright dates in appropriate igb driver files.

Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;
Signed-off-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>igb: Read flow control for i350 from correct EEPROM section</title>
<updated>2013-09-12T20:24:55Z</updated>
<author>
<name>Fujinaka, Todd</name>
<email>todd.fujinaka@intel.com</email>
</author>
<published>2013-09-10T18:57:17Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c7cb020d0b670428eddd9702dfdc5ff0a48de653'/>
<id>urn:sha1:c7cb020d0b670428eddd9702dfdc5ff0a48de653</id>
<content type='text'>
Flow control is defined in the four EEPROM sections but the driver only reads
from section 0.

Signed-off-by: Todd Fujinaka &lt;todd.fujinaka@intel.com&gt;
Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>igb: Support to get 2_5G link status for appropriate media type</title>
<updated>2013-09-04T12:19:30Z</updated>
<author>
<name>Akeem G Abodunrin</name>
<email>akeem.g.abodunrin@intel.com</email>
</author>
<published>2013-08-28T02:23:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f1b4d6214b04caed45f0938a1d769b0d8fe79a3b'/>
<id>urn:sha1:f1b4d6214b04caed45f0938a1d769b0d8fe79a3b</id>
<content type='text'>
Since i354 2.5Gb devices are not Copper media type but SerDes, so this
patch changes the way we detect speed/duplex link info for this device.

Signed-off-by: Akeem G Abodunrin &lt;akeem.g.abodunrin@intel.com&gt;
Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
<entry>
<title>igb: Implementation of i210/i211 LED support</title>
<updated>2013-05-21T10:01:58Z</updated>
<author>
<name>Akeem G. Abodunrin</name>
<email>akeem.g.abodunrin@intel.com</email>
</author>
<published>2013-05-01T05:44:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6f8b916065596d80843bb7d4f601ef72b3223c54'/>
<id>urn:sha1:6f8b916065596d80843bb7d4f601ef72b3223c54</id>
<content type='text'>
This patch fixes LED issues with i210 and i211 devices, due to changes in the
device registers.

Signed-off-by: Akeem G Abodunrin &lt;akeem.g.abodunrin@intel.com&gt;
Tested-by: Jeff Pieper &lt;jeffrey.e.pieper@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
</feed>
