about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-03-25 13:16:46 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-03-25 13:16:46 +0000
commitd7563e6277ee9c0b6936debd4a6c9a910105b68a (patch)
tree918d60219b31bce9cb3997eb0920d3c8564822e8 /ChangeLog
parent9ac2de697e4989812197d939b9bf20ad1d784d8c (diff)
downloadglibc-d7563e6277ee9c0b6936debd4a6c9a910105b68a.tar.gz
glibc-d7563e6277ee9c0b6936debd4a6c9a910105b68a.tar.xz
glibc-d7563e6277ee9c0b6936debd4a6c9a910105b68a.zip
Add UDP_GRO from Linux 5.0 to netinet/udp.h.
This patch adds the new constant UDP_GRO from Linux 5.0 to glibc.

Tested for x86_64.

	* sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ead14e1a9..2e8ed59d21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2019-03-25  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro.
+
 	* elf/elf.h (NT_ARM_PAC_MASK): New macro.
 	(NT_MIPS_MSA): Likewise.