No description
Find a file
Willem de Bruijn 35b99dffc3 sock: free skb in skb_complete_tx_timestamp on error
skb_complete_tx_timestamp must ingest the skb it is passed. Call
kfree_skb if the skb cannot be enqueued.

Fixes: b245be1f4d ("net-timestamp: no-payload only sysctl")
Fixes: 9ac25fc063 ("net: fix socket refcounting in skb_complete_tx_timestamp()")
Reported-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-12-15 11:30:36 -05:00
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 2017-12-13 17:30:04 -05:00
block
certs
crypto
Documentation media fixes for v4.15-rc3 2017-12-08 13:18:47 -08:00
drivers s390/qeth: update takeover IPs after configuration change 2017-12-15 11:29:43 -05:00
firmware
fs
include ipv4: igmp: guard against silly MTU values 2017-12-13 13:13:58 -05:00
init
ipc
kernel bpf: add schedule points to map alloc/free 2017-12-12 15:27:22 -08:00
lib
mm kmemcheck: rip it out for real 2017-12-08 13:40:17 -08:00
net sock: free skb in skb_complete_tx_timestamp on error 2017-12-15 11:30:36 -05:00
samples
scripts
security
sound
tools bpf: fix broken BPF selftest build 2017-12-12 09:51:12 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dwc-xlgmac: Add co-maintainer 2017-12-13 16:09:20 -05:00
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.