Home
last modified time | relevance | path

Searched hist:"8 cd850efa4948d57a2ed836911cfd1ab299e89c6" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Draw.cdiff 68be802cd5ad040fe8cfa33ce3031405df2d9117 Tue Jun 17 02:03:32 CEST 2008 Eric Dumazet <dada1@cosmosbay.com> raw: Restore /proc/net/raw correct behavior

I just noticed "cat /proc/net/raw" was buggy, missing '\n' separators.

I believe this was introduced by commit 8cd850efa4948d57a2ed836911cfd1ab299e89c6
([RAW]: Cleanup IPv4 raw_seq_show.)

This trivial patch restores correct behavior, and applies to current
Linus tree (should also be applied to stable tree as well.)

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
diff 8cd850efa4948d57a2ed836911cfd1ab299e89c6 Thu Jan 31 12:46:43 CET 2008 Denis V. Lunev <den@openvz.org> [RAW]: Cleanup IPv4 raw_seq_show.

There is no need to use 128 bytes on the stack at all. Clean the code
in the IPv6 style.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>