summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [NETNS][IPV6] route6 - create route6 proc files for the namespaceDaniel Lezcano2008-03-041-43/+27
* [NETNS][IPV6] rt6_stats - make the stats per network namespaceBenjamin Thery2008-03-032-22/+22
* [NETNS][IPV6] rt6_stats - dynamically allocate the routes statisticsDaniel Lezcano2008-03-032-11/+19
* [NETNS][IPV6] fib6_rules - handle several network namespacesDaniel Lezcano2008-03-031-36/+46
* [NETNS][IPV6] fib6 rule - dynamic allocation of the rules struct opsDaniel Lezcano2008-03-031-9/+17
* [NETNS][IPV6] ip6_fib - clean node use namespaceBenjamin Thery2008-03-031-10/+15
* [NETNS][IPV6] ip6_fib - gc timer per namespaceDaniel Lezcano2008-03-032-29/+32
* [NETNS][IPV6] ip6_fib - dynamically allocate gc-timerDaniel Lezcano2008-03-031-12/+21
* [NETNS][IPV6] ip6_fib - add net to gc timer parameterDaniel Lezcano2008-03-033-13/+24
* [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesDaniel Lezcano2008-03-033-12/+26
* [NETNS][IPV6] ip6_fib - make it per network namespaceDaniel Lezcano2008-03-033-82/+109
* [NETNS][IPV6] ip6_fib - dynamically allocate the fib tablesDaniel Lezcano2008-03-031-23/+48
* [IPV6] MCAST: Use standard path for sending MLD/MLDv2 messages.YOSHIFUJI Hideaki2008-03-041-21/+45
* [IPV6]: Make ndisc_dst_alloc() common for later use.YOSHIFUJI Hideaki2008-03-043-16/+15
* [IPV6]: Make ndisc_flow_init() common for later use.YOSHIFUJI Hideaki2008-03-042-19/+20
* [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki2008-03-045-14/+10
* [IPV6] SYSCTL: complete initialization for sysctl table in subsystem code.YOSHIFUJI Hideaki2008-03-043-14/+19
* [IPV6]: Move packet_type{} related bits to af_inet6.c.YOSHIFUJI Hideaki2008-03-042-122/+123
* [IPV6] UDP: Rename IPv6 UDP files.YOSHIFUJI Hideaki2008-03-043-2/+2
* [UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki2008-03-045-10/+35
* [TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin2008-03-043-22/+323
* ipv6: fix inet6_init/icmpv6_cleanup sections mismatchAlexey Dobriyan2008-03-031-2/+2
* [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev2008-02-291-19/+17
* [NETNS]: Make icmpv6_sk per namespace.Denis V. Lunev2008-02-291-21/+47
* [NETNS]: icmp(v6)_sk should not pin a namespace.Denis V. Lunev2008-02-291-6/+5
* [ICMP]: Allocate data for __icmp(v6)_sk dynamically.Denis V. Lunev2008-02-291-5/+9
* [ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_(un)lock.Denis V. Lunev2008-02-291-12/+12
* [ICMP]: Store sock rather than socket for ICMP flow control.Denis V. Lunev2008-02-291-12/+13
* [INET]: Remove struct net_proto_family* from _init calls.Denis V. Lunev2008-02-294-6/+6
* [IPV6]: Unexport ip6_find_1stfragoptAdrian Bunk2008-02-281-1/+0
* [IPV6]: Fix source address selection for ORCHID addressesJuha-Matti Tapio2008-02-281-0/+5
* [IPV6]: Add ORCHID prefix to address label tableJuha-Matti Tapio2008-02-281-0/+5
* [IPV6]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-2/+2
* [IPCOMP]: Disable BH on output when using shared tfmHerbert Xu2008-02-281-0/+2
* [IPV6] SYSCTL: Fix possible memory leakage in error path.YOSHIFUJI Hideaki2008-02-271-3/+0
* [INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2008-02-262-8/+20
* [IPV6]: Add missing initializations of the new nl_info.nl_net fieldBenjamin Thery2008-02-262-0/+5
* [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2008-02-232-21/+6
* [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...Patrick McHardy2008-02-191-4/+6
* [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.Pavel Emelyanov2008-02-181-1/+1
* [IPV6]: dst_entry leak in ip4ip6_err. (resend)Denis V. Lunev2008-02-181-0/+1
* [IPV6]: Fix hardcoded removing of old module codeWang Chen2008-02-171-8/+0
* [IPV6]: Fix reversed local_df test in ip6_fragmentHerbert Xu2008-02-141-2/+2
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-122-3/+4
* [IPV6]: Fix IPsec datagram fragmentationHerbert Xu2008-02-122-2/+6
* [IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_...Rami Rosen2008-02-091-2/+2
* [ICMP]: Restore pskb_pull calls in receive functionHerbert Xu2008-02-051-1/+2
* [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.Pavel Emelyanov2008-02-051-1/+1
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-032-13/+10
* [IPV6]: Update MSS even if MTU is unchanged.Jim Paris2008-01-311-1/+1
OpenPOWER on IntegriCloud