Alin Jerpelea
|
37d5c1b0d9
|
net: Author Gregory Nutt: update licenses to Apache
Gregory Nutt has submitted the SGA and we can migrate the licenses
to Apache.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
|
2021-02-20 00:38:18 -08:00 |
YAMAMOTO Takashi
|
8a23f98233
|
net/tcp/tcp_wrbuffer_dump.c: Fix a syslog format
|
2020-11-20 22:22:53 -08:00 |
Gregory Nutt
|
289e4dde06
|
net/udp and tcp: Yet another (cosmetic) change to UDP and TCP write buffer macro naming.
|
2018-01-22 19:33:14 -06:00 |
Gregory Nutt
|
12d7125b75
|
net/tcp: Write buffering logic should not wait for a free buffer if the socket was opened non-blocking. Also, rename the TCP write buffering macros from WRB_* to TCPWB_* to make room in the namespace for write buffering with other protocols.
|
2018-01-22 11:11:23 -06:00 |
Gregory Nutt
|
2043e1a114
|
IOBs: Move from driver/iob to a better location in mm/iob
|
2017-05-09 07:35:30 -06:00 |
Gregory Nutt
|
bcc6b61fc1
|
Move include/nuttx/net/iob.h to include/drivers/iob.h; rename CONFIG_NET_IOB to CONFIG_DRIVERS_IOB
|
2017-04-20 14:53:30 -06:00 |
Gregory Nutt
|
2b445ddccc
|
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
|
2016-06-20 08:57:08 -06:00 |
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Gregory Nutt
|
2c95fef501
|
Remove some empty code section comments
|
2016-02-26 07:35:55 -06:00 |
Gregory Nutt
|
0abe6c66d7
|
Update everything under nuttx/net to use the corrected syslog interfaces
|
2014-10-08 10:48:11 -06:00 |
Gregory Nutt
|
e89eac6365
|
NET: Fix a few problems after big merge of network reorganization
|
2014-07-06 17:58:36 -06:00 |
Gregory Nutt
|
2d52d70d4c
|
NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.h
|
2014-07-06 12:34:27 -06:00 |
Gregory Nutt
|
5d1f8180d4
|
Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h
|
2014-06-24 10:14:15 -06:00 |
Gregory Nutt
|
30843cf46d
|
TCP write buffering: Add an offset to buffer dumping logic
|
2014-06-23 09:40:17 -06:00 |
Gregory Nutt
|
963f8f49c5
|
TCP write buffering: Add length to buffer dumping instrumentation
|
2014-06-23 07:31:55 -06:00 |
Gregory Nutt
|
6f1651d5f2
|
TCP write buffering: Extend and fix some buffer dumping logic
|
2014-06-22 18:53:18 -06:00 |
Gregory Nutt
|
356d25b503
|
First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)
|
2014-06-22 11:27:57 -06:00 |