Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipv4: generalize gre_handle_offloads | Eric Dumazet | 2013-10-19 | 1 | -29/+0 |
| | | | | | | | | | | This patch makes gre_handle_offloads() more generic and rename it to iptunnel_handle_offloads() This will be used to add GSO/TSO support to IPIP tunnels. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | net: gre: move GSO functions to gre_offload | Daniel Borkmann | 2013-07-03 | 1 | -0/+414 |
Similarly to TCP/UDP offloading, move all related GRE functions to gre_offload.c to make things more explicit and similar to the rest of the code. Suggested-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> |