<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/net/tulip, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2011-08-12T07:21:25Z</updated>
<entry>
<title>ewrk3/tulip: Move the DEC - Tulip drivers</title>
<updated>2011-08-12T07:21:25Z</updated>
<author>
<name>Jeff Kirsher</name>
<email>jeffrey.t.kirsher@intel.com</email>
</author>
<published>2011-05-20T14:15:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a88394cfb58007cca945699545469017beb0d206'/>
<id>urn:sha1:a88394cfb58007cca945699545469017beb0d206</id>
<content type='text'>
Move the DEC - Tulip driver into drivers/net/ethernet/dec/tulip/
and make the necessary Kconfig and Makefile changes.

The Digital Equioment (DEC) driver ewrk3 was moved into
drivers/net/ethernet/dec/ and the remaining drivers (Tulip)
were moved into drivers/net/ethernet/dec/tulip/

CC: Tobias Ringstrom &lt;tori@unhappy.mine.nu&gt;
CC: Grant Grundler &lt;grundler@parisc-linux.org&gt;
CC: David Davies &lt;davies@maniac.ultranet.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
Acked-by: Grant Grundler &lt;grundler@parisc-linux.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2011-07-21T20:38:42Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2011-07-21T20:38:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=033b1142f4bd44a116d1356fe4a0510437ceddf9'/>
<id>urn:sha1:033b1142f4bd44a116d1356fe4a0510437ceddf9</id>
<content type='text'>
Conflicts:
	net/bluetooth/l2cap_core.c
</content>
</entry>
<entry>
<title>tulip: dmfe: Remove old log spamming pr_debugs</title>
<updated>2011-07-18T17:44:44Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2011-07-18T17:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0b8f6273eb6fd0611849d6fb432151f04e042434'/>
<id>urn:sha1:0b8f6273eb6fd0611849d6fb432151f04e042434</id>
<content type='text'>
Commit 726b65ad444d ("tulip: Convert uses of KERN_DEBUG") enabled
some old previously inactive uses of pr_debug converted by
commit dde7c8ef1679 ("tulip/dmfe.c: Use dev_&lt;level&gt; and pr_&lt;level&gt;").

Remove these pr_debugs.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: de4x5: Use helpers from linux/etherdevice.h</title>
<updated>2011-07-05T03:27:28Z</updated>
<author>
<name>Tobias Klauser</name>
<email>tklauser@distanz.ch</email>
</author>
<published>2011-07-03T23:48:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=29a40f0676c9388a83396306957f11b359c4be1c'/>
<id>urn:sha1:29a40f0676c9388a83396306957f11b359c4be1c</id>
<content type='text'>
Signed-off-by: Tobias Klauser &lt;tklauser@distanz.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: de4x5: Omit check for multicast bit in netdev_for_each_mc_addr</title>
<updated>2011-07-01T08:51:03Z</updated>
<author>
<name>Tobias Klauser</name>
<email>tklauser@distanz.ch</email>
</author>
<published>2011-06-30T21:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e77aeb71f04ed236fffe5f347e208c8b0e92d48a'/>
<id>urn:sha1:e77aeb71f04ed236fffe5f347e208c8b0e92d48a</id>
<content type='text'>
There is no need to check for the address being a multicast address in
the netdev_for_each_mc_addr loop, so remove it.

Signed-off-by: Tobias Klauser &lt;tklauser@distanz.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: remove interrupt.h inclusion from netdevice.h</title>
<updated>2011-06-07T05:55:11Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2011-06-06T10:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a6b7a407865aab9f849dd99a71072b7cd1175116'/>
<id>urn:sha1:a6b7a407865aab9f849dd99a71072b7cd1175116</id>
<content type='text'>
* remove interrupt.g inclusion from netdevice.h -- not needed
* fixup fallout, add interrupt.h and hardirq.h back where needed.

Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Revert "net: fix section mismatches"</title>
<updated>2011-06-01T02:28:32Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2011-06-01T02:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=948252cb9e01d65a89ecadf67be5018351eee15e'/>
<id>urn:sha1:948252cb9e01d65a89ecadf67be5018351eee15e</id>
<content type='text'>
This reverts commit e5cb966c0838e4da43a3b0751bdcac7fe719f7b4.

It causes new build regressions with gcc-4.2 which is
pretty common on non-x86 platforms.

Reported-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tulip: Use pr_&lt;level&gt; where appropriate</title>
<updated>2011-05-09T19:51:16Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2011-05-09T09:45:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1c3319fb69c29376fe23c1aa0cd7cb6df91c7883'/>
<id>urn:sha1:1c3319fb69c29376fe23c1aa0cd7cb6df91c7883</id>
<content type='text'>
Use the current logging styles.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tulip: Convert uses of KERN_DEBUG</title>
<updated>2011-05-09T19:51:15Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2011-05-09T09:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=726b65ad444dd142e34d0087fcbba03d16b34ca6'/>
<id>urn:sha1:726b65ad444dd142e34d0087fcbba03d16b34ca6</id>
<content type='text'>
Convert logging messages to more current styles.

Added -DDEBUG to Makefile to maintain current message logging.
This could be converted to a specific CONFIG_TULIP_DEBUG option.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tulip: Convert printks to netdev_&lt;level&gt;</title>
<updated>2011-05-09T19:51:15Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2011-05-09T09:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=163ef0b5922b14751e93218bdf2c9fe8f74b9c9d'/>
<id>urn:sha1:163ef0b5922b14751e93218bdf2c9fe8f74b9c9d</id>
<content type='text'>
Use the current more descriptive logging styles.

Add pr_fmt and remove PFX where appropriate.
Use netif_&lt;level&gt;, netdev_&lt;level&gt;
Indent a few blocks in xircom_cb where appropriate.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
