14 Nov, 2009

1 commit

  • 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
    Signed-off-by: Ursula Braun
    Signed-off-by: David S. Miller

    Ursula Braun
     

25 Mar, 2009

1 commit

  • 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
    Signed-off-by: David S. Miller

    Frank Blaschka
     

17 Mar, 2008

2 commits

  • 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
    Signed-off-by: Jeff Garzik

    Frank Blaschka
     
  • 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
    Signed-off-by: Ursula Braun
    Signed-off-by: Jeff Garzik

    Peter Tiedemann
     

09 Feb, 2007

1 commit


17 Sep, 2006

1 commit


21 Apr, 2006

1 commit

  • 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
    [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
    Signed-off-by: Jeff Garzik

    Frank Pavlic
     

16 May, 2005

2 commits

  • [patch 10/10] s390: qeth bug fixes.

    From: Frank Pavlic

    qeth network driver related changes:
    - due to OSA hardware changes in TCP Segmentation Offload
    support we are able now to pack TSO packets too.
    This fits perfectly in design of qeth buffer handling and
    sending data respectively.
    - remove skb_realloc_headroom from the sending path since
    hard_header_len value provides enough headroom now.
    - device recovery behaviour improvement
    - bug fixed in Enhanced Device Driver Packing functionality

    Signed-off-by: Frank Pavlic

    Frank Pavlic
     
  • [patch 1/10] s390: claw driver wiring.

    From: Andy Richter

    claw network driver changes:
    - Add an entry to the drivers/s390/net Makefile to build the claw driver.
    - Add claw channel type to cu3088.

    Signed-off-by: Frank Pavlic

    Frank Pavlic
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds