.. |
Kconfig
|
sched/wqueue: Add an option to work queue notifier so that the notification can occur on different work queues.
|
2018-09-11 07:22:23 -06:00 |
Make.defs
|
net/TCP: Extend the TCP notification logic logic so that it will also report loss of connection events.
|
2018-09-09 17:32:10 -06:00 |
tcp_accept.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
tcp_appsend.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
tcp_backlog.c
|
Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck.
|
2017-08-31 07:23:19 -06:00 |
tcp_callback.c
|
net/TCP: Extend the TCP notification logic logic so that it will also report loss of connection events.
|
2018-09-09 17:32:10 -06:00 |
tcp_conn.c
|
net/tcp: Set the default TCP MSS to the value required by RFC 879 and never change it under any circumstance unless the remote host requests a larger MSS via an option the TCP header.
|
2018-07-05 10:54:45 -06:00 |
tcp_connect.c
|
net/tcp: Set the default TCP MSS to the value required by RFC 879 and never change it under any circumstance unless the remote host requests a larger MSS via an option the TCP header.
|
2018-07-05 10:54:45 -06:00 |
tcp_devpoll.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
tcp_finddev.c
|
net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments.
|
2018-06-23 12:53:27 -06:00 |
tcp_getsockopt.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
tcp_input.c
|
Trivial spelling corrections in comments; update some comments in a Kconfig file.
|
2018-06-24 15:01:49 -06:00 |
tcp_ipselect.c
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
tcp_listen.c
|
networking: IGMP: Remove special support for interrupt level processing (there is none) and fix some timer cancellation logic. In many files, correct comments. There is no interrupt level processing in the networking layer.
|
2017-09-02 10:27:03 -06:00 |
tcp_monitor.c
|
net/tcp/tcp_monitor.c: Fix net unlock issue when tcp close. This bug could leave the net locked.
|
2018-08-26 14:32:06 -06:00 |
tcp_netpoll.c
|
net/tcp/tcp_netpoll.c: Add logic to receive notifications when IOBs are freed (Needs CONFIG_NET_TCP_WRITE_BUFFERS and CONFIG_IOB_NOTIFIER). At present, does nothing because the logic in in psock_tcp_cansend() does not check for the availability of IOBs. That will change.
|
2018-09-12 06:40:18 -06:00 |
tcp_notifier.c
|
mm/iob: IOB free notifier should accept the work queue ID as a paramter. The notification may need to run on either the high- or low- priority work queue. sched/work: Change the default priority of the low-priority work queue to 100.
|
2018-09-11 08:49:39 -06:00 |
tcp_recvwindow.c
|
net/tcp: Back out part of commit d944388888 . I see a few places that say that the maximum receive window size is 32,767 (INT16_MAX), but most say that it is 65,535 (UINT16_MAX).
|
2018-07-05 17:41:01 -06:00 |
tcp_send_buffered.c
|
net/tcp/tcp_netpoll.c: Add logic to receive notifications when IOBs are freed (Needs CONFIG_NET_TCP_WRITE_BUFFERS and CONFIG_IOB_NOTIFIER). At present, does nothing because the logic in in psock_tcp_cansend() does not check for the availability of IOBs. That will change.
|
2018-09-12 06:40:18 -06:00 |
tcp_send_unbuffered.c
|
net/tcp/tcp_netpoll.c: Add logic to receive notifications when IOBs are freed (Needs CONFIG_NET_TCP_WRITE_BUFFERS and CONFIG_IOB_NOTIFIER). At present, does nothing because the logic in in psock_tcp_cansend() does not check for the availability of IOBs. That will change.
|
2018-09-12 06:40:18 -06:00 |
tcp_send.c
|
Squashed commit of the following:
|
2018-07-01 07:59:33 -06:00 |
tcp_sendfile.c
|
net/arp: Improve arp_find() commit 9774d35010 to reduce the amount and frequency of data copies.
|
2018-08-25 07:12:21 -06:00 |
tcp_seqno.c
|
networking: IGMP: Remove special support for interrupt level processing (there is none) and fix some timer cancellation logic. In many files, correct comments. There is no interrupt level processing in the networking layer.
|
2017-09-02 10:27:03 -06:00 |
tcp_setsockopt.c
|
Squashed commit of the following:
|
2018-03-12 10:59:46 -06:00 |
tcp_timer.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
tcp_wrbuffer_dump.c
|
net/udp and tcp: Yet another (cosmetic) change to UDP and TCP write buffer macro naming.
|
2018-01-22 19:33:14 -06:00 |
tcp_wrbuffer.c
|
Squashed commit of the following:
|
2018-07-07 08:26:13 -06:00 |
tcp.h
|
net/TCP: Extend the TCP notification logic logic so that it will also report loss of connection events.
|
2018-09-09 17:32:10 -06:00 |