zephyr/subsys/net/ip
Robert Lubos da6b607a32 net: tcp: Do not cancel connect sem from tcp_conn_unref()
Resetting the connect semaphore from tcp_conn_unref() prevents the
ref/unref mechanism from being used freely when needed. Therefore, move
the code responsible for resetting pending connection to
tcp_conn_close() (called only when the connection is being closed on
behalf of the TCP stack, for instance due to RST being received) and to
net_tcp_put() (connection closed on behalf of the application).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-09-26 10:58:37 +01:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt
connection.c
connection.h
icmp.c
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
igmp.c
ipv4_acd.c
ipv4_autoconf.c
ipv4_fragment.c
ipv4.c
ipv4.h
ipv6_fragment.c
ipv6_mld.c
ipv6_nbr.c net: Add onlink and forwarding check to IPv6-prepare 2024-09-17 20:11:32 -04:00
ipv6_pe.c
ipv6.c net: ipv6: Allow incoming DAD NS message 2024-08-26 11:07:59 -04:00
ipv6.h
Kconfig net: shell: Allow user to disable not used commands 2024-09-23 14:10:15 +01:00
Kconfig.debug
Kconfig.ipv4 net: ipv4: Make native IPv4 options dependent on NET_NATIVE_IPV4 2024-09-23 14:08:34 +01:00
Kconfig.ipv6 net: ipv6: Setting Router Solication Packet timeout 2024-09-23 12:00:35 +02:00
Kconfig.mgmt
Kconfig.stack
Kconfig.stats net: stats: dns: Collect DNS statistics 2024-09-25 13:52:15 -05:00
Kconfig.tcp
nbr.c
nbr.h
net_context.c net: context: Set IPv4 address properly for sendmsg() 2024-09-17 05:22:48 -04:00
net_core.c net: tracing: Add net_send_data function tracing 2024-08-19 21:50:21 -04:00
net_if.c net: if: Check chksum offloading properly for VLAN interfaces 2024-09-24 10:11:33 +02:00
net_mgmt.c
net_pkt.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
net_private.h net: sockets: Update msg_controllen in recvmsg properly 2024-08-23 15:50:37 +01:00
net_stats.c
net_stats.h net: stats: dns: Collect DNS statistics 2024-09-25 13:52:15 -05:00
net_tc_mapping.h
net_tc.c
net_timeout.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c net: ipv6: route: get nexthop's LL address only if relevant 2024-08-08 15:37:32 +02:00
route.h
tcp_internal.h
tcp_private.h
tcp.c net: tcp: Do not cancel connect sem from tcp_conn_unref() 2024-09-26 10:58:37 +01:00
tcp.h
tp_priv.h
tp.c
tp.h
udp_internal.h
udp.c
utils.c net: ip: utils: revise data type declarations in z_impl_net_addr_ntop 2024-08-06 17:15:50 -04:00