summaryrefslogtreecommitdiff
path: root/hash.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-29 16:54:12 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-09-29 16:54:12 +0200
commit9556751e3272308b048667e739b1baeeb5a2cbd5 (patch)
treeaca47a76422d95c86536e995644b6226c91fe659 /hash.h
parent4f2c32268c348c086063d429d705022d8fdb2747 (diff)
netsniff-ng: Fix tpacketv2-only capturing
We need to set up the RX ring depending on whether tpacket v3 is available or not. Otherwise end up setting its structure up for tpacket v3, even though only tpacket v2 is available. This should fix packet capturing for tpacket v2 (i.e. corrupted frames in pcap). Reported-by: Mike Reeves <luke@geekempire.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'hash.h')
0 files changed, 0 insertions, 0 deletions
536f (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller: "Several small bug fixes and tidies, along with a fix for non-resumable memory errors triggered by userspace" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: sparc64: Handle PIO & MEM non-resumable errors. sparc64: Zero pages on allocation for mondo and error queues. sparc: Fixed typo in sstate.c. Replaced panicing with panicking sparc: use symbolic names for tsb indexing
Diffstat (limited to 'tools/testing/selftests/watchdog')