From: Eric Dumazet <redacted>
Date: Wed, 21 Oct 2009 07:01:58 +0200
[PATCH] pktgen: Dont leak kernel memory
While playing with pktgen, I realized IP ID was not filled and a random value
was taken, possibly leaking 2 bytes of kernel memory.
We can use an increasing ID, this can help diagnostics anyway.
Also clear packet payload, instead of leaking kernel memory.
Signed-off-by: Eric Dumazet <redacted>
Applied, thanks Eric.