Szabolcs Nagy (22): add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10 add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10 add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing add microblaze syscall numbers from linux v4.10 add kexec_file_load syscall number on powerpc from linux v4.10 update aarch64 hwcap.h for linux v4.11 add ETH_P_IBOE from linux v4.11 add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11 add TCP_NLA_* enums from linux v4.11 add statx syscall numbers from linux v4.11 add new SO_ socket options from linux v4.12 add ARPHDR_VSOCKMON from linux v4.12 aarch64: add new HWCAP_* flags from linux v4.12 i386: add arch_prctl syscall number from linux v4.12 s390x: add syscall number for s390_guarded_storage from linux v4.12 add SO_ getsockopt options from linux v4.13 ioctl TIOCGPTPEER from linux v4.13 add new fcntl.h macros from linux v4.13 add new tcp.h socket options from linux v4.13 aarch64: add extra_context struct from linux v4.13 microblaze: add statx syscall from linux v4.13 arch/aarch64/bits/hwcap.h | 5 +++++ arch/aarch64/bits/signal.h | 7 +++++++ arch/aarch64/bits/syscall.h.in | 1 + arch/arm/bits/syscall.h.in | 1 + arch/generic/bits/ioctl.h | 1 + arch/i386/bits/syscall.h.in | 2 ++ arch/microblaze/bits/syscall.h.in | 7 +++++++ arch/mips/bits/ioctl.h | 1 + arch/mips/bits/syscall.h.in | 1 + arch/mips64/bits/ioctl.h | 1 + arch/mips64/bits/syscall.h.in | 1 + arch/mipsn32/bits/ioctl.h | 1 + arch/mipsn32/bits/syscall.h.in | 1 + arch/or1k/bits/syscall.h.in | 1 + arch/powerpc/bits/ioctl.h | 1 + arch/powerpc/bits/syscall.h.in | 2 ++ arch/powerpc64/bits/ioctl.h | 1 + arch/powerpc64/bits/syscall.h.in | 2 ++ arch/s390x/bits/syscall.h.in | 2 ++ arch/sh/bits/ioctl.h | 1 + arch/x32/bits/syscall.h.in | 1 + arch/x86_64/bits/syscall.h.in | 1 + include/fcntl.h | 12 ++++++++++++ include/net/if_arp.h | 1 + include/netinet/if_ether.h | 3 +++ include/netinet/in.h | 2 ++ include/netinet/tcp.h | 22 ++++++++++++++++++++-- include/sys/socket.h | 6 ++++++ include/sys/timerfd.h | 1 + 29 files changed, 87 insertions(+), 2 deletions(-) -- 2.14.1