commit | 657ad142342d7f87dfa612fdbb7e226553f26a86 | [log] [tgz] |
---|---|---|
author | Gil Pitney <gil.pitney@linaro.org> | Thu Mar 09 06:08:19 2017 -0800 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Mar 24 17:31:40 2017 +0200 |
tree | 4bef212eb86702349148f20aff702a8f4c9bf140 | |
parent | 3209c22d794d231242588c64dbb548ac6ef7484f [diff] |
net: offload: More decoupling of net_offload from l2 naming This is part of a patch series to decouple TCP/IP offload, which currently occurs at the transport layer (L4), from the data link layer (L2). - Rename struct net_l2_offload_ip to struct net_offload - Rename struct field offload_ip to just offload - Rename include/net/offload_ip.h -> include/net/net_offload.h Change-Id: I3cd891c2b13e0e8f3ad1c66264f90b5031ae17c2 Signed-off-by: Gil Pitney <gil.pitney@linaro.org>