All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org,
	kernel@pengutronix.de
Subject: pull-request: can 2020-12-04
Date: Fri,  4 Dec 2020 14:35:05 +0100	[thread overview]
Message-ID: <20201204133508.742120-1-mkl@pengutronix.de> (raw)

Hello Jakub, hello David,

here's a pull request of 3 patches for net/master.

Zhang Qilong contributes a patch for the softing driver, which fixes the error
handling in the softing_netdev_open() function.

Oliver Hartkopp has two patches for the ISOTP CAN protocol and says:

| This patch set contains a fix that showed up while implementing the
| functional addressing switch suggested by Thomas Wagner.
|
| Unfortunately the functional addressing switch came in very late but
| it is really very simple and already tested.
|
| I would like to leave it to the maintainers whether the second patch
| can still go into the 5.10-rc tree, which is intended for long-term.

regards,
Marc

---

The following changes since commit bbe2ba04c5a92a49db8a42c850a5a2f6481e47eb:

  Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-12-03 13:10:11 -0800)

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.10-20201204

for you to fetch changes up to 2e15980d931afa2e51a067ff6adebf5d5b3929b1:

  can: isotp: add SF_BROADCAST support for functional addressing (2020-12-04 12:49:12 +0100)

----------------------------------------------------------------
linux-can-fixes-for-5.10-20201204

----------------------------------------------------------------
Oliver Hartkopp (2):
      can: isotp: isotp_setsockopt(): block setsockopt on bound sockets
      can: isotp: add SF_BROADCAST support for functional addressing

Zhang Qilong (1):
      can: softing: softing_netdev_open(): fix error handling

 drivers/net/can/softing/softing_main.c |  9 +++++++--
 include/uapi/linux/can/isotp.h         |  2 +-
 net/can/isotp.c                        | 32 +++++++++++++++++++++++---------
 3 files changed, 31 insertions(+), 12 deletions(-)



             reply	other threads:[~2020-12-04 13:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-04 13:35 Marc Kleine-Budde [this message]
2020-12-04 13:35 ` [net 1/3] can: softing: softing_netdev_open(): fix error handling Marc Kleine-Budde
2020-12-04 13:35 ` [net 2/3] can: isotp: isotp_setsockopt(): block setsockopt on bound sockets Marc Kleine-Budde
2020-12-04 13:35 ` [net 3/3] can: isotp: add SF_BROADCAST support for functional addressing Marc Kleine-Budde
2020-12-05  3:44   ` Jakub Kicinski
2020-12-05 11:26     ` Oliver Hartkopp
2020-12-05 20:24       ` Marc Kleine-Budde
2020-12-05 20:33         ` Jakub Kicinski
2020-12-05 20:56           ` Marc Kleine-Budde
2020-12-05 21:09             ` Jakub Kicinski
2020-12-05 21:20               ` Marc Kleine-Budde
2020-12-08 12:54               ` Oliver Hartkopp
2020-12-08 18:07                 ` Jakub Kicinski
2020-12-09  7:45                   ` Marc Kleine-Budde
2020-12-10  8:18                     ` Oliver Hartkopp
2020-12-10  9:55                       ` Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201204133508.742120-1-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --cc=linux-can@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.