netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/11] FUJITSU Extended Socket driver version 1.1
@ 2016-04-11  8:08 Taku Izumi
  2016-04-11  8:09 ` [PATCH net-next 01/11] fjes: Add trace-gathering facility Taku Izumi
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Taku Izumi @ 2016-04-11  8:08 UTC (permalink / raw)
  To: davem, netdev; +Cc: Taku Izumi

This patchsets update FUJITSU Extended Socket network driver into version 1.1.
This mainly includes debugging feature and some minor bugfix. 


Taku Izumi (11):
  fjes: Add trace-gathering facility
  fjes: Add setting/getting register value feature via ioctl
  fjes: Add debugs facility for fjes module
  fjes: Add debugfs entry for statistics
  fjes: show EP stats at statistics file in debugfs
  fjes: optimize timeout value
  fjes: fix incorrect statistics information in fjes_xmit_frame()
  fjes: fix bitwise check bug in fjes_raise_intr_rxdata_task
  fjes: Enhance changing MTU related work
  fjes: Introduce spinlock for rx_status
  fjes: Update fjes driver version : 1.1

 drivers/net/fjes/Makefile       |   2 +-
 drivers/net/fjes/fjes.h         |  16 ++
 drivers/net/fjes/fjes_debugfs.c | 212 +++++++++++++++++++++
 drivers/net/fjes/fjes_hw.c      | 179 +++++++++++++++++-
 drivers/net/fjes/fjes_hw.h      |  43 ++++-
 drivers/net/fjes/fjes_ioctl.h   |  93 ++++++++++
 drivers/net/fjes/fjes_main.c    | 400 +++++++++++++++++++++++++++++++++++++---
 7 files changed, 909 insertions(+), 36 deletions(-)
 create mode 100644 drivers/net/fjes/fjes_debugfs.c
 create mode 100644 drivers/net/fjes/fjes_ioctl.h

-- 
2.4.3

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-04-12 15:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11  8:08 [PATCH net-next 00/11] FUJITSU Extended Socket driver version 1.1 Taku Izumi
2016-04-11  8:09 ` [PATCH net-next 01/11] fjes: Add trace-gathering facility Taku Izumi
2016-04-11 11:59   ` Jiri Pirko
2016-04-11  8:10 ` [PATCH net-next 02/11] fjes: Add setting/getting register value feature via ioctl Taku Izumi
2016-04-11 11:56   ` Jiri Pirko
2016-04-11  8:10 ` [PATCH net-next 03/11] fjes: Add debugs facility for fjes module Taku Izumi
2016-04-11  8:10 ` [PATCH net-next 04/11] fjes: Add debugfs entry for statistics Taku Izumi
2016-04-11 12:01   ` Jiri Pirko
2016-04-11  8:10 ` [PATCH net-next 05/11] fjes: show EP stats at statistics file in debugfs Taku Izumi
2016-04-11  8:10 ` [PATCH net-next 06/11] fjes: optimize timeout value Taku Izumi
2016-04-11  8:10 ` [PATCH net-next 07/11] fjes: fix incorrect statistics information in fjes_xmit_frame() Taku Izumi
2016-04-11  8:10 ` [PATCH net-next 08/11] fjes: fix bitwise check bug in fjes_raise_intr_rxdata_task Taku Izumi
2016-04-11  8:10 ` [PATCH net-next 09/11] fjes: Enhance changing MTU related work Taku Izumi
2016-04-11 12:03   ` Jiri Pirko
2016-04-11  8:10 ` [PATCH net-next 10/11] fjes: Introduce spinlock for rx_status Taku Izumi
2016-04-11  8:10 ` [PATCH net-next 11/11] fjes: Update fjes driver version : 1.1 Taku Izumi
2016-04-11 15:56 ` [PATCH net-next 00/11] FUJITSU Extended Socket driver version 1.1 David Miller
2016-04-12  8:35   ` Izumi, Taku
2016-04-12 15:43     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).