linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 05:57:22 to 2019-11-22 14:52:51 UTC [more...]

pull-request: can 2019-11-22
 2019-11-22 14:52 UTC  (3+ messages)
` [PATCH 1/2] can: m_can_platform: set net_device structure as driver data
` [PATCH 2/2] can: m_can_platform: remove unnecessary m_can_class_resume() call

[PATCH 0/2] can: xilinx_can: Bug fixes on can driver
 2019-11-22 14:28 UTC  (7+ messages)
` [PATCH 1/2] can: xilinx_can: skip error message on deferred probe
` [PATCH 2/2] can: xilinx_can: Fix usage of skb memory

[PATCH] MAINTAINERS: Add fragment for xilinx CAN driver
 2019-11-22 14:20 UTC  (2+ messages)

WARNING in j1939_sk_queue_activate_next
 2019-11-21  9:26 UTC  (2+ messages)

KMSAN: uninit-value in can_receive
 2019-11-20 20:10 UTC  (13+ messages)

[PATCH 0/2] can: m_can_platform: Bug fix of kernel panic for
 2019-11-19 14:45 UTC  (5+ messages)
  ` [PATCH 1/2] can: m_can_platform: set net_device structure as driver data
  ` [PATCH 2/2] can: m_can_platform: remove unnecessary m_can_class_resume() call

[PATCH 1/3] can: flexcan: fix deadlock when using self wakeup
 2019-11-18  8:54 UTC  (14+ messages)
` [PATCH 2/3] can: flexcan: change the way of stop mode acknowledgment
` [PATCH 3/3] can: flexcan: add LPSR mode support

[PATCH v3] can: m_can: add support for one shot mode
 2019-11-15  5:20 UTC  (5+ messages)

pull-request: can 2019-11-14
 2019-11-14  9:51 UTC  (3+ messages)
` [PATCH] slcan: Fix memory leak in error path

pull-request: can 2019-11-13
 2019-11-13 19:47 UTC  (11+ messages)
` [PATCH 1/9] can: af_can: export can_sock_destruct()
` [PATCH 2/9] can: j1939: move j1939_priv_put() into sk_destruct callback
` [PATCH 3/9] can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULL
` [PATCH 4/9] can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk_sendmsg()
` [PATCH 5/9] can: j1939: transport: make sure the aborted session will be deactivated only once
` [PATCH 6/9] can: j1939: make sure socket is held as long as session exists
` [PATCH 7/9] can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_cancel() instead of hrtimer_cancel()
` [PATCH 8/9] can: j1939: j1939_can_recv(): add priv refcounting
` [PATCH 9/9] can: j1939: warn if resources are still linked on destroy

[PATCH v1 0/9] can: j1939: fix multiple issues found by syzbot
 2019-11-13 10:04 UTC  (16+ messages)
` [PATCH v1 1/9] can: af_can: export can_sock_destruct()
` [PATCH v1 2/9] can: j1939: move j1939_priv_put() into sk_destruct callback
` [PATCH v1 3/9] can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULL
` [PATCH v1 4/9] can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk_sendmsg()
` [PATCH v1 5/9] can: j1939: transport: make sure the aborted session will be deactivated only once
` [PATCH v1 6/9] can: j1939: make sure socket is held as long as session exists
` [PATCH v1 7/9] can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_cancel() instead of hrtimer_cancel()
` [PATCH v1 8/9] can: j1939: j1939_can_recv(): add priv refcounting
` [PATCH v1 9/9] can: j1939: warn if resources are still linked on destroy

pull-request: can-next 2019-10-07
 2019-11-12 20:46 UTC  (3+ messages)
` pull-request: can-next 2019-10-07,pull-request: "

WARNING: refcount bug in j1939_netdev_start
 2019-11-11 16:07 UTC  (3+ messages)

INFO: task hung in vivid_stop_generating_vid_cap
 2019-11-11 14:00 UTC  (5+ messages)

KASAN: use-after-free Read in j1939_session_get_by_addr_locked
 2019-11-11  3:57 UTC  (2+ messages)

KASAN: use-after-free Read in j1939_sk_recv
 2019-11-10 22:55 UTC  (2+ messages)

pull-request: can 2019-11-05
 2019-11-09 20:28 UTC  (38+ messages)
` [PATCH 01/33] can: dev: add missing of_node_put() after calling of_get_child_by_name()
` [PATCH 02/33] can: gs_usb: gs_can_open(): prevent memory leak
` [PATCH 03/33] can: mcba_usb: fix use-after-free on disconnect
` [PATCH 04/33] can: usb_8dev: "
` [PATCH 05/33] can: flexcan: disable completely the ECC mechanism
` [PATCH 06/33] can: peak_usb: fix a potential out-of-sync while decoding packets
` [PATCH 07/33] can: peak_usb: fix slab info leak
` [PATCH 08/33] can: peak_usb: report bus recovery as well
` [PATCH 09/33] can: c_can: c_can_poll(): only read status register after status IRQ
` [PATCH 10/33] can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open
` [PATCH 11/33] can: c_can: C_CAN: add bus recovery events
` [PATCH 12/33] can: xilinx_can: Fix flags field initialization for axi can
` [PATCH 13/33] can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb mem leak
` [PATCH 14/33] can: rx-offload: can_rx_offload_queue_tail(): "
` [PATCH 15/33] can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue beyond skb_queue_len_max
` [PATCH 16/33] can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on queue overflow or OOM
` [PATCH 17/33] can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate error value in case of errors
` [PATCH 18/33] can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on error
` [PATCH 19/33] can: rx-offload: can_rx_offload_irq_offload_fifo(): "
` [PATCH 20/33] can: flexcan: increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails
` [PATCH 21/33] can: ti_hecc: ti_hecc_error(): "
` [PATCH 22/33] can: ti_hecc: ti_hecc_stop(): stop the CPK on down
` [PATCH 23/33] can: ti_hecc: keep MIM and MD set
` [PATCH 24/33] can: ti_hecc: release the mailbox a bit earlier
` [PATCH 25/33] can: ti_hecc: add fifo overflow error reporting
` [PATCH 26/33] can: ti_hecc: properly report state changes
` [PATCH 27/33] can: ti_hecc: add missing "
` [PATCH 28/33] can: j1939: fix resource leak of skb on error return paths
` [PATCH 29/33] can: j1939: fix memory leak if filters was set
` [PATCH 30/33] can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with the total message size set
` [PATCH 31/33] can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct total message size
` [PATCH 32/33] can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race condition
` [PATCH 33/33] can: don't use deprecated license identifiers
` request: merge net/master into net-next/master
  ` request: merge net/master into net-next/master,request: "

KASAN: use-after-free Read in j1939_session_deactivate
 2019-11-08 23:22 UTC  (2+ messages)

[PATCH V4 1/2] can: flexcan: fix deadlock when using self wakeup
 2019-11-08  5:40 UTC  (3+ messages)

[PATCH] can: return error from can_send() in BUS-OFF state
 2019-11-06 22:03 UTC 

general protection fault in j1939_jsk_del
 2019-11-06 20:45 UTC  (2+ messages)

[PATCH v3] can: m_can: add support for handling arbitration error
 2019-11-06 10:35 UTC  (3+ messages)

general protection fault in j1939_sk_sendmsg
 2019-11-06  7:27 UTC  (2+ messages)

KASAN: use-after-free Read in j1939_xtp_rx_abort_one
 2019-11-06  2:43 UTC  (3+ messages)

general protection fault in j1939_sk_bind
 2019-11-05 16:27 UTC  (2+ messages)

KASAN: use-after-free Write in j1939_sock_pending_del
 2019-11-05 11:45 UTC  (2+ messages)

KASAN: use-after-free Read in j1939_session_get_by_addr
 2019-11-05  8:39 UTC  (5+ messages)

general protection fault in j1939_netdev_notify
 2019-11-05  4:22 UTC 

general protection fault in j1939_priv_get_by_ndev_locked
 2019-11-03  8:04 UTC  (2+ messages)

[RFC PATCH] can: dev: Add check for the minimum value of a bit time
 2019-10-30  6:45 UTC  (2+ messages)
` [PATCH] can: flexcan: Add check for transceiver maximum bitrate limitation

[PATCH v2] can: m_can: add support for handling arbitration error
 2019-10-30  5:55 UTC  (5+ messages)

[PATCH] dt-bindings: can: Convert Allwinner A10 CAN controller to a schema
 2019-10-29 16:59 UTC  (2+ messages)

[RFC] net: sch_generic: fq_codel vs pfifo_fast
 2019-10-26  2:20 UTC  (15+ messages)
` [PATCH] net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[PATCH v2] j1939: transport: make sure EOMA is send with the total message size set
 2019-10-25 13:23 UTC  (2+ messages)

[PATCH v1] j1939: transport: make sure EOMA is send with the total message size set
 2019-10-25 10:32 UTC  (3+ messages)

[PATCH] can: peak_usb: fix slab info leak
 2019-10-23  8:27 UTC 

INFO: task hung in register_netdevice_notifier (2)
 2019-10-23  7:25 UTC 

[PATCH] can: m_can: add support for handling arbitration error
 2019-10-17 11:54 UTC  (9+ messages)
  ` [PATCH] can: m_can: fix boolreturn.cocci warnings

[PATCH net-next] can: ifi: use devm_platform_ioremap_resource() to simplify code
 2019-10-15 16:10 UTC  (2+ messages)

[PATCH net-next] can: rcar: use devm_platform_ioremap_resource() to simplify code
 2019-10-15 14:30 UTC 

[PATCH net-next] can: sun4i: use devm_platform_ioremap_resource() to simplify code
 2019-10-15 14:27 UTC 

[PATCH net-next] can: xilinx_can: use devm_platform_ioremap_resource() to simplify code
 2019-10-15 14:26 UTC 


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