mbox series

pull-request: can 2020-08-15

Message ID 20200815092116.424137-1-mkl@pengutronix.de
State Accepted
Delegated to: David Miller
Headers show
Series pull-request: can 2020-08-15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.9-20200815

Message

Marc Kleine-Budde Aug. 15, 2020, 9:21 a.m. UTC
Hello David,

this is a pull request of 4 patches for net/master.

All patches are by Zhang Changzhong and fix broadcast related problems in the
j1939 CAN networking stack.

regards,
Marc

---

The following changes since commit 4ca0d9ac3fd8f9f90b72a15d8da2aca3ffb58418:

  bonding: show saner speed for broadcast mode (2020-08-14 20:39:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.9-20200815

for you to fetch changes up to 0ae18a82686f9b9965a8ce0dd81371871b306ffe:

  can: j1939: add rxtimer for multipacket broadcast session (2020-08-15 11:12:58 +0200)

----------------------------------------------------------------
linux-can-fixes-for-5.9-20200815

----------------------------------------------------------------
Zhang Changzhong (4):
      can: j1939: fix support for multipacket broadcast message
      can: j1939: cancel rxtimer on multipacket broadcast session complete
      can: j1939: abort multipacket broadcast session when timeout occurs
      can: j1939: add rxtimer for multipacket broadcast session

 net/can/j1939/transport.c | 48 +++++++++++++++++++++++++++++++++++------------
 1 file changed, 36 insertions(+), 12 deletions(-)

Comments

David Miller Aug. 16, 2020, 11:05 p.m. UTC | #1
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Sat, 15 Aug 2020 11:21:12 +0200

> this is a pull request of 4 patches for net/master.
> 
> All patches are by Zhang Changzhong and fix broadcast related problems in the
> j1939 CAN networking stack.

Pulled, thanks Marc.