-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packet.cc: Clear tx_flags for kernels with SKBTX_DEV_ZEROCOPY
Ensure that tx_flags is cleared for kernels which have SKBTX_DEV_ZEROCOPY when uniqueifying a packet. If the flag is not cleared, the kernel will jump to a random address when the skb is eventually freed. Signed-off-by: Kevin Paul Herbert <[email protected]>
- Loading branch information
Kevin Paul Herbert
committed
Sep 26, 2012
1 parent
22abd6d
commit d0cb3ae
Showing
4 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters