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 b79671a336 risc-v/mpfs: emmcsd: fix csd read
     new 4b7604cf81 net: Rename tcp_dataconcat to net_iob_concat
     new 075eb6a6d2 net/udp: Change conn->readahead to I/O buffer chain

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 net/procfs/net_udp.c                               |  2 +-
 net/tcp/Kconfig                                    | 14 ----
 net/tcp/tcp.h                                      | 20 +-----
 net/tcp/tcp_callback.c                             | 44 ++----------
 net/tcp/tcp_input.c                                |  8 +--
 net/udp/udp.h                                      |  5 +-
 net/udp/udp_callback.c                             | 81 +++++++++++++++-------
 net/udp/udp_conn.c                                 |  4 +-
 net/udp/udp_ioctl.c                                |  6 +-
 net/udp/udp_netpoll.c                              |  2 +-
 net/udp/udp_notifier.c                             |  2 +-
 net/udp/udp_recvfrom.c                             | 62 ++++++++++++-----
 net/utils/CMakeLists.txt                           |  3 +-
 net/utils/Kconfig                                  | 14 ++++
 net/utils/Make.defs                                |  2 +-
 .../src/stm32_can.c => net/utils/net_iob_concat.c  | 59 ++++++++--------
 net/utils/utils.h                                  | 17 +++++
 17 files changed, 180 insertions(+), 165 deletions(-)
 copy boards/arm/stm32/nucleo-f303re/src/stm32_can.c => 
net/utils/net_iob_concat.c (69%)

Reply via email to