<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/s390/net/Makefile, branch linux-4.4.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.4.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.4.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2015-03-01T04:38:29+00:00</updated>
<entry>
<title>s390: remove claw driver</title>
<updated>2015-03-01T04:38:29+00:00</updated>
<author>
<name>Ursula Braun</name>
<email>ursula.braun@de.ibm.com</email>
</author>
<published>2015-02-27T11:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=83650a2edc9b8f0838c7842b7ea595c927e79092'/>
<id>urn:sha1:83650a2edc9b8f0838c7842b7ea595c927e79092</id>
<content type='text'>
claw devices are outdated and no longer supported.
This patch removes the claw driver.

Signed-off-by: Ursula Braun &lt;ursula.braun@de.ibm.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>qeth: bridgeport support - basic control</title>
<updated>2014-01-15T22:48:01+00:00</updated>
<author>
<name>Eugene Crosser</name>
<email>Eugene.Crosser@ru.ibm.com</email>
</author>
<published>2014-01-14T14:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b4d72c08b358fc5b259fad0f4971112d949efd1c'/>
<id>urn:sha1:b4d72c08b358fc5b259fad0f4971112d949efd1c</id>
<content type='text'>
Introduce functions to assign roles and check state of bridgeport-capable
HiperSocket devices, and sysfs attributes providing access to these
functions from userspace. Introduce udev events emitted when the state
of a bridgeport device changes.

Signed-off-by: Eugene Crosser &lt;eugene.crosser@ru.ibm.com&gt;
Signed-off-by: Frank Blaschka &lt;frank.blaschka@de.ibm.com&gt;
Reviewed-by: Ursula Braun &lt;ursula.braun@de.ibm.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[S390] smsgiucv_app: deliver z/VM CP special messages (SMSG) as uevents</title>
<updated>2010-03-08T11:26:28+00:00</updated>
<author>
<name>Hendrik Brueckner</name>
<email>brueckner@linux.vnet.ibm.com</email>
</author>
<published>2010-03-08T11:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1ffaa640c6ba135aafc91841204e41846eae6841'/>
<id>urn:sha1:1ffaa640c6ba135aafc91841204e41846eae6841</id>
<content type='text'>
The smsgiucv_app driver registers a callback with the smsgiucv driver
to receive z/VM CP special messages (SMSG) starting with "APP".

When the callback is called for special messages, the driver creates
an uevent for the received message.  The uevent consists of additional
environment data containing the message prefix ("APP"), message sender,
and message content.

udev rules can be used to trigger application specific actions through
matching the content or sender of the special message.

Signed-off-by: Hendrik Brueckner &lt;brueckner@linux.vnet.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>s390: remove cu3088 layer for lcs and ctcm</title>
<updated>2009-11-14T04:47:00+00:00</updated>
<author>
<name>Ursula Braun</name>
<email>ursula.braun@de.ibm.com</email>
</author>
<published>2009-11-12T21:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0ca8cc6fe7e1acd42a8a3741473ad7540f13893a'/>
<id>urn:sha1:0ca8cc6fe7e1acd42a8a3741473ad7540f13893a</id>
<content type='text'>
The cu3088-driver used as common base for lcs- and ctcm-devices
makes it difficult to assign the appropriate driver to an lcs-device
or a ctcm-device. This patch eliminates the cu3088-driver and thus
the root device "cu3088". Path /sys/devices/cu3088 is replaced with
the pathes /sys/devices/lcs and /sys/devices/ctcm.

Patch is based on a proposal from Cornelia Huck.

Cc: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt;
Signed-off-by: Ursula Braun &lt;ursula.braun@de.ibm.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>qeth: remove EDDP</title>
<updated>2009-03-25T07:06:21+00:00</updated>
<author>
<name>Frank Blaschka</name>
<email>frank.blaschka@de.ibm.com</email>
</author>
<published>2009-03-24T20:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=64ef8957986f6a04f61e7c95fa6ffeb3a86a6661'/>
<id>urn:sha1:64ef8957986f6a04f61e7c95fa6ffeb3a86a6661</id>
<content type='text'>
Performance measurements showed EDDP does not lower CPU costs but increase
them. So we dump out EDDP code from qeth driver.

Signed-off-by: Frank Blaschka &lt;frank.blaschka@de.ibm.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>qeth: new qeth device driver</title>
<updated>2008-03-17T11:49:26+00:00</updated>
<author>
<name>Frank Blaschka</name>
<email>frank.blaschka@de.ibm.com</email>
</author>
<published>2008-02-15T08:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4a71df50047f0db65ea09b1be155852e81a45eba'/>
<id>urn:sha1:4a71df50047f0db65ea09b1be155852e81a45eba</id>
<content type='text'>
List of major changes and improvements:
 no manipulation of the global ARP constructor
 clean code split into core, layer 2 and layer 3 functionality
 better exploitation of the ethtool interface
 better representation of the various hardware capabilities
 fix packet socket support (tcpdump), no fake_ll required
 osasnmpd notification via udev events
 coding style and beautification

Signed-off-by: Frank Blaschka &lt;frank.blaschka@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>ctcm: infrastructure for replaced ctc driver</title>
<updated>2008-03-17T11:49:26+00:00</updated>
<author>
<name>Peter Tiedemann</name>
<email>ptiedem@de.ibm.com</email>
</author>
<published>2008-02-07T23:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=293d984f0e3604c04dcdbf00117ddc1e5d4b1909'/>
<id>urn:sha1:293d984f0e3604c04dcdbf00117ddc1e5d4b1909</id>
<content type='text'>
ctcm driver supports the channel-to-channel connections of the
old ctc driver plus an additional MPC protocol to provide SNA
connectivity.

This new ctcm driver replaces the existing ctc driver.

Signed-off-by: Peter Tiedemann &lt;ptiedem@de.ibm.com&gt;
Signed-off-by: Ursula Braun &lt;braunu@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>[S390]: Rewrite of the IUCV base code, part 1</title>
<updated>2007-02-08T21:36:44+00:00</updated>
<author>
<name>Martin Schwidefsky</name>
<email>schwidefsky@de.ibm.com</email>
</author>
<published>2007-02-08T21:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=33a67fe898dbbe25589d2fca805cb68cfd7d311f'/>
<id>urn:sha1:33a67fe898dbbe25589d2fca805cb68cfd7d311f</id>
<content type='text'>
Remove the old IUCV code from drivers/s390/net
Remove approprirate IUCV entries from drivers/s390/net/Makefile,
drivers/s390/net/Kconfig and arch/s390/defconfig

Signed-off-by: Frank Pavlic &lt;fpavlic@de.ibm.com&gt;
Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] s390: Makefile cleanup</title>
<updated>2006-09-17T05:03:07+00:00</updated>
<author>
<name>Frank Pavlic</name>
<email>fpavlic@de.ibm.com</email>
</author>
<published>2006-09-15T14:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f449c565ea324397f83adb65e9d0b599cfbc7dab'/>
<id>urn:sha1:f449c565ea324397f83adb65e9d0b599cfbc7dab</id>
<content type='text'>
[PATCH 3/9] s390: Makefile cleanup

From: Frank Pavlic &lt;fpavlic@de.ibm.com&gt;
 	remove CONFIG_MPC from Makefile which was
	introduced accidently in the past.

Signed-off-by: Frank Pavlic &lt;fpavlic@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] s390: remove tty support from ctc network device driver [1/2]</title>
<updated>2006-04-20T21:27:54+00:00</updated>
<author>
<name>Frank Pavlic</name>
<email>fpavlic@de.ibm.com</email>
</author>
<published>2006-04-13T18:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=56347a2e7287377c35c2bac2e8643bf88690425f'/>
<id>urn:sha1:56347a2e7287377c35c2bac2e8643bf88690425f</id>
<content type='text'>
Hi jeff,
after the first shot I sent to you did not apply I
resend  two new patches I've made today to remove tty from ctc network driver.
Please apply ....

Thank you ...

Frank

From: Peter Tiedemann &lt;ptiedem@de.ibm.com&gt;
        [1/2]:
        tty support code will be removed from the ctc network device driver.
        Today we have a couple of alternatives which are performing much
        better. The second thing is that ctc should be a network
        device driver only.
        We should not mix tty and networking here.
        This first patch will remove the tty code from ctcmain.c .
        It also removes the build entry from the Makefile as well as TTY
        definitions from ctcmain.h.
        The second patch will remove two files, ctctty.c and ctctty.h.

Signed-off-by: Frank Pavlic &lt;fpavlic@de.ibm.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
</feed>
