linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-03 13:24:21 to 2021-12-01 22:04:03 UTC [more...]

[PATCH 0/4] can: esd: add support for esd GmbH PCIe/402 CAN interface
 2021-12-01 22:03 UTC  (4+ messages)
` [PATCH 1/4] MAINTAINERS: add Stefan Mätje as maintainer for the esd electronics GmbH CAN drivers
` [PATCH 3/4] can: esd_402_pci: do not increase rx statistics when generating a CAN rx error message frame
` [PATCH 4/4] can: esd_402_pci: do not increase rx_bytes statistics for RTR frames

[PATCH RFC v3 0/4] MUX: Add support for reading enable state from DT
 2021-11-30  8:11 UTC  (19+ messages)
` [PATCH RFC v3 1/4] dt-bindings: mux: Increase the number of arguments in mux-controls
` [PATCH RFC v3 2/4] dt-bindings: phy: ti,tcan104x-can: Document mux-controls property
` [PATCH RFC v3 3/4] mux: Add support for reading mux enable state from DT
` [PATCH RFC v3 4/4] phy: phy-can-transceiver: Add support for setting mux

[PATCH 0/3] add support for Allwinner R40 CAN controller
 2021-11-30  2:25 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: net: can: "
` [PATCH 2/3] can: sun4i_can: add support for "
` [PATCH 3/3] ARM: dts: sun8i: r40: add node for "

[PATCH] can: m_can: Disable and ignore ELO interrupt
 2021-11-29 22:26 UTC  (2+ messages)
` [PATCH RESEND] "

[PATCH v3 0/5] fix statistics and payload issues for error
 2021-11-28 12:37 UTC  (6+ messages)
` [PATCH v3 1/5] can: do not increase rx statistics when generating a CAN rx error message frame
` [PATCH v3 2/5] can: kvaser_usb: do not increase tx statistics when sending error message frames
` [PATCH v3 3/5] can: do not copy the payload of RTR frames
` [PATCH v3 4/5] can: do not increase rx_bytes statistics for "
` [PATCH v3 5/5] can: do not increase tx_bytes "

[PATCH v0] can: raw: supplement the check to prevent the NPD
 2021-11-25 23:43 UTC  (3+ messages)
  `  "

[PATCH v2 0/5] fix statistics and payload issues for error
 2021-11-25 23:28 UTC  (8+ messages)
` [PATCH v2 1/5] can: do not increase rx statistics when generating a CAN rx error message frame
` [PATCH v2 2/5] can: kvaser_usb: do not increase tx statistics when sending error message frames
` [PATCH v2 3/5] can: do not copy the payload of RTR frames
` [PATCH v2 4/5] can: do not increase rx_bytes statistics for "
` [PATCH v2 5/5] can: do not increase tx_bytes "

[PATCH v1 0/2] fix statistics for CAN RTR and Error frames
 2021-11-24 23:55 UTC  (10+ messages)
` [PATCH v1 1/2] can: do not increase rx statistics when receiving CAN error frames
` [PATCH v1 2/2] can: do not increase rx_bytes statistics for RTR frames

[PATCH v3 net] can: sja1000: fix use after free in ems_pcmcia_add_card()
 2021-11-24 17:01 UTC  (2+ messages)

[PATCH v2 net] can: sja1000: fix use after free in ems_pcmcia_add_card()
 2021-11-24  9:13 UTC  (4+ messages)

[PATCH net-next] can: sja1000: fix use after free in ems_pcmcia_add_card()
 2021-11-24  6:56 UTC  (4+ messages)

[PATCH v2] can: bittiming: replace CAN units with the generic ones from linux/units.h
 2021-11-24  1:45 UTC 

[PATCH] can: bittiming: replace CAN units with the SI metric
 2021-11-23 23:26 UTC  (6+ messages)

[RFC PATCH] can: kvaser_usb: do not increase tx statistics when sending CAN error frames
 2021-11-23 13:59 UTC 

[PATCH] can: pch_can: pch_can_rx_normal: fix use after free
 2021-11-23 11:16 UTC 

[PATCH RFC v2 0/4] MUX: Add support for reading enable state from DT
 2021-11-23  8:14 UTC  (14+ messages)
` [PATCH RFC v2 1/4] dt-bindings: mux: Increase the number of arguments in mux-controls
` [PATCH RFC v2 2/4] dt-bindings: phy: ti,tcan104x-can: Document mux-controls property
` [PATCH RFC v2 3/4] mux: Add support for reading mux enable state from DT
` [PATCH RFC v2 4/4] phy: phy-can-transceiver: Add support for setting mux

[PATCH v1 0/5] kvaser_{pciefd,usb} fixes
 2021-11-23  7:44 UTC  (11+ messages)
` [PATCH v1 1/5] can: kvaser_pciefd: Do not increase stats->rx_{packets,bytes} for error frames
` [PATCH v1 2/5] can: kvaser_pciefd: Increase correct stats->{rx,tx}_errors counter
` [PATCH v1 3/5] can: kvaser_usb: Do not increase stats->rx_{packets,bytes} for error frames
` [PATCH v1 4/5] can: kvaser_usb: Use CAN_MHZ define in assignment of frequency
` [PATCH v1 5/5] can: kvaser_usb: Get CAN clock frequency from device

[PATCH] phy: phy-can-transceiver: Make devm_gpiod_get optional
 2021-11-23  6:45 UTC  (3+ messages)

[PATCH RFC 0/2] CAN TRANSCEIVER: Add support for setting mux
 2021-11-22 13:04 UTC  (12+ messages)
` [PATCH RFC 1/2] dt-bindings: phy: ti,tcan104x-can: Document mux-controls property
` [PATCH RFC 2/2] phy: phy-can-transceiver: Add support for setting mux

[PATCH net] can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
 2021-11-18 15:09 UTC  (2+ messages)

[PATCH net 0/4] Fix bit timings for m_can_pci (Elkhart Lake)
 2021-11-18 14:47 UTC  (12+ messages)
` [PATCH net 1/4] can: m_can: pci: fix incorrect reference clock rate
` [PATCH net 2/4] Revert "can: m_can: remove support for custom bit timing"
` [PATCH net 3/4] can: m_can: make custom bittiming fields const
` [PATCH net 4/4] can: m_can: pci: use custom bit timings for Elkhart Lake

[PATCH 6/6] can: peak_usb: add sysfs interface to internal device user value (resend)
 2021-11-18  9:57 UTC 

[PATCH 6/6] can: peak_usb: add sysfs interface to internal device user value
 2021-11-18  9:17 UTC 

[PATCH v5 0/2] can: esd: add support for esd GmbH PCIe/402 CAN interface
 2021-11-17 16:22 UTC  (4+ messages)
` [PATCH 1/2] MAINTAINERS: add Stefan Mätje as maintainer for the esd electronics GmbH CAN drivers
` [PATCH 2/2] can: esd: add support for esd GmbH PCIe/402 CAN interface family

[PATCH 0/6] can: peak_usb: add sysfs interface to flashed value
 2021-11-17 15:16 UTC  (8+ messages)
` [PATCH 1/6] can: peak_usb: rename a callback to a more explicit name
` [PATCH 2/6] can: peak_usb: add callback to read user value of CANFD devices
` [PATCH 3/6] can: peak_usb: correction of a wrong field name
` [PATCH 4/6] can: peak_usb: allow flashing of user defined value
` [PATCH 5/6] can: peak_usb: replace unregister_netdev() with unregister_candev()
` [PATCH 6/6] can: peak_usb: add sysfs interface to internal device user value

[GIT PULL] Networking for 5.16-rc1
 2021-11-16 17:19 UTC  (11+ messages)
  ` 32bit x86 build broken (was: Re: [GIT PULL] Networking for 5.16-rc1)

[syzbot] WARNING in j1939_tp_rxtimer
 2021-11-16 16:23 UTC 

[PATCH] can: etas_es58x: fix error handling
 2021-11-15  9:26 UTC  (12+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

can: m_can: m_can_read_fifo, can_fd_dlc2len returns sometimes cf->len=0
 2021-11-12 18:38 UTC  (3+ messages)

[PATCH net] can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
 2021-11-10  2:00 UTC  (3+ messages)

pull-request: can 2021-11-06
 2021-11-07 19:10 UTC  (10+ messages)
` [PATCH net 1/8] can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
` [PATCH net 2/8] can: j1939: j1939_can_recv(): ignore messages with invalid source address
` [PATCH net 3/8] can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
` [PATCH net 4/8] can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
` [PATCH net 5/8] can: peak_usb: always ask for BERR reporting for PCAN-USB devices
` [PATCH net 6/8] can: peak_usb: exchange the order of information messages
` [PATCH net 7/8] can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_finish() in case of bus off
` [PATCH net 8/8] can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable()

[PATCH v2] can: m_can: m_can_read_fifo: fix memory leak in error branch
 2021-11-07  5:07 UTC 

[RFC PATCH v1] can: m_can: m_can_read_fifo: fix memory leak in error branch
 2021-11-06 23:18 UTC  (4+ messages)

[PATCH 1/2] can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_finish() in case of bus off
 2021-11-06 20:15 UTC  (2+ messages)
` [PATCH 2/2] can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable()

[PATCH 0/2 v2] can: peak_usb: PCAN-USB bus state fix and info ordering
 2021-11-06 16:39 UTC  (2+ messages)

[PATCH 1/2 v2] can: peak_usb: always ask for BERR reporting for PCAN-USB devices
 2021-11-06 16:37 UTC  (3+ messages)

[PATCH net v2 0/3] can: j1939: fix some standard conformance problems
 2021-11-06 16:26 UTC  (6+ messages)
` [PATCH net v2 2/3] can: j1939: j1939_can_recv(): ignore messages with invalid source address
` [PATCH net v2 3/3] can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM

sjw in can_calc_bittiming
 2021-11-05 12:07 UTC  (2+ messages)

[PATCH iproute2-next 5.16 v6 0/5] iplink_can: cleaning, fixes and adding TDC support
 2021-11-04 15:50 UTC  (7+ messages)
` [PATCH iproute2-next 5.16 v6 1/5] iplink_can: fix configuration ranges in print_usage() and add unit
` [PATCH iproute2-next 5.16 v6 2/5] iplink_can: code refactoring of print_ctrlmode()
` [PATCH iproute2-next 5.16 v6 3/5] iplink_can: use PRINT_ANY to factorize code and fix signedness
` [PATCH iproute2-next 5.16 v6 4/5] iplink_can: print brp and dbrp bittiming variables
` [PATCH iproute2-next 5.16 v6 5/5] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)


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