linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-03 06:22:44 to 2022-05-17 13:35:17 UTC [more...]

[PATCH 0/2] can: drop tx skb if the device is in listen only mode
 2022-05-17 13:35 UTC  (30+ messages)
` [PATCH 1/2] can: move can_dropped_invalid_skb from skb.h to dev.h
` [PATCH 2/2] can: dev: drop tx skb if in listen only mode
` [PATCH v2 0/2] can: drop tx skb if the device is "
  ` [PATCH v2 1/2] can: skb:: move can_dropped_invalid_skb and can_skb_headroom_valid to skb.c
  ` [PATCH v2 2/2] can: dev: drop tx skb if in listen only mode
` [PATCH v3 0/4] can: can_dropped_invalid_skb() and Kbuild changes
  ` [PATCH v3 1/4] can: slcan: use can_dropped_invalid_skb() instead of manual check
  ` [PATCH v3 2/4] can: Kconfig: change CAN_DEV into a menuconfig
  ` [PATCH v3 3/4] can: skb:: move can_dropped_invalid_skb and can_skb_headroom_valid to skb.c
  ` [PATCH v3 4/4] can: dev: drop tx skb if in listen only mode

[PATCH 00/12] can: kvaser_usb: Various fixes
 2022-05-17  8:41 UTC  (14+ messages)
` [PATCH 01/12] can: kvaser_usb_leaf: Fix overread with an invalid command
` [PATCH 02/12] can: kvaser_usb: Fix use of uninitialized completion
` [PATCH 03/12] can: kvaser_usb: Fix possible completions during init_completion
` [PATCH 04/12] can: kvaser_usb: Mark Mini PCIe 2xHS as supporting error counters
` [PATCH 05/12] can: kvaser_usb_leaf: Set Warning state even without bus errors
` [PATCH 06/12] can: kvaser_usb_leaf: Fix TX queue out of sync after restart
` [PATCH 07/12] can: kvaser_usb_leaf: Fix CAN state "
` [PATCH 08/12] can: kvaser_usb_leaf: Fix improved state not being reported
` [PATCH 09/12] can: kvaser_usb_leaf: Fix silently failing bus params setup
` [PATCH 10/12] can: kvaser_usb_leaf: Fix wrong CAN state after stopping
` [PATCH 11/12] can: kvaser_usb_leaf: Ignore stale bus-off after start
` [PATCH 12/12] can: kvaser_usb_leaf: Fix bogus restart events

[PATCH can-next] can: move to netif_napi_add_weight()
 2022-05-17  6:10 UTC  (2+ messages)

[PATCH net-next 0/9] pull-request: can-next 2022-05-16
 2022-05-17  0:10 UTC  (11+ messages)
` [PATCH net-next 1/9] can: raw: raw_sendmsg(): remove not needed setting of skb->sk
` [PATCH net-next 2/9] can: raw: add support for SO_TXTIME/SCM_TXTIME
` [PATCH net-next 3/9] can: isotp: add support for transmission without flow control
` [PATCH net-next 4/9] can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting
` [PATCH net-next 5/9] can: ctucanfd: Let users select instead of depend on CAN_CTUCANFD
` [PATCH net-next 6/9] can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual check
` [PATCH net-next 7/9] dt-bindings: can: renesas,rcar-canfd: Make interrupt-names required
` [PATCH net-next 8/9] dt-bindings: can: ctucanfd: include common CAN controller bindings
` [PATCH net-next 9/9] docs: ctucanfd: Use 'kernel-figure' directive instead of 'figure'

[PATCH v2 1/4] powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()
 2022-05-16 23:38 UTC  (8+ messages)
` [PATCH v2 2/4] powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
` [PATCH v2 3/4] powerpc/52xx: Get rid of of_node assignment
` [PATCH v2 4/4] powerpc/52xx: Convert to use fwnode API

[RFC] can: ctucanfd: RX timestamping implementation
 2022-05-16 19:21 UTC  (13+ messages)
` [RFC PATCH 1/3] can: ctucanfd: add HW timestamps to RX and error CAN frames
` [RFC PATCH 2/3] dt-bindings: can: ctucanfd: add properties for HW timestamping
` [RFC PATCH 3/3] doc: ctucanfd: RX frames timestamping for platform devices

[PATCH net 0/2] pull-request: can 2022-05-14
 2022-05-16  9:10 UTC  (4+ messages)
` [PATCH net 1/2] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
` [PATCH net 2/2] can: m_can: remove support for custom bit timing, take #2

[PATCH can-next] can: isotp: return -EINVAL on incorrect CAN ID formatting
 2022-05-15 18:16 UTC 

[PATCH net 0/2] pull-request: can 2022-05-13
 2022-05-14 19:00 UTC  (5+ messages)
` [PATCH net 1/2] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
` [PATCH net 2/2] can: m_can: remove support for custom bit timing, take #2

[PATCH v6] can, tty: can327 CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-05-14 12:24 UTC  (12+ messages)

[PATCH v2] can: skb: add extended skb support
 2022-05-14  9:59 UTC  (4+ messages)

[PATCH 1/1] can: skb: add and set local_origin flag
 2022-05-14  3:43 UTC  (14+ messages)

can-bcm: Best practice for dynamic data in frames?
 2022-05-13 15:05 UTC 

[PATCH 1/2] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
 2022-05-13 13:10 UTC  (3+ messages)
` [PATCH 2/2] can: m_can: remove support for custom bit timing, take #2

[PATCH] can: xilinx_can: Add Transmitter delay compensation (TDC) feature support
 2022-05-13 11:56 UTC  (4+ messages)

[PATCH RESEND] can: j1939: do not wait 250ms if the same addr was already claimed
 2022-05-13  9:46 UTC  (9+ messages)

[PATCH v2] usb/peak_usb: cleanup code
 2022-05-12  1:15 UTC  (5+ messages)
  `  "

[PATCH RESEND 0/2] j1939: make sure that sent DAT/CTL frames are marked as TX
 2022-05-11 11:48 UTC  (6+ messages)
` [PATCH RESEND 1/2] can: j1939: make sure that sent DAT "
` [PATCH RESEND 2/2] can: j1939: make sure that sent CTL "

[PATCH] usb/peak_usb: cleanup code
 2022-05-11  8:47 UTC  (6+ messages)
  `  "
    `  "
      `  "

Can someone point me in the right direction
 2022-05-10 19:28 UTC  (4+ messages)

[PATCH] can: ctucanfd: Let users select instead of depend on CAN_CTUCANFD
 2022-05-09 16:08 UTC  (3+ messages)

[PATCH v1 0/4] can: ctucanfd: clenup acoording to the actual rules and documentation linking
 2022-05-08  2:51 UTC  (9+ messages)

[PATCH can-next] can: isotp: add support for transmission without flow control
 2022-05-07 11:55 UTC 

[PATCH v1 1/4] powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()
 2022-05-05  1:03 UTC  (12+ messages)
` [PATCH v1 2/4] powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
` [PATCH v1 3/4] powerpc/52xx: Get rid of of_node assignment
` [PATCH v1 4/4] powerpc/52xx: Convert to use fwnode API

[PATCH] dt-bindings: Drop redundant 'maxItems/minItems' in if/then schemas
 2022-05-04 21:18 UTC  (7+ messages)

[PATCH can-next] dt-binding: can: ctucanfd: include common CAN controller bindings
 2022-05-04 15:28 UTC  (4+ messages)

[PATCH v8 0/7] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2022-05-04  6:34 UTC  (5+ messages)
` [PATCH v8 5/7] can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support

[PATCH] dt-bindings: can: renesas,rcar-canfd: Document RZ/G2UL support
 2022-05-03 16:52 UTC  (4+ messages)

2nd Quater puchase request
 2022-05-03 14:48 UTC 

[RFC v2 21/39] net: add HAS_IOPORT dependencies
 2022-05-03 13:36 UTC  (4+ messages)

[PATCH 0/2] dt-bindings: can: renesas,rcar-canfd: Make interrupt-names required
 2022-05-03  8:15 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH v5] can, tty: elmcan CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-05-03  8:02 UTC 

[PATCH v4] can, tty: elmcan CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-05-03  6:21 UTC  (4+ 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).