From: Kevin Groeneveld Date: Fri, 27 Jul 2012 17:38:53 +0000 (+0000) Subject: ppp: add 64 bit stats X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~369 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e51f6ff396eac38582eb583d16c5d9be05a848d2;p=pandora-kernel.git ppp: add 64 bit stats Add 64 bit stats to ppp driver. The 64 bit stats include tx_bytes, rx_bytes, tx_packets and rx_packets. Other stats are still 32 bit. The 64 bit stats can be retrieved via the ndo_get_stats operation. The SIOCGPPPSTATS ioctl is still 32 bit stats only. Signed-off-by: Kevin Groeneveld Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed