commit | 302af7c6049dc2cbd1e07358c1912f7cce98db36 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Mon Oct 05 17:48:38 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 06 06:14:02 2020 -0700 |
tree | 34bd6553f0fb82acce9da0b40bd82752c648becb | |
parent | 717f20341686245fdde9000ee09fdab5dc722477 [diff] |
net: always dump full packets with skb_dump Currently skb_dump has a restriction to only dump full packet for the first 5 socket buffers, then only headers will be printed. Remove this arbitrary and confusing restriction, which is only documented vaguely ("up to") in the comments above the prototype. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>