git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f6b3d
)
net: Separate out SKB validation logic from transmit path.
author
David S. Miller
<davem@davemloft.net>
Sat, 30 Aug 2014 22:17:13 +0000
(15:17 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 2 Sep 2014 00:39:55 +0000
(17:39 -0700)
dev_hard_start_xmit() does two things, it first validates and
canonicalizes the SKB, then it actually sends it.
Make a set of helper functions for doing the first part.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found