All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net: j1939: extend UAPI for RX notifications
@ 2021-07-07  9:48 Oleksij Rempel
  2021-07-07  9:48 ` [PATCH v2 1/2] net: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_* Oleksij Rempel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Oleksij Rempel @ 2021-07-07  9:48 UTC (permalink / raw)
  To: dev.kurt, mkl, wg
  Cc: Oleksij Rempel, kernel, linux-can, netdev, David Jander,
	Zhang Changzhong

changes v2:
- fix size calculation for the addresses
- make sure all J1939_NLA* have same order

Oleksij Rempel (2):
  net: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
  net: j1939: extend UAPI to notify about RX status

 include/uapi/linux/can/j1939.h |   9 +++
 net/can/j1939/j1939-priv.h     |  10 ++-
 net/can/j1939/socket.c         | 141 +++++++++++++++++++++++++--------
 net/can/j1939/transport.c      |  26 ++++--
 4 files changed, 144 insertions(+), 42 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-04  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  9:48 [PATCH v2 0/2] net: j1939: extend UAPI for RX notifications Oleksij Rempel
2021-07-07  9:48 ` [PATCH v2 1/2] net: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_* Oleksij Rempel
2021-07-07  9:48 ` [PATCH v2 2/2] net: j1939: extend UAPI to notify about RX status Oleksij Rempel
2021-08-04  9:53 ` [PATCH v2 0/2] net: j1939: extend UAPI for RX notifications Marc Kleine-Budde

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.