commit | eae3f88ee44251bcca3a085f9565257c6f9f9e69 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Aug 30 15:17:13 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 01 17:39:55 2014 -0700 |
tree | 391cbf69b702d81b637dfd03a8aa239eaf24535d | |
parent | 95f6b3dda2a4a052f7dabe9998e4ffac491b7bc2 [diff] |
net: Separate out SKB validation logic from transmit path. 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>