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/incubator-nuttx.git


    from 1ad066955f Avoid assertion violation in case of kmm_free(NULL)
     new ea621599fd net: remove pvconn reference from all devif callback
     new 162fcd10ca net: cleanup pvconn reference to avoid confuse

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/arp/arp_poll.c                   |  2 +-
 net/arp/arp_send.c                   |  1 -
 net/bluetooth/bluetooth_callback.c   |  3 +--
 net/bluetooth/bluetooth_recvmsg.c    |  5 ++---
 net/bluetooth/bluetooth_sendmsg.c    |  3 +--
 net/can/can_callback.c               |  2 +-
 net/can/can_recvmsg.c                |  3 +--
 net/can/can_sendmsg.c                |  3 +--
 net/can/can_sockif.c                 |  5 ++---
 net/devif/devif.h                    | 14 +++-----------
 net/devif/devif_callback.c           | 17 +++++------------
 net/icmp/icmp_input.c                |  2 +-
 net/icmp/icmp_netpoll.c              |  5 ++---
 net/icmp/icmp_poll.c                 |  2 +-
 net/icmp/icmp_recvmsg.c              |  6 ++----
 net/icmp/icmp_sendmsg.c              |  6 ++----
 net/icmpv6/icmpv6_autoconfig.c       |  1 -
 net/icmpv6/icmpv6_input.c            |  2 +-
 net/icmpv6/icmpv6_neighbor.c         |  1 -
 net/icmpv6/icmpv6_netpoll.c          |  5 ++---
 net/icmpv6/icmpv6_poll.c             |  2 +-
 net/icmpv6/icmpv6_recvmsg.c          |  6 ++----
 net/icmpv6/icmpv6_sendmsg.c          |  4 +---
 net/ieee802154/ieee802154_callback.c |  3 +--
 net/ieee802154/ieee802154_recvmsg.c  |  7 +++----
 net/ieee802154/ieee802154_sendmsg.c  |  3 +--
 net/ipforward/ipfwd_forward.c        |  4 +---
 net/ipforward/ipfwd_poll.c           |  2 +-
 net/netdev/netdev_carrier.c          |  2 +-
 net/netdev/netdev_ioctl.c            |  2 +-
 net/pkt/pkt_callback.c               |  2 +-
 net/pkt/pkt_recvmsg.c                |  3 +--
 net/pkt/pkt_sendmsg.c                |  3 +--
 net/sixlowpan/sixlowpan_send.c       |  9 ++++-----
 net/sixlowpan/sixlowpan_tcpsend.c    | 13 ++++---------
 net/tcp/tcp.h                        |  5 ++++-
 net/tcp/tcp_callback.c               |  4 ++--
 net/tcp/tcp_close.c                  | 17 +++++++----------
 net/tcp/tcp_connect.c                |  6 ++----
 net/tcp/tcp_dump.c                   | 13 ++++++-------
 net/tcp/tcp_monitor.c                |  8 +++-----
 net/tcp/tcp_netpoll.c                |  5 ++---
 net/tcp/tcp_recvfrom.c               | 21 +++------------------
 net/tcp/tcp_send_buffered.c          | 26 ++------------------------
 net/tcp/tcp_send_unbuffered.c        | 26 ++------------------------
 net/tcp/tcp_sendfile.c               | 28 +++-------------------------
 net/udp/udp_callback.c               |  2 +-
 net/udp/udp_netpoll.c                |  5 ++---
 net/udp/udp_recvfrom.c               |  7 +++----
 net/udp/udp_sendto_buffered.c        |  8 +++-----
 net/udp/udp_sendto_unbuffered.c      |  6 ++----
 net/usrsock/usrsock.h                |  2 +-
 net/usrsock/usrsock_accept.c         |  4 ++--
 net/usrsock/usrsock_bind.c           |  4 ++--
 net/usrsock/usrsock_close.c          |  4 ++--
 net/usrsock/usrsock_connect.c        |  4 ++--
 net/usrsock/usrsock_event.c          |  2 +-
 net/usrsock/usrsock_getpeername.c    |  3 +--
 net/usrsock/usrsock_getsockname.c    |  3 +--
 net/usrsock/usrsock_getsockopt.c     |  5 ++---
 net/usrsock/usrsock_ioctl.c          |  5 ++---
 net/usrsock/usrsock_listen.c         |  4 ++--
 net/usrsock/usrsock_poll.c           | 18 +++++++++---------
 net/usrsock/usrsock_recvmsg.c        |  5 ++---
 net/usrsock/usrsock_sendmsg.c        |  4 ++--
 net/usrsock/usrsock_setsockopt.c     |  5 ++---
 net/usrsock/usrsock_socket.c         |  4 ++--
 67 files changed, 135 insertions(+), 281 deletions(-)

Reply via email to