linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 17:56:19 to 2021-05-27 08:48:42 UTC [more...]

pull-request: can-next 2021-05-27
 2021-05-27  8:45 UTC  (12+ messages)
` [net-next 01/21] dt-bindings: can: rcar_can: Convert to json-schema
` [net-next 02/21] dt-bindings: can: rcar_canfd: "
` [net-next 03/21] can: uapi: update CAN-FD frame description
` [net-next 04/21] can: uapi: introduce CANFD_FDF flag for mixed content in struct canfd_frame
` [net-next 07/21] can: isotp: add symbolic error message to isotp_module_init()
` [net-next 08/21] can: isotp: Add error message if txqueuelen is too small
` [net-next 09/21] can: softing: Remove redundant variable ptr
` [net-next 15/21] can: kvaser_usb: Add new Kvaser hydra devices
` [net-next 17/21] can: c_can: add ethtool support
` [net-next 18/21] can: m_can: use bits.h macros for all regmasks
` [net-next 20/21] can: m_can: make TXESC, RXESC config more explicit

INFO: task hung in register_netdevice_notifier (2)
 2021-05-27  8:24 UTC  (2+ messages)
` [syzbot] "

[PATCH] can: raw: fix TX CAN frames show up as RX'ed ones
 2021-05-27  7:17 UTC  (5+ messages)

[PATCH v2 1/2] can: mcp251xfd: Try to get crystal clock rate from property
 2021-05-26 19:33 UTC  (2+ messages)
` [PATCH v2 2/2] can: mcp251xfd: Fix header block to clarify independence from OF

[PATCH v1 1/1] can: mcp251xfd: Fix header block to clarify independence from OF
 2021-05-26 19:32 UTC  (3+ messages)

[PATCH can-next 0/5] m_can, tcan4x5x: device-specific interrupt handling
 2021-05-26 15:20 UTC  (10+ messages)
` [PATCH can-next 1/5] can: m_can: ops: clear_interrupts -> handle_dev_interrupts
` [PATCH can-next 2/5] can: m_can: m_can_isr(): handle device-specific interrupts
` [PATCH can-next 3/5] can: tcan4x5x: tcan4x5x_clear_interrupts(): rm unnecessary reg clears
` [PATCH can-next 4/5] can: tcan4x5x: only enable useful device interrupts
` [PATCH can-next 5/5] can: tcan4x5x: implement handling of "

[PATCH RFC v4 0/3] Some optimization for lockless qdisc
 2021-05-21 14:14 UTC  (7+ messages)
` [PATCH RFC v4 1/3] net: sched: avoid unnecessary seqcount operation "
` [PATCH RFC v4 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
` [PATCH RFC v4 3/3] net: sched: remove qdisc->empty "
` [Linuxarm] [PATCH RFC v4 0/3] Some optimization "

[PATCH net v1] can: j1939: fix Use-after-Free, hold skb ref while in use
 2021-05-21 11:57 UTC 

[PATCH 0/2] can: m_can: Merge FIFO ops to increase throughput
 2021-05-20 22:28 UTC  (3+ messages)
` [PATCH 1/2] can: m_can: Batch FIFO reads during CAN receive
` [PATCH 2/2] can: m_can: Batch FIFO writes during CAN send

pull-request: can-next 2021-04-07
 2021-05-20 10:29 UTC  (14+ messages)
` [net-next 6/6] can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC register

[PATCH net v8 0/3] fix packet stuck problem for lockless qdisc
 2021-05-18  0:49 UTC  (11+ messages)
` [PATCH net v8 1/3] net: sched: "
` [PATCH net v8 2/3] net: sched: fix tx action rescheduling issue during deactivation
` [PATCH net v8 3/3] net: sched: fix tx action reschedule issue with stopped queue

[PATCH v2 0/2] can: Add CAN_RAW_RECV_OWN_MSGS_ALL socket option
 2021-05-17 18:09 UTC  (12+ messages)
` [PATCH v2 1/2] can: add support for filtering own messages only

[PATCH] can: uapi: update CAN-FD frame description
 2021-05-17 16:55 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in j1939_xtp_rx_dat_one (2)
 2021-05-17 14:22 UTC 

More flags for logging
 2021-05-17  7:29 UTC  (4+ messages)

J1939 Questions on Intended usage
 2021-05-15 19:17 UTC  (9+ messages)

[PATCH net v8 0/3] fix packet stuck problem for lockless qdisc
 2021-05-14 22:20 UTC  (5+ messages)
` [PATCH net v8 1/3] net: sched: "
` [PATCH net v8 2/3] net: sched: fix tx action rescheduling issue during deactivation
` [PATCH net v8 3/3] net: sched: fix tx action reschedule issue with stopped queue

[PATCH] net: Remove unnecessary variables
 2021-05-14 20:40 UTC  (2+ messages)

[PATCH v3 1/2] can: c_can: add ethtool support
 2021-05-14 20:40 UTC  (3+ messages)

[PATCH RFC can-next 0/3] m_can: support device-specific interrupt handling
 2021-05-14 17:13 UTC  (21+ messages)
` [PATCH RFC can-next 1/3] can: m_can: add handle_dev_interrupts callback to m_can_ops
` [PATCH RFC can-next 2/3] can: m_can: m_can_isr(): handle device-specific interrupts
` [PATCH RFC can-next 3/3] can: tcan4x5x: add handle_dev_interrupts callback to ops

[RFC]: can-next 2021-05-14
 2021-05-14 15:37 UTC  (3+ messages)
` [can-next-rfc 1/2] can: at91_can: silence clang warning
` [can-next-rfc 2/2] can: mcp251xfd: "

[PATCH v2 1/2] can: c_can: add ethtool support
 2021-05-13 21:13 UTC  (2+ messages)

[PATCH net v7 0/3] fix packet stuck problem for lockless qdisc
 2021-05-13 15:24 UTC  (6+ messages)
` [PATCH net v7 1/3] net: sched: "
` [PATCH net v7 2/3] net: sched: fix endless tx action reschedule during deactivation
` [PATCH net v7 3/3] net: sched: fix tx action reschedule issue with stopped queue

[PATCH 0/3] can: c_can: cache frames to operate as a true FIFO
 2021-05-13 11:23 UTC  (9+ messages)
` [PATCH 1/3] can: c_can: remove the rxmasked unused variable
` [PATCH 2/3] can: c_can: add ethtool support
` [PATCH 3/3] can: c_can: cache frames to operate as a true FIFO

pull-request: can 2021-05-12
 2021-05-12 21:20 UTC  (3+ messages)
` [net] can: isotp: prevent race between isotp_bind() and isotp_setsockopt()

[PATCH net v6 0/3] fix packet stuck problem for lockless qdisc
 2021-05-12 19:47 UTC  (10+ messages)
` [PATCH net v6 1/3] net: sched: "
` [PATCH net v6 2/3] net: sched: fix endless tx action reschedule during deactivation
` [PATCH net v6 3/3] net: sched: fix tx action reschedule issue with stopped queue
      `  "
          ` [Linuxarm] "

CAN ISO-TP
 2021-05-12 19:15 UTC  (12+ messages)

[syzbot] KASAN: use-after-free Read in bcm_rx_handler
 2021-05-12 10:13 UTC  (2+ messages)

Linux kernel: net/can/isotp: race condition leads to local privilege escalation
 2021-05-12  4:16 UTC  (2+ messages)
` [oss-security] "

CAN: TX frames marked as RX after the sending socket is closed
 2021-05-11 10:01 UTC  (6+ messages)

Personal
 2021-05-10 14:06 UTC 

[syzbot] WARNING in hsr_forward_skb
 2021-05-10  6:09 UTC  (2+ messages)

[PATCH v3 0/2] MCAN: Add support for implementing transceiver as a phy
 2021-05-10  5:31 UTC  (2+ messages)

[PATCH v4 0/2] MCAN: Add support for implementing transceiver as a phy
 2021-05-10  5:25 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: net: can: Document transceiver implementation as phy
` [PATCH v4 2/2] can: m_can: Add support for transceiver "

[PATCH v5 0/3] CAN TRANSCEIVER: Add support for CAN transceivers
 2021-05-10  5:12 UTC  (2+ messages)

[PATCH v6 0/3] CAN TRANSCEIVER: Add support for CAN transceivers
 2021-05-10  5:10 UTC  (4+ messages)
` [PATCH v6 1/3] phy: core: Reword the comment specifying the units of max_link_rate to be Mbps
` [PATCH v6 2/3] dt-bindings: phy: Add binding for TI TCAN104x CAN transceivers
` [PATCH v6 3/3] phy: phy-can-transceiver: Add support for generic CAN transceiver driver

[PATCH net v5 0/3] fix packet stuck problem for lockless qdisc
 2021-05-08  3:05 UTC  (5+ messages)
` [PATCH net v5 1/3] net: sched: "

[PATCH 0/2] dt-bindings: can: renesas: Convert to json-schema
 2021-05-07 22:19 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: can: rcar_can: "
` [PATCH 2/2] dt-bindings: can: rcar_canfd: "

[PATCH RFC] can: isotp: isotp_sendmsg(): return error on FC timeout on TX path
 2021-05-07 14:18 UTC  (4+ messages)

[RFC PATCH v1 0/1] add commandline support for Transmitter Delay Compensation (TDC) in iproute
 2021-05-07 10:35 UTC  (4+ messages)
` [RFC PATCH v1 1/1] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

[RFC PATCH v2 0/2] add commandline support for Transmitter Delay Compensation (TDC) in iproute
 2021-05-07 10:28 UTC  (3+ messages)
` [RFC PATCH v2 1/2] iplink_can: use PRINT_ANY to factorize code and fix signedness
` [RFC PATCH v2 2/2] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

[PATCH RFC] can: isotp: isotp_sendmsg(): return error on FC timeout on TX path
 2021-05-07 10:00 UTC  (3+ messages)

[PATCH v2] can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
 2021-05-07  9:18 UTC 

pull-request: can 2021-05-06
 2021-05-06 23:30 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).