Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2024-09-19 17:50:41 to 2024-10-16 19:05:51 UTC [more...]

[PATCH net-next v3 0/9] do not leave dangling sk pointers in pf->create functions
 2024-10-16 19:05 UTC  (31+ messages)
` [PATCH net-next v3 1/9] af_packet: avoid erroring out after sock_init_data() in packet_create()
` [PATCH net-next v3 2/9] Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()
` [PATCH net-next v3 3/9] Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()
` [PATCH net-next v3 4/9] net: af_can: do not leave a dangling sk pointer in can_create()
` [PATCH net-next v3 5/9] net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()
` [PATCH net-next v3 6/9] net: inet: do not leave a dangling sk pointer in inet_create()
` [PATCH net-next v3 7/9] net: inet6: do not leave a dangling sk pointer in inet6_create()
` [PATCH net-next v3 8/9] net: warn, if pf->create does not clear sock->sk on error
` [PATCH net-next v3 9/9] Revert "net: do not leave a dangling sk pointer, when socket creation fails"

[PATCH v4 0/9] can: m_can: Add am62 wakeup support
 2024-10-16 18:57 UTC  (15+ messages)
` [PATCH v4 1/9] dt-bindings: can: m_can: Add wakeup properties
` [PATCH v4 2/9] dt-bindings: can: m_can: Add vio-supply
` [PATCH v4 3/9] can: m_can: Map WoL to device_set_wakeup_enable
` [PATCH v4 4/9] can: m_can: Return ERR_PTR on error in allocation
` [PATCH v4 5/9] can: m_can: Support pinctrl wakeup state
` [PATCH v4 6/9] can: m_can: Add use of optional regulator
` [PATCH v4 7/9] arm64: dts: ti: k3-am62: Mark mcu_mcan0/1 as wakeup-source
` [PATCH v4 8/9] arm64: dts: ti: k3-am62a-mcu: "
` [PATCH v4 9/9] arm64: dts: ti: k3-am62p-mcu: "

[PATCH v5] can: gs_usb.c: add usb endpoint address detection at driver probe step
 2024-10-16 16:28 UTC  (2+ messages)

[PATCH v2 0/4] CAST Controller Area Network driver support
 2024-10-16 14:16 UTC  (15+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add cast vendor prefix
` [PATCH v2 2/4] dt-bindings: can: Add CAST CAN Bus Controller
` [PATCH v2 3/4] can: Add driver for "
` [PATCH v2 4/4] riscv: dts: starfive: jh7110: Add CAN nodes

[PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-15 18:00 UTC  (9+ messages)
` [PATCH 10/17] can: gw: "
` (subset) [PATCH 00/17] "

[PATCH v3 0/9] can: m_can: Add am62 wakeup support
 2024-10-15  9:29 UTC  (19+ messages)
` [PATCH v3 1/9] dt-bindings: can: m_can: Add wakeup properties
` [PATCH v3 2/9] dt-bindings: can: m_can: Add vio-supply
` [PATCH v3 3/9] can: m_can: Map WoL to device_set_wakeup_enable
` [PATCH v3 4/9] can: m_can: Return ERR_PTR on error in allocation
` [PATCH v3 5/9] can: m_can: Support pinctrl wakeup state
` [PATCH v3 6/9] can: m_can: Add use of optional regulator
` [PATCH v3 7/9] arm64: dts: ti: k3-am62: Mark mcu_mcan0/1 as wakeup-source
` [PATCH v3 8/9] arm64: dts: ti: k3-am62a-mcu: "
` [PATCH v3 9/9] arm64: dts: ti: k3-am62p-mcu: "

[RFC PATCH 0/6] This series originates from some tests I ran on a CAN communication for
 2024-10-15  7:47 UTC  (9+ messages)
` [RFC PATCH 1/6] can: dev: add generic function can_update_bus_error_stats()
` [RFC PATCH 2/6] can: flexcan: use can_update_bus_error_stats()
` [RFC PATCH 3/6] can: dev: add helper macros to setup an error frame
` [RFC PATCH 4/6] can: flexcan: use helper macros to setup the "
` [RFC PATCH 5/6] can: netlink: extend stats to the error types (ack, CRC, form, ...)
` [RFC PATCH 6/6] can: dev: update the error types stats "

[PATCH] can: c_can: fix {rx,tx}_errors statistics
 2024-10-14 13:53 UTC 

[PATCH v1] can: j1939: Extend stack documentation with buffer size behavior
 2024-10-13 18:17 UTC 

[PATCH v4] can: gs_usb.c: add usb endpoint address detection at driver probe step
 2024-10-12 20:54 UTC  (5+ messages)
` Subject: Second version of the patch is ready for review
  ` Subject: Bytes order nitpick
  ` Subject: Reviewer Reply

[PATCH net-next V2] can: j1939: fix uaf warning in j1939_session_destroy
 2024-10-11 14:10 UTC  (3+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-09 21:02 UTC  (15+ messages)

Predictable network device names for CAN devices
 2024-10-09  7:39 UTC  (3+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-08 16:36 UTC  (2+ messages)

[PATCH v2 0/8] do not leave dangling sk pointers in pf->create functions
 2024-10-08  8:12 UTC  (15+ messages)
` [PATCH v2 1/8] net: explicitly clear the sk pointer, when pf->create fails
` [PATCH v2 2/8] af_packet: avoid erroring out after sock_init_data() in packet_create()
` [PATCH v2 3/8] Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()
` [PATCH v2 4/8] Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()
` [PATCH v2 5/8] net: af_can: do not leave a dangling sk pointer in can_create()
` [PATCH v2 6/8] net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()
` [PATCH v2 7/8] net: inet: do not leave a dangling sk pointer in inet_create()
` [PATCH v2 8/8] inet6: do not leave a dangling sk pointer in inet6_create()

[PATCH v4 1/2] can: m_can: set init flag earlier in probe
 2024-10-07  8:23 UTC  (2+ messages)
` [PATCH v4 2/2] can: m_can: fix missed interrupts with m_can_pci

[PATCH RFC can] can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation
 2024-10-06  8:31 UTC  (2+ messages)
` AW: "

[syzbot] Monthly can report (Oct 2024)
 2024-10-04 10:11 UTC 

[PATCH] can: fix skb reference counting in j1939_session_new()
 2024-10-03 17:36 UTC 

[syzbot] [can?] WARNING: refcount bug in sk_skb_reason_drop
 2024-10-03 16:14 UTC 

[PATCH v2] dt-bindings: net: can: atmel: Convert to json schema
 2024-10-03  8:34 UTC  (2+ messages)

IRQ handler mcp251xfd_handle_tefif() returned -22
 2024-10-01 14:35 UTC  (11+ messages)
  ` AW: "
      ` AW: "
          ` AW: "
              ` AW: "

[PATCH] can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices
 2024-10-01 12:48 UTC  (3+ messages)

[PATCH can-next] can: mcan: m_can_open(): simplify condition to call free_irq()
 2024-10-01 11:12 UTC  (2+ messages)

[linux][PATCH v2 01/20] dt-bindings: can: mpfs: add PIC64GX CAN compatibility
 2024-09-30 16:51 UTC  (5+ messages)

[PATCH] dt-bindings: net: can: atmel: Convert to json schema
 2024-09-30  4:07 UTC  (5+ messages)

mcp251xfd: please add to the stable trees
 2024-09-27  7:57 UTC  (2+ messages)

[PATCH v3 1/2] can: m_can: set init flag earlier in probe
 2024-09-26  9:57 UTC  (7+ messages)
` [PATCH v3 2/2] can: m_can: fix missed interrupts with m_can_pci

[PATCH AUTOSEL 6.6 050/139] can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
 2024-09-25 12:07 UTC 

[PATCH AUTOSEL 6.10 056/197] can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
 2024-09-25 11:51 UTC 

[PATCH AUTOSEL 6.11 068/244] can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
 2024-09-25 11:24 UTC 

[PATCH] can: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIP
 2024-09-24 12:16 UTC  (3+ messages)

Oops on mcp251xfd open on 6.6.52
 2024-09-24  6:53 UTC  (7+ messages)

[PATCH v2 1/2] can: m_can: set init flag earlier in probe
 2024-09-24  6:16 UTC  (11+ messages)
` [PATCH v2 2/2] can: m_can: fix missed interrupts with m_can_pci
      ` [PATCH DO_NOT_APPLY] net: can: m_can: Support tcan level with edge interrupts

[PATCH 0/1] Allow building {cc770,sja1000}_isa on x86_64 again
 2024-09-23 11:01 UTC  (3+ messages)
` [PATCH 1/1] can: {cc770,sja1000}_isa: allow building on x86_64

[PATCH v2] can: gs_usb.c: add usb endpoint address detection at driver probe step
 2024-09-23  6:07 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox