.. |
Kconfig
|
sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier should work with either lpwork or hpwork and other minor typo fix.
|
2019-01-27 11:02:56 -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
|
Fix condition logic: The setup seems to support a network without sockets. That is not the case.
|
2019-02-11 15:47:25 -06:00 |
tcp_appsend.c
|
|
|
tcp_backlog.c
|
net/tcp/tcp_backlog.c: Add SOMAXCONN definition and implementaton per OpenGroup.org.
|
2018-11-09 11:20:33 -06:00 |
tcp_callback.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_conn.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_connect.c
|
net/: Fixes for more coding standard issues detected by nxstyle.
|
2018-10-29 18:00:30 -06:00 |
tcp_devpoll.c
|
|
|
tcp_finddev.c
|
net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter.
|
2018-10-29 12:21:22 -06:00 |
tcp_getsockopt.c
|
|
|
tcp_input.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_ipselect.c
|
|
|
tcp_listen.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_monitor.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_netpoll.c
|
net/: Fixes for more coding standard issues detected by nxstyle.
|
2018-10-29 18:00:30 -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/tcp_recvwindow.c: In order to receive data we must not only have IOBs available, but we must also have at least one IOB chain qentry available. Otherwise, we will advertise that we an buffer a lot of data when, in fact, we cannot. This is an expermental fix to a performance problem noted by Masayuki Ishikawa.
|
2018-09-22 09:33:29 -06:00 |
tcp_send_buffered.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_send_unbuffered.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_send.c
|
|
|
tcp_sendfile.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_seqno.c
|
|
|
tcp_setsockopt.c
|
|
|
tcp_timer.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp_wrbuffer_dump.c
|
|
|
tcp_wrbuffer.c
|
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
|
2019-03-11 12:48:39 -06:00 |
tcp.h
|
net/tcp/tcp.h: Fix a muffed edit to conditional found in build testing.
|
2019-02-11 15:54:31 -06:00 |