linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-25 15:50:12 to 2017-08-17 15:10:36 UTC [more...]

[PATCH v4 0/4] can: Support transceiver based bit rate limit
 2017-08-17 15:10 UTC  (8+ messages)
` [PATCH v4 1/4] can: dev: Add support for limiting configured bitrate
  ` [PATCH v4 2/4] dt-bindings: can: can-transceiver: Document new binding
` [PATCH v4 3/4] dt-bindings: can: m_can: Document new can transceiver binding
` [PATCH v4 4/4] can: m_can: Add call to of_can_transceiver

[00/14] can: cleanup of af_can/raw + simplifying of ndev->ml_priv handling
 2017-08-17 14:08 UTC  (27+ messages)
` [PATCH 01/14] can: af_can: can_pernet_init(): add missing error handling for kzalloc returning NULL
` [PATCH 02/14] can: give structs holding the CAN statistics a sensible name
` [PATCH 03/14] can: af_can: give struct holding the CAN per device receive lists "
` [PATCH 04/14] can: af_can: give variable "
` [PATCH 05/14] can: proc: "
` [PATCH 06/14] can: af_can: rename find_rcv_list() to can_rcv_list_find()
` [PATCH 07/14] can: af_can: give variable holding the CAN receiver and the receiver list a sensible name
` [PATCH 08/14] can: af_can: can_rx_register(): use max() instead of open coding it
` [PATCH 09/14] can: raw: use struct sock::sk_bound_dev_if instead of struct raw_sock::ifindex
` [PATCH 10/14] can: raw: raw_bind: bail out if can_family is not AF_CAN
` [PATCH 11/14] can: af_can: can_pernet_exit(): no need to iterate over and cleanup registered CAN devices
` [PATCH 12/14] can: introduce CAN midlayer private and allocate it automatically
` [PATCH 13/14] can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_lists
` [PATCH 14/14] can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()

[PATCH 0/2] can: sun4i: bug fixes
 2017-08-17 13:59 UTC  (3+ messages)
` [PATCH 1/2] can: sun4i: fix overrun
` [PATCH 2/2] can: sun4i: fix loopback mode

j1939: generic addr struct
 2017-08-17 10:38 UTC  (7+ messages)

j1939: bind() and connect()
 2017-08-17  8:32 UTC  (14+ messages)

bind() Host is down listening on j1939 interfaces
 2017-08-16 21:28 UTC  (4+ messages)

[PATCH 0/4] constify net platform_device_id
 2017-08-14  3:12 UTC  (3+ messages)
` [PATCH 1/4] can: constify platform_device_id

[PATCH 0/3] ARM: dts: keystone-k2g: Add DCAN instances to 66AK2G
 2017-08-10 16:51 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: net: c_can: Update binding for clock and power-domains property
` [PATCH 2/3] ARM: dts: k2g: Add DCAN nodes
` [PATCH 3/3] ARM: configs: keystone: Enable D_CAN driver

[PATCH 00/35] constify net usb_device_id
 2017-08-10 11:02 UTC  (6+ messages)
` [PATCH 01/35] can: ems_usb: constify usb_device_id
` [PATCH 02/35] can: esd_usb2: "
` [PATCH 03/35] can: peak_usb: "

[PATCH v2 0/4] can: Add new binding to limit bit rate used
 2017-08-10  1:02 UTC  (16+ messages)
` [PATCH v2 1/4] can: dev: Add support for limiting configured bitrate
  ` [PATCH v2 2/4] can: fixed-transceiver: Add documentation for CAN fixed transceiver bindings
  ` [PATCH v2 4/4] can: m_can: Add call to of_can_transceiver_fixed
` [PATCH v2 3/4] can: m_can: Update documentation to mention new fixed transceiver binding

[PATCH v3 0/4] can: Support transceiver based bit rate limit
 2017-08-10  1:00 UTC  (12+ messages)
` [PATCH v3 1/4] can: dev: Add support for limiting configured bitrate
` [PATCH v3 2/4] dt-bindings: can: fixed-transceiver: Add new CAN fixed transceiver bindings
` [PATCH v3 3/4] dt-bindings: can: m_can: Include reference to new fixed transceiver binding
` [PATCH v3 4/4] can: m_can: Add call to of_can_transceiver_fixed

[PATCH 1/2] can: xilinx: Fix ksoftirq CPU monopolization
 2017-08-07 13:47 UTC  (2+ messages)
` [PATCH 2/2] can: xilinx: fix RX FIFO overflow error handling

[PATCH] can: c_can_pci: make c_can_pci_data const
 2017-08-06  6:48 UTC 

[PATCH v2 2/4] can: fixed-transceiver: Add documentation for CAN fixed transceiver bindings
 2017-08-01  7:12 UTC  (6+ messages)

reading from socket can
 2017-08-01  6:43 UTC  (10+ messages)

Researching of Skoda CAN bus
 2017-07-28 20:15 UTC  (2+ messages)

[PATCH 0/4] can: Add new binding to limit bit rate used
 2017-07-27  1:44 UTC  (13+ messages)
` [PATCH 1/4] can: dev: Add support for limiting configured bitrate
` [PATCH 2/4] can: fixed-transceiver: Add documentation for CAN fixed transceiver bindings
` [PATCH 3/4] can: m_can: Update documentation to mention new fixed transceiver binding
` [PATCH 4/4] can: m_can: Add call to of_transceiver_is_fixed

[PATCH v2 0/3] can: m_can: Add PM Runtime Support
 2017-07-24 22:51 UTC  (4+ messages)
  ` [PATCH v2 1/3] can: m_can: Make hclk optional
` [PATCH v2 2/3] can: m_can: Update documentation to indicate that hclk may be optional
` [PATCH v2 3/3] can: m_can: Add PM Runtime

[PATCH 0/3] can: m_can: Add PM Runtime Support
 2017-07-24 19:20 UTC  (6+ messages)
  ` [PATCH 1/3] can: m_can: Make hclk optional
` [PATCH 2/3] can: m_can: Update documentation to indicate that hclk may be optional
` [PATCH 3/3] can: m_can: Add PM Runtime

[PATCH] can: xilinx: Enable clocks even when CONFIG_PM is disabled
 2017-07-24 10:36 UTC 

Getting manufacturer/product name for CAN interface
 2017-07-19 17:52 UTC  (7+ messages)

[PATCH v3 02/10] net: can: at91_can: constify attribute_group structures
 2017-07-18  9:44 UTC  (2+ messages)
` [PATCH v3 03/10] net: can: janz-ican3: "

Session 152 terminated -- received PADT from peer
 2017-07-17  7:11 UTC  (2+ messages)

CAN-FD Transceiver Limitations
 2017-07-10 14:58 UTC  (11+ messages)

MCAN Registers Discrepancy
 2017-06-29 18:19 UTC  (5+ messages)

[PATCH net-next v2 0/5] net: add netlink_ext_ack support to rtnl_link_ops
 2017-06-27  3:13 UTC  (18+ messages)
` [PATCH net-next v2 1/5] net: add netlink_ext_ack argument to rtnl_link_ops.newlink
` [PATCH net-next v2 2/5] net: add netlink_ext_ack argument to rtnl_link_ops.changelink
` [PATCH net-next v2 3/5] net: add netlink_ext_ack argument to rtnl_link_ops.validate
` [PATCH net-next v2 4/5] net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink
` [PATCH net-next v2 5/5] net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate

Product Inquiry
 2017-06-26 21:51 UTC 

[PATCH net-next] net: add netlink_ext_ack support to rtnl_link_ops
 2017-06-25 15:50 UTC  (2+ messages)


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).