linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-05 19:32:52 to 2014-02-28 12:33:25 UTC [more...]

[PATCH v5 0/6] Add CAN FD infrastructure for CAN driver
 2014-02-28 12:33 UTC  (13+ messages)
` [PATCH v5 1/6] can: preserve skbuff protocol in can_put_echo_skb
` [PATCH v5 2/6] can: only send bitrate data via netlink when available
` [PATCH v5 3/6] can: provide a separate bittiming_const parameter to bittiming functions
` [PATCH v5 4/6] can: introduce the data bitrate configuration for CAN FD
` [PATCH v5 5/6] can: allow to change the device mtu for CAN FD capable devices
` [PATCH v5 6/6] can: add bittiming check at interface open for CAN FD

[PATCH v7 0/7] Add CAN FD infrastructure for CAN driver
 2014-02-28 12:31 UTC  (10+ messages)
` [PATCH v7 1/7] can: preserve skbuff protocol in can_put_echo_skb
` [PATCH v7 2/7] can: only send bitrate data via netlink when available
` [PATCH v7 3/7] can: move sanity check for bitrate and tq into can_get_bittiming
` [PATCH v7 4/7] can: provide a separate bittiming_const parameter to bittiming functions
` [PATCH v7 5/7] can: introduce the data bitrate configuration for CAN FD
` [PATCH v7 6/7] can: allow to change the device mtu for CAN FD capable devices
` [PATCH v7 7/7] can: add bittiming check at interface open for CAN FD

[PATCH v5] can: add Renesas R-Car CAN driver
 2014-02-28 12:17 UTC  (15+ messages)

[PATCH v4] can: xilinx CAN controller support
 2014-02-28  8:32 UTC  (8+ messages)

[can-utils PATCH] can-calc-bit-timing: add a proper GNU license agreement
 2014-02-27 21:07 UTC  (2+ messages)

[PATCH] can: remove CAN FD compatibility for CAN 2.0 sockets
 2014-02-27 20:16 UTC 

[PATCH v6 0/7] Add CAN FD infrastructure for CAN driver
 2014-02-27 18:15 UTC  (8+ messages)
` [PATCH v6 1/7] can: preserve skbuff protocol in can_put_echo_skb
` [PATCH v6 2/7] can: only send bitrate data via netlink when available
` [PATCH v6 3/7] can: move sanity check for bitrate and tq into can_get_bittiming
` [PATCH v6 4/7] can: provide a separate bittiming_const parameter to bittiming functions
` [PATCH v6 5/7] can: introduce the data bitrate configuration for CAN FD
` [PATCH v6 6/7] can: allow to change the device mtu for CAN FD capable devices
` [PATCH v6 7/7] can: add bittiming check at interface open for CAN FD

[PATCH v7] can: add Renesas R-Car CAN driver
 2014-02-27 14:27 UTC  (2+ messages)

[PATCH v4 0/7] Add CAN FD infrastructure for CAN driver
 2014-02-26 20:35 UTC  (11+ messages)
` [PATCH v4 1/7] can: preserve skbuff protocol in can_put_echo_skb
` [PATCH v4 2/7] can: netlink send bittiming data only when a bitrate is available
` [PATCH v4 3/7] can: provide a separate bittiming_const parameter to bittiming functions
` [PATCH v4 4/7] can: introduce the data bitrate configuration for CAN FD
` [PATCH v4 5/7] can: allow to change the device mtu for CAN FD capable devices
` [PATCH v4 6/7] can: fix bitrate check semantics at interface open time
` [PATCH v4 7/7] can: add bittiming check at interface open for CAN FD

[PATCH 0/3] adding LFS support
 2014-02-26 18:40 UTC  (5+ messages)
` [PATCH 1/3] Makefile: move cpp related flags from CFLAGS to CPPFLAGS
` [PATCH 2/3] Makefile: add large file support (LFS)
` [PATCH 3/3] configure: add checks for "

MCP2515 DTS support
 2014-02-26 18:17 UTC  (10+ messages)

Any chance to get the Vector CANcardXL working with SocketCAN?
 2014-02-26 14:37 UTC  (2+ messages)

[PATCH 1/2] can: mcp251x: Move diagnostic messages to dev_dbg()
 2014-02-26  8:23 UTC  (7+ messages)
` [PATCH 2/2] can: mcp251x: Remove #ifdef CONFIG_PM_SLEEP

Bug#568303: can-utils Debian package
 2014-02-24 10:04 UTC  (10+ messages)

[PATCH RFC] Large file support (LFS) for can-utils
 2014-02-21 21:37 UTC  (3+ messages)

[PATCH v3 1/5] can: preserve skbuff protocol in can_put_echo_skb
 2014-02-21  8:27 UTC  (12+ messages)
` [PATCH v3 2/5] can: netlink send bittiming data only when a bitrate is available
` [PATCH v3 3/5] can: provide a separate bittiming_const parameter to bittiming functions
` [PATCH v3 4/5] can: introduce the data bitrate configuration for CAN FD
` [PATCH v3 5/5] can: allow to change the device mtu for CAN FD capable devices

Can't start ESD CAN-USB/2
 2014-02-17 16:13 UTC  (15+ messages)

[PATCH] can: xilinx CAN controller support
 2014-02-17  9:42 UTC  (3+ messages)

vcan multithreaded problem testing
 2014-02-16 11:16 UTC  (2+ messages)

[PATCH stable 3.9+] can: add destructor for self generated skbs
 2014-02-16  0:07 UTC  (6+ messages)
` [INFO] BCM and ISOTP crashes Linux 3.11 - 3.13 when running on REAL HW CAN interfaces
      ` Netdev stable patches status

[PATCH 1/4] can: preserve skbuff protocol in can_put_echo_skb
 2014-02-15 10:06 UTC  (7+ messages)
` [PATCH 2/4] can: netlink send bittiming data only when bittiming_const is available
` [PATCH 3/4] can: provide a separate bittiming_const parameter to bittiming functions
` [PATCH 4/4] can: introduce a second bitrate for CAN FD data bitrate configuration

[PATCH 1/5] can: preserve skbuff protocol in can_put_echo_skb
 2014-02-15  7:08 UTC  (5+ messages)
` [PATCH 2/5] can: netlink send bittiming data only when a bitrate is available
` [PATCH 3/5] can: provide a separate bittiming_const parameter to bittiming functions
` [PATCH 4/5] can: introduce the data bitrate configuration for CAN FD
` [PATCH 5/5] can: allow to change the device mtu for CAN FD capable devices

[PATCH can-next] Add CAN FD driver infrastructure
 2014-02-14 20:58 UTC  (8+ messages)

[PATCH v2] can: xilinx CAN controller support
 2014-02-14  9:59 UTC  (8+ messages)

pull-request: can 2014-02-12
 2014-02-13 23:17 UTC  (3+ messages)
` [PATCH] can: kvaser_usb: check number of channels returned by HW

pull-request: can-next 2014-02-12
 2014-02-13 23:16 UTC  (2+ messages)

[PATCH v6] can: add Renesas R-Car CAN driver
 2014-02-12 14:08 UTC  (2+ messages)

RFC mcp251x Auto baud rate detection
 2014-02-11 16:21 UTC 

[PATCH] can: xilinx CAN controller support
 2014-02-11 14:12 UTC  (8+ messages)

[PATCH] can: kvaser_usb: check number of channels returned by HW
 2014-02-11 12:36 UTC  (4+ messages)

Driver for CAN in at91
 2014-02-11  8:53 UTC  (2+ messages)

mcp251x can't drop the can0 Interface
 2014-02-10 22:43 UTC  (5+ messages)

trouble bringing up can0 interface on intel eg20t chipset
 2014-02-10 18:30 UTC  (4+ messages)

[PATCH 1/2] libsocketcan: Initialize stack variables properly
 2014-02-07  9:42 UTC  (4+ messages)
` [PATCH 2/2] libsocketcan: Remove excess goto's

[PATCH v3 0/5] can: sja1000: cleanups and new OF property
 2014-02-06 14:21 UTC  (5+ messages)
` [PATCH v3 5/5] can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register access

PATCH v4 1/5] can: sja1000: cleanups and new OF property
 2014-02-06 11:09 UTC  (6+ messages)
` [PATCH v4 1/5] can: sja1000: convert printk to use netdev API
` [PATCH v4 2/5] can: sja1000: platform: use devm_* APIs
` [PATCH v4 3/5] can: sja1000: fuse of_platform into platform
` [PATCH v4 4/5] Documentation: devicetree: sja1000: add reg-io-width binding
` [PATCH v4 5/5] can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register access

[PATCH RFC] libsocketcan: Fix return value for get{set}_link() function
 2014-02-06 10:47 UTC  (2+ messages)

[PATCH iproute2] Add configuration for CAN FD drivers
 2014-02-05 21:47 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).