You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian Haley
4953f0fcc0
[IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2
...
From RFC 3493, Section 5.2:
IPV6_MULTICAST_IF
Set the interface to use for outgoing multicast packets. The
argument is the index of the interface to use. If the
interface index is specified as zero, the system selects the
interface (for example, by looking up the address in a routing
table and using the resulting interface).
This patch adds support for (index == 0) to reset the value to it's
original state, allowing the system to choose the best interface. IPv4
already behaves this way.
Signed-off-by: Brian Haley <brian.haley@hp.com>
Acked-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
18 years ago
..
netfilter
[NET]: make netlink user -> kernel interface synchronious
18 years ago
Kconfig
[IPV6] MIP6: Loadable module support for MIPv6.
18 years ago
Makefile
[IPV6] MIP6: Loadable module support for MIPv6.
18 years ago
addrconf.c
[IPV6]: Defer IPv6 device initialization until a valid qdisc is specified
18 years ago
addrconf_core.c
[IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses.
18 years ago
af_inet6.c
[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
18 years ago
ah6.c
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
18 years ago
anycast.c
[NET]: Make core networking code use seq_open_private
18 years ago
datagram.c
[NET]: Make the device list and device lookups per namespace.
18 years ago
esp6.c
[IPSEC]: Move IP length/checksum setting out of transforms
18 years ago
exthdrs.c
[IPV6]: Do not send RH0 anymore.
18 years ago
exthdrs_core.c
…
fib6_rules.c
[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
18 years ago
icmp.c
[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
18 years ago
inet6_connection_sock.c
[IPV6] XFRM: Fix connected socket to use transformation.
18 years ago
inet6_hashtables.c
[INET]: local port range robustness
18 years ago
ip6_fib.c
[IPv6]: use container_of() macro in fib6_clean_node()
18 years ago
ip6_flowlabel.c
[NET]: Make core networking code use seq_open_private
18 years ago
ip6_input.c
[NET]: Dynamically allocate the loopback device, part 1.
18 years ago
ip6_output.c
[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
18 years ago
ip6_tunnel.c
[NET]: Nuke SET_MODULE_OWNER macro.
18 years ago
ipcomp6.c
[IPSEC]: Move IP length/checksum setting out of transforms
18 years ago
ipv6_sockglue.c
[IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2
18 years ago
mcast.c
[NET]: Make core networking code use seq_open_private
18 years ago
mip6.c
[IPSEC]: Move IP length/checksum setting out of transforms
18 years ago
ndisc.c
[IPv6]: Export userland ND options through netlink (RDNSS support)
18 years ago
netfilter.c
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
18 years ago
proc.c
[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
18 years ago
protocol.c
…
raw.c
[NET]: Make core networking code use seq_open_private
18 years ago
reassembly.c
[NET]: Make the device list and device lookups per namespace.
18 years ago
route.c
[NET]: Make the loopback device per network namespace.
18 years ago
sit.c
[NET]: Nuke SET_MODULE_OWNER macro.
18 years ago
sysctl_net_ipv6.c
…
tcp_ipv6.c
[IPV6]: Add v4mapped address inline
18 years ago
tunnel6.c
…
udp.c
[IPV6]: Add v4mapped address inline
18 years ago
udp_impl.h
[UDP]: Revert 2-pass hashing changes.
18 years ago
udplite.c
[UDP]: Revert 2-pass hashing changes.
18 years ago
xfrm6_input.c
[IPSEC]: Fix panic when using inter address familiy IPsec on loopback.
18 years ago
xfrm6_mode_beet.c
[IPSEC]: Move IP length/checksum setting out of transforms
18 years ago
xfrm6_mode_ro.c
[IPSEC]: Use IPv6 calling convention as the convention for x->mode->output
18 years ago
xfrm6_mode_transport.c
[IPSEC]: Use IPv6 calling convention as the convention for x->mode->output
18 years ago
xfrm6_mode_tunnel.c
[IPSEC]: Move IP length/checksum setting out of transforms
18 years ago
xfrm6_output.c
[IPSEC]: Move IP length/checksum setting out of transforms
18 years ago
xfrm6_policy.c
[NET]: Make the loopback device per network namespace.
18 years ago
xfrm6_state.c
[IPV6] MIP6: Loadable module support for MIPv6.
18 years ago
xfrm6_tunnel.c
[IPSEC]: Move IP length/checksum setting out of transforms
18 years ago