zephyr/subsys/net/ip
Jukka Rissanen 9080a46e68 net: tcp2: Use mutex instead of irq_lock
When needing to lock non-connection related access, use k_mutex
instead of locking irq. There is really no reason to prevent the
system from generating interrupts.

Fixes #30636

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-12-15 12:16:19 +02:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt
connection.c
connection.h
dhcpv4.c net: dhcpv4: fixed endian issue 2020-11-17 11:44:16 +02:00
dhcpv4.h net: dhcpv4: check dhcpv4 msg len is correct 2020-11-02 12:56:16 +02:00
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
ipv4_autoconf_internal.h
ipv4_autoconf.c
ipv4.c
ipv4.h
ipv6_fragment.c net: ipv6_fragment: fixed endian issue 2020-11-17 11:44:16 +02:00
ipv6_mld.c
ipv6_nbr.c
ipv6.c net: ipv6: fixed endian issue 2020-11-17 11:44:16 +02:00
ipv6.h
Kconfig net: tc: Refactor RX and TX thread priorities 2020-11-20 12:57:29 +02:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
Kconfig.stack
Kconfig.stats
nbr.c
nbr.h
net_context.c net: context: add net_context api to check if a port is bound 2020-11-09 16:15:02 -08:00
net_core.c
net_if.c
net_mgmt.c net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
net_pkt.c net: buf: change avail_count variable to atomic type 2020-10-28 18:45:11 +02:00
net_private.h
net_shell.c net: shell: Fix statistics for network interface 2020-12-01 12:37:52 +02:00
net_shell.h
net_stats.c
net_stats.h net: stats: Separate dropped TCP data segments and TCP packets 2020-11-06 09:50:02 -06:00
net_tc_mapping.h
net_tc.c net: net_tc: change illicit reference to work queue internal state 2020-11-24 13:04:48 +02:00
packet_socket.c
packet_socket.h
promiscuous.c
route.c
route.h
tcp_internal.h net: tcp: Reorganize internal TCP header file 2020-11-16 16:07:10 +02:00
tcp.c
tcp2_priv.h net: tcp2: Fix llvm issue when printing mss 2020-11-19 10:56:26 -05:00
tcp2.c net: tcp2: Use mutex instead of irq_lock 2020-12-15 12:16:19 +02:00
tcp2.h
tp_priv.h
tp.c
tp.h
trickle.c
udp_internal.h
udp.c
utils.c