summaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15curve: curve25519_encode/curve25519_decode: simplify crypto transformsDaniel Borkmann1-0/+4
2013-06-11curve: move selftest to own fileDaniel Borkmann1-0/+4
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+1
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann1-0/+19
=d6e0edf1ff6b97425d9548f27385ac7b4921f5a0'>ec93f4babfd9526532032b7a726ff6c335322741 parentc8fd4cbd9df8d1353c76a84cb5439fb217eb32df (diff)
net: dl2k: Use net_device_stats from struct net_device
Instead of using a private copy of struct net_device_stats in struct netdev_private, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function and the #ifdef'ed increment of the collisions16 counter which doesn't exist in struct net_device_stats. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat