commit | f6b9664f8b711cf4fd53e70aa0d21f72d5bf806c | [log] [tgz] |
---|---|---|
author | Herbert Xu <[email protected]> | Tue Mar 01 02:36:48 2011 +0000 |
committer | David S. Miller <[email protected]> | Tue Mar 01 12:35:03 2011 -0800 |
tree | 878a8438b00e58b9b898a74f3cc4a32c1d5d8477 | |
parent | 1c32c5ad6fac8cee1a77449f5abf211e911ff830 [diff] |
udp: Switch to ip_finish_skb This patch converts UDP to use the new ip_finish_skb API. This would then allows us to more easily use ip_make_skb which allows UDP to run without a socket lock. Signed-off-by: Herbert Xu <[email protected]> Acked-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>