This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.28.9000-95-g4061791


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 "GNU C Library master sources".

The branch, master has been updated
       via  4061791fccec50dfcd13b72ccb926dedc58b9680 (commit)
      from  bc680b336971305cb39896b30d72dc7101b62242 (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4061791fccec50dfcd13b72ccb926dedc58b9680

commit 4061791fccec50dfcd13b72ccb926dedc58b9680
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Aug 27 13:43:05 2018 +0000

    Update netinet/udp.h from Linux 4.18.
    
    This patch adds the UDP_SEGMENT constant from Linux 4.18 to
    netinet/udp.h.
    
    Tested for x86_64.
    
    	* sysdeps/gnu/netinet/udp.h (UDP_SEGMENT): New macro.

diff --git a/ChangeLog b/ChangeLog
index 819b56f..f97c551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-08-27  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/gnu/netinet/udp.h (UDP_SEGMENT): New macro.
+
 2018-08-25  Paul Eggert  <eggert@cs.ucla.edu>
 
 	regex: fix uninitialized memory access
diff --git a/sysdeps/gnu/netinet/udp.h b/sysdeps/gnu/netinet/udp.h
index eddd248..45f007b 100644
--- a/sysdeps/gnu/netinet/udp.h
+++ b/sysdeps/gnu/netinet/udp.h
@@ -81,6 +81,7 @@ struct udphdr
 				   over IPv6.  */
 #define UDP_NO_CHECK6_RX 102	/* Disable accepting checksum for UDP
 				   over IPv6.  */
+#define UDP_SEGMENT	103	/* Set GSO segmentation size.  */
 
 /* UDP encapsulation types */
 #define UDP_ENCAP_ESPINUDP_NON_IKE 1	/* draft-ietf-ipsec-nat-t-ike-00/01 */

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

Summary of changes:
 ChangeLog                 |    4 ++++
 sysdeps/gnu/netinet/udp.h |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]