linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-25 20:37:40 to 2014-03-07 15:36:41 UTC [more...]

FlexCAN on i.MX28 interrupt flooding retrying send
 2014-03-07 15:36 UTC  (9+ messages)

[PATCH] can: Unify MTU settings for CAN interfaces
 2014-03-07 13:04 UTC  (6+ messages)

pull-request: can-next 2014-02-12
 2014-03-07  9:45 UTC 

About timestamping and can-utils
 2014-03-06 18:47 UTC  (4+ messages)

[PATCH] can: mcp251x: Make driver more quiet
 2014-03-05 18:02 UTC  (2+ messages)

c_can: wrong frame order reception
 2014-03-05 15:13 UTC  (2+ messages)

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

[PATCH v5] can: xilinx CAN controller support
 2014-03-05  7:04 UTC  (5+ messages)

C-Can or Other SocketCAN Issue
 2014-03-05  1:10 UTC  (8+ messages)

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

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

[PATCH] can: janz-ican3: convert dev_<level> printing to netdev_<level>
 2014-03-04 21:22 UTC 

[PATCH v7] can: add Renesas R-Car CAN driver
 2014-03-04 22:18 UTC  (3+ messages)

[PATCH v5 0/6] Add CAN FD infrastructure for CAN driver
 2014-03-04 20:44 UTC  (19+ 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] can: mscan: fix sparse warning
 2014-03-04 20:11 UTC 

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

pull-request: can 2014-03-03
 2014-03-03 21:05 UTC  (10+ messages)
` [PATCH 1/8] can: flexcan: fix shutdown: first disable chip, then all interrupts
` [PATCH 2/8] can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails
` [PATCH 3/8] can: flexcan: fix transition from and to low power mode in chip_{en,dis}able
` [PATCH 4/8] can: flexcan: factor out transceiver {en,dis}able into seperate functions
` [PATCH 5/8] can: flexcan: fix transition from and to freeze mode in chip_{,un}freeze
` [PATCH 6/8] can: flexcan: flexcan_remove(): add missing netif_napi_del()
` [PATCH 7/8] can: flexcan: factor out soft reset into seperate funtion
` [PATCH 8/8] can: remove CAN FD compatibility for CAN 2.0 sockets

[PATCH v2] can: remove CAN FD compatibility for CAN 2.0 sockets
 2014-03-03 16:29 UTC  (4+ messages)

[PATCH] can: remove CAN FD compatibility for CAN 2.0 sockets
 2014-03-01 14:31 UTC  (3+ messages)

[PATCH 0/7] can: flexcan: fix shutdown problems
 2014-02-28 22:06 UTC  (8+ messages)
` [PATCH 1/7] can: flexcan: fix shutdown: first disable chip, then all interrupts
` [PATCH 2/7] can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails
` [PATCH 3/7] can: flexcan: fix transition from and to low power mode in chip_{en,dis}able
` [PATCH 4/7] can: flexcan: factor out transceiver {en,dis}able into seperate functions
` [PATCH 5/7] can: flexcan: fix transition from and to freeze mode in chip_{,un}freeze
` [PATCH 6/7] can: flexcan: flexcan_remove(): add missing netif_napi_del()
` [PATCH 7/7] can: flexcan: factor out soft reset into seperate funtion

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

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

[PATCH v7 0/7] Add CAN FD infrastructure for CAN driver
 2014-02-28 13:07 UTC  (12+ 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:34 UTC  (16+ messages)

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

[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 v4 0/7] Add CAN FD infrastructure for CAN driver
 2014-02-26 20:35 UTC  (4+ messages)
` [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


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