kernel-hacking-2024-linux-s.../net/ipv6
Daniel Lezcano 9a7ec3a94d [NETNS][IPV6] route6 - dynamically allocate ip6_dst_ops
ip6_dst_ops is dynamically allocated in init and exit functions.  That
provides the ability to do multiple instanciations of this structure.

This will be needed for network namespaces, indeed dst_ops stores data
that are required to be per namespace: entries and gc_thresh.

Signed-off-by: Benjamin Thery <benjamin.thery@bull.net>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-03-04 13:48:53 -08:00
..
netfilter [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data 2008-02-19 17:17:52 -08:00
addrconf.c [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace 2008-03-04 13:48:30 -08:00
addrconf_core.c
addrlabel.c [IPV6]: Add ORCHID prefix to address label table 2008-02-28 20:55:02 -08:00
af_inet6.c [NETNS][IPV6] route6 - make route6 per namespace 2008-03-04 13:47:47 -08:00
ah6.c [IPSEC]: Fix bogus usage of u64 on input sequence number 2008-02-12 22:50:35 -08:00
anycast.c [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup 2008-03-04 13:45:59 -08:00
datagram.c
esp6.c [IPSEC]: Fix bogus usage of u64 on input sequence number 2008-02-12 22:50:35 -08:00
exthdrs.c
exthdrs_core.c
fib6_rules.c [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace 2008-03-04 13:48:30 -08:00
icmp.c [IPV6]: Make ndisc_flow_init() common for later use. 2008-03-04 15:18:24 +09:00
inet6_connection_sock.c
inet6_hashtables.c [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations. 2008-02-05 03:14:44 -08:00
ip6_fib.c [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace 2008-03-04 13:48:30 -08:00
ip6_flowlabel.c
ip6_input.c
ip6_output.c [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr(). 2008-03-04 15:18:23 +09:00
ip6_tunnel.c [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup 2008-03-04 13:45:59 -08:00
ipcomp6.c [IPCOMP]: Disable BH on output when using shared tfm 2008-02-28 11:23:17 -08:00
ipv6_sockglue.c [IPV6]: Move packet_type{} related bits to af_inet6.c. 2008-03-04 15:18:23 +09:00
Kconfig
Makefile [IPV6] UDP: Rename IPv6 UDP files. 2008-03-04 15:18:22 +09:00
mcast.c [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup 2008-03-04 13:45:59 -08:00
mip6.c
ndisc.c [NETNS][IPV6] ip6_fib - add net to gc timer parameter 2008-03-03 23:28:58 -08:00
netfilter.c
proc.c [UDP]: Allow users to configure UDP-Lite. 2008-03-04 15:18:22 +09:00
protocol.c
raw.c
reassembly.c
route.c [NETNS][IPV6] route6 - dynamically allocate ip6_dst_ops 2008-03-04 13:48:53 -08:00
sit.c [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup 2008-03-04 13:45:59 -08:00
syncookies.c [TCP]: Add IPv6 support to TCP SYN cookies 2008-03-04 15:18:21 +09:00
sysctl_net_ipv6.c [IPV6] SYSCTL: complete initialization for sysctl table in subsystem code. 2008-03-04 15:18:23 +09:00
tcp_ipv6.c [TCP]: Add IPv6 support to TCP SYN cookies 2008-03-04 15:18:21 +09:00
tunnel6.c
udp_impl.h
udp_ipv6.c [IPV6] UDP: Rename IPv6 UDP files. 2008-03-04 15:18:22 +09:00
udplite_ipv6.c [IPV6] UDP: Rename IPv6 UDP files. 2008-03-04 15:18:22 +09:00
xfrm6_input.c
xfrm6_mode_beet.c
xfrm6_mode_ro.c
xfrm6_mode_transport.c
xfrm6_mode_tunnel.c
xfrm6_output.c [IPV6]: Fix IPsec datagram fragmentation 2008-02-12 18:07:27 -08:00
xfrm6_policy.c [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr(). 2008-03-04 15:18:23 +09:00
xfrm6_state.c
xfrm6_tunnel.c