lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon,  9 Sep 2013 09:24:57 +0200
From:	Benedikt Spranger <b.spranger@...utronix.de>
To:	netdev@...r.kernel.org
Cc:	Alexander Frank <Alexander.Frank@...rspaecher.com>,
	Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
	Holger Dengler <dengler@...utronix.de>,
	Benedikt Spranger <b.spranger@...utronix.de>
Subject: [PATCH 00/16] Support for Eberspächer Flexcard DCAN function

The Eberspächer Flexcard is a multifunctional PCI Mezzanine Card. This
patch-series adds support for the DCAN function. The Flexcard supports
up too 8 CAN devices and has some CAN related special features:
- own FIFO per device
- DMA for receiving CAN frames
- Firmware tracks CAN echo packets

Benedikt Spranger (16):
  c_can_platform: add FlexCard D-CAN support
  c_can: add generic D-CAN RAM initialization support
  c_can: simplify arbitration register handling
  c_can: fix receive buffer configuration
  c_can: use 32 bit access for D_CAN
  c_can: consider set bittiming may fail
  c_can: reconfigre message objects after leaving init state
  c_can: Add FlexCard CAN TX fifo support
  c_can: expicit 32bit access on D_CAN to message buffer data register
  c_can: add 16bit align 32bit access functions
  c_can: stop netqueue if hardware is busy
  c_can: Add flag to disable automatic retransmission of CAN frames
  c_can: flexcard: add ioctl to reset FIFO message object
  flexcard: can: CAN local loopback using SKB pflags
  flexcard: can: Configure CAN loopback packages (TXACK)
  c_can: fix TX packet accounting

 drivers/net/can/c_can/c_can.c          | 383 ++++++++++++++++++++++++++-------
 drivers/net/can/c_can/c_can.h          |   8 +
 drivers/net/can/c_can/c_can_platform.c | 191 +++++++++++++++-
 include/uapi/linux/can/netlink.h       |   2 +
 include/uapi/linux/can/raw.h           |  20 ++
 net/can/raw.c                          |  22 +-
 6 files changed, 526 insertions(+), 100 deletions(-)

-- 
1.8.4.rc3

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ