Merge branch 'tcp-drop-reason-additions'
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2022 12:31:32 +0000 (13:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2022 12:31:32 +0000 (13:31 +0100)
commit53c33a16d0688fc20b38e00dbbc2cb2b695e7020
tree9637e207d74bee507d368e055e264ffc67c18399
parent7925c2d93005ac943bc8517e16f6377132fd251f
parent8fbf195798b56e1e87f62d01be636a6425c304c2
Merge branch 'tcp-drop-reason-additions'

Eric Dumazet says:

====================
tcp: drop reason additions

Currently, TCP is either missing drop reasons,
or pretending that some useful packets are dropped.

This patch series makes "perf record -a -e skb:kfree_skb"
much more usable.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>