original_kernel/net/ipv6
Herbert Xu 7b277b1a5f [IPSEC]: Set skb->data to payload in x->mode->output
This patch changes the calling convention so that on entry from
x->mode->output and before entry into x->type->output skb->data
will point to the payload instead of the IP header.

This is essentially a redistribution of skb_push/skb_pull calls
with the aim of minimising them on the common path of tunnel +
ESP.

It'll also let us use the same calling convention between IPv4
and IPv6 with the next patch.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:55:54 -07:00
..
netfilter
Kconfig
Makefile
addrconf.c
addrconf_core.c
af_inet6.c
ah6.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00
anycast.c
datagram.c
esp6.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00
exthdrs.c
exthdrs_core.c
fib6_rules.c
icmp.c
inet6_connection_sock.c
inet6_hashtables.c
ip6_fib.c
ip6_flowlabel.c
ip6_input.c
ip6_output.c
ip6_tunnel.c
ipcomp6.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00
ipv6_sockglue.c
mcast.c
mip6.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00
ndisc.c
netfilter.c
proc.c
protocol.c
raw.c
reassembly.c
route.c
sit.c
sysctl_net_ipv6.c
tcp_ipv6.c
tunnel6.c
udp.c
udp_impl.h
udplite.c
xfrm6_input.c
xfrm6_mode_beet.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00
xfrm6_mode_ro.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00
xfrm6_mode_transport.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00
xfrm6_mode_tunnel.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00
xfrm6_output.c
xfrm6_policy.c
xfrm6_state.c
xfrm6_tunnel.c [IPSEC]: Set skb->data to payload in x->mode->output 2007-10-10 16:55:54 -07:00