commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9-81-g7d906d2


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-81-g7d906d2
Date: Sun, 10 Sep 2017 10:04:34 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  7d906d22cf1953641303966a756f3c44535001ae (commit)
      from  973089f3832df9887259e1927f7ead800d9dd897 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d906d22cf1953641303966a756f3c44535001ae
Author: Samuel Thibault <address@hidden>
Date:   Sun Sep 10 16:02:05 2017 +0200

    pfinet: select UDP/TCP ports randomly
    
    * pfinet/linux-src/include/net/tcp.h (tcp_port_rover): Remove
    declaration
    * pfinet/linux-src/include/net/udp.h (udp_port_rover): Likewise.
    * pfinet/linux-src/net/ipv4/tcp_ipv4.c (tcp_port_rover): Remove
    variable.
    (tcp_v4_get_port): Take port hint from net_random() instead of
    tcp_port_rover.
    * pfinet/linux-src/net/ipv4/udp.c (udp_port_rover, udp_v4_get_port):
    Likewise.
    * pfinet/linux-src/net/ipv6/tcp_ipv6.c (tcp_v6_get_port): Likewise.
    * pfinet/linux-src/net/ipv6/udp_ipv6.c (udp_v6_get_port): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 pfinet/linux-src/include/net/tcp.h   |  1 -
 pfinet/linux-src/include/net/udp.h   |  2 --
 pfinet/linux-src/net/ipv4/tcp_ipv4.c |  4 +---
 pfinet/linux-src/net/ipv4/udp.c      | 12 ++++--------
 pfinet/linux-src/net/ipv6/tcp_ipv6.c |  3 +--
 pfinet/linux-src/net/ipv6/udp_ipv6.c |  9 ++++-----
 6 files changed, 10 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]