1. 08 5月, 2007 1 次提交
  2. 06 2月, 2007 2 次提交
  3. 17 9月, 2006 2 次提交
  4. 12 7月, 2006 1 次提交
  5. 27 5月, 2006 1 次提交
  6. 24 3月, 2006 1 次提交
  7. 23 3月, 2006 1 次提交
    • F
      [PATCH] s390: qeth driver cleanups · 1380fee2
      Frank Pavlic 提交于
      [patch 3/6] s390: qeth driver cleanups
      
      From: Ursula Braun <braunu@de.ibm.com>
      	- code analyzing tool BEAM has found some unreachable
      	  and unnecessary statements and also conditions
      	  which are always true.
      	- removed some useless MII code since OSA card will never
      	  allow to set such values.
      Signed-off-by: NFrank Pavlic <fpavlic@de.ibm.com>
      
      diffstat:
       qeth_main.c |   49 ++++---------------------------------------------
       qeth_proc.c |   18 +++++++++---------
       qeth_sys.c  |    2 +-
       3 files changed, 14 insertions(+), 55 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      1380fee2
  8. 02 2月, 2006 1 次提交
  9. 24 12月, 2005 2 次提交
    • F
      [PATCH] s390: remove redundant and useless code in qeth · 3df3cc6d
      Frank Pavlic 提交于
      [patch 3/3] s390: remove redundant and useless code in qeth
      
      From: Frank Pavlic <pavlic@de.ibm.com>
      	- remove redundant and useless code in qeth for
      	  procfs operations.
      	- update Revision numbers
      Signed-off-by: NFrank Pavlic <pavlic@de.ibm.com>
      
      diffstat:
       qeth_main.c |    6 -
       qeth_mpc.c  |    2
       qeth_mpc.h  |    2
       qeth_proc.c |  250 ++++++------------------------------------------------------
       qeth_sys.c  |    4
       qeth_tso.h  |    4
       6 files changed, 38 insertions(+), 230 deletions(-)
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      3df3cc6d
    • F
      [PATCH] s390: some minor qeth driver fixes · 6c6b3e7c
      Frank Pavlic 提交于
      [patch 1/3] s390: some minor qeth driver fixes
      
      From: Frank Pavlic <pavlic@de.ibm.com>
      	- let's have just one function for both ,input and output queue
      	  to check qdio errors
      	- add /proc/s390dbf/qeth_qerr entries for outbound processing
      	- check removed for layer2 device in qeth_add_multicast_ipv6
      	- NULL pointer dereference with bonding and VLAN device fixed
      	- minimum length check for portname fixed
      Signed-off-by: NFrank Pavlic <pavlic@de.ibm.com>
      
      diffstat:
      qeth_main.c |   42 +++++++++++++++++++++---------------------
      qeth_sys.c  |    6 +++---
      2 files changed, 24 insertions(+), 24 deletions(-)
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      6c6b3e7c
  10. 11 11月, 2005 2 次提交
  11. 04 10月, 2005 1 次提交
    • U
      [PATCH] s390: introducing support in qeth for new OSA CHPID type OSN · 500f83ab
      Ursula Braun 提交于
      	This patch introduces new feature in qeth:
      	qeth enhancement provides the device driver support for
              the Communication Controller for Linux on System z9 and zSeries
              (CCL), which is software that enables running the Network Control
              Program (NCP) on a zSeries machine. The OSA CDLC support is based
              on a new IBM mainframe CHPID type called Open Systems Adaper for
              NCP (OSN). In case of OSN qeth communicates with the type-OSN
              OSA-card on one hand, and with the CCL-kernel-component Network
              Device Handler (NDH) on the other.
      Signed-off-by: NFrank Pavlic <pavlic@de.ibm.com>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      500f83ab
  12. 15 9月, 2005 2 次提交
    • F
      [PATCH] s390: qeth driver fixes · f3d242e8
      Frank Pavlic 提交于
      [patch 4/4] s390: qeth driver fixes .
      
      From: Frank Pavlic <pavlic@de.ibm.com>
      	- Clear read channel first prior to using ccw_device_set_offline.
      	- use QETH_DBF_TEXT instead of QETH_DBF_SPRINTF
      	- invoke qeth_halt_channel and qeth_clear_channel for all channels,
      	  even if halt/clear for one of the channel fails.
      	- enable qeth_arp_query function for GuestLAN devices
      Signed-off-by: NFrank Pavlic <pavlic@de.ibm.com>
      
      diffstat:
       qeth.h      |    2 -
       qeth_main.c |  106 +++++++++++++++++++++++++-----------------------------------
       qeth_sys.c  |   11 +++---
       3 files changed, 53 insertions(+), 66 deletions(-)
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      f3d242e8
    • F
      [PATCH] s390: TSO related fixes in qeth driver · 9cb90de8
      Frank Pavlic 提交于
      Jeff,
      I'm sorry seems that they have not been sent out either ...
      ok here they come ...
      
      [patch 3/4] s390: TSO related fixes in qeth driver
      
      From: Frank Pavlic <pavlic@de.ibm.com>
      	TSO related fixes :
      	  - changing value of large_send attribute while network traffic
      	    is running caused program check and thus device recovery.
      	  - Due to hardware restriction discard packet when it exceeds 60K
      	    otherwise qeth will cause program checks and thus traffic stall
      	    when trying to send such huge packets.
      Signed-off-by: NFrank Pavlic <pavlic@de.ibm.com>
      
      diffstat:
       qeth.h      |    4 ++--
       qeth_main.c |   33 +++++++++++++++++++++------------
       qeth_sys.c  |   10 +++-------
       3 files changed, 26 insertions(+), 21 deletions(-)
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      9cb90de8
  13. 21 6月, 2005 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4