This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from c1b2b1b4fbc poll: fix covertify issue about out-of-bound access fds
     add b7b9aebab9f net/can: return -ENODEV if the device is not found when 
bind
     add 1c0a3a8d639 net/can: support can receive packets from all can devices
     add 8c92be874f0 net/can: add write buffer to support nonblock send
     add 232ef950c60 net/can,udp,tcp: add sem destroy for udp/tcp sndsem;
     add 2b092adf480 net/can: fix possible IOB resource leak when can close

No new revisions were added by this update.

Summary of changes:
 Documentation/components/drivers/character/can.rst |   5 +-
 Documentation/components/net/socketcan.rst         | 101 ++++++-
 net/Kconfig                                        |   2 +-
 net/can/CMakeLists.txt                             |   8 +-
 net/can/Kconfig                                    |  11 +
 net/can/Make.defs                                  |   5 +
 net/can/can.h                                      |  37 +++
 net/can/can_conn.c                                 |  24 +-
 net/can/can_getsockopt.c                           |  15 +
 net/can/can_recvmsg.c                              |   5 +
 .../can_sendmsg_buffered.c}                        | 307 +++++++++++++--------
 net/can/can_setsockopt.c                           |  29 ++
 net/can/can_sockif.c                               |  17 +-
 net/tcp/tcp_conn.c                                 |   4 +
 net/udp/udp_conn.c                                 |   4 +
 15 files changed, 443 insertions(+), 131 deletions(-)
 copy net/{pkt/pkt_sendmsg_buffered.c => can/can_sendmsg_buffered.c} (60%)

Reply via email to