summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-19flowtop: Move & refactor walk_processes() to proc.cVadim Kochan1-0/+75
2016-04-17build: fix compilation warnings with _GNU_SOURCEarch3y1-1/+3
2015-12-17proc: Add function to execute process with argv listVadim Kochan1-0/+27
2015-07-17flowtop, netsniff-ng: Move process name extraction to own functionTobias Klauser1-0/+15
2013-06-04proc: move out process specific management functionsDaniel Borkmann1-0/+66
/tree/Documentation/hwmon/w83627hf?h=nds-private-remove'>Documentation/hwmon/w83627hf parent370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Documentation/hwmon/w83627hf')