All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] net/tcp: Fix several bugs and allow rttcp to be built
@ 2018-11-06 10:00 Sebastian Smolorz
  2018-11-06 10:00 ` [PATCH v2 1/8] net/tcp: return ufd in rt_tcp_accept() Sebastian Smolorz
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Sebastian Smolorz @ 2018-11-06 10:00 UTC (permalink / raw)
  To: xenomai

This patch series makes RTnet's tcp module usable again. It was not
working due to several bugs which showed up in combination with reworked
RTDM of Xenomai 3.

Tests on real hardware (little endian) were successful. A test on big
endian is still pending.

Sebastian Smolorz (8):
  net/tcp: return ufd in rt_tcp_accept()
  net/tcp: fix listen() and shutdown() IOCTL calls
  net/tcp: Fix bug when obtaining RST socket's private structure from
    its rtdm_fd pointer
  net/tcp: Copy data back to user buffer in rt_tcp_recvmsg
  net/tcp: fix TCP connection termination
  net/tcp: Set valid flags in struct tcphdr on little and big endian
    machines
  net/tcp: return already copied number of bytes to recv() callers when
    peer socket terminates
  net/tcp: Allow choice of rttcp protocol in Kconfig

 kernel/drivers/net/stack/ipv4/Kconfig   |  2 +-
 kernel/drivers/net/stack/ipv4/tcp/tcp.c | 54 ++++++++++++---------------------
 2 files changed, 21 insertions(+), 35 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-11-16  6:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06 10:00 [PATCH v2 0/8] net/tcp: Fix several bugs and allow rttcp to be built Sebastian Smolorz
2018-11-06 10:00 ` [PATCH v2 1/8] net/tcp: return ufd in rt_tcp_accept() Sebastian Smolorz
2018-11-06 10:00 ` [PATCH v2 2/8] net/tcp: fix listen() and shutdown() IOCTL calls Sebastian Smolorz
2018-11-06 10:00 ` [PATCH v2 3/8] net/tcp: Fix bug when obtaining RST socket's private structure from its rtdm_fd pointer Sebastian Smolorz
2018-11-06 10:00 ` [PATCH v2 4/8] net/tcp: Copy data back to user buffer in rt_tcp_recvmsg Sebastian Smolorz
2018-11-06 18:52   ` Jan Kiszka
2018-11-08  8:09     ` Sebastian Smolorz
2018-11-06 10:00 ` [PATCH v2 5/8] net/tcp: fix TCP connection termination Sebastian Smolorz
2018-11-06 10:00 ` [PATCH v2 6/8] net/tcp: Set valid flags in struct tcphdr on little and big endian machines Sebastian Smolorz
2018-11-06 10:00 ` [PATCH v2 7/8] net/tcp: return already copied number of bytes to recv() callers when peer socket terminates Sebastian Smolorz
2018-11-06 10:00 ` [PATCH v2 8/8] net/tcp: Allow choice of rttcp protocol in Kconfig Sebastian Smolorz
2018-11-16  6:28 ` [PATCH v2 0/8] net/tcp: Fix several bugs and allow rttcp to be built Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.