summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev2008-04-031-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-024-4/+24
|\
| * [IPV6]: Fix ICMP relookup error path dst leakHerbert Xu2008-04-021-2/+2
| * IPv6: do not create temporary adresses with too short preferred lifetimeBenoit Boissinot2008-04-021-0/+16
| * IPv6: only update the lifetime of the relevant temporary addressBenoit Boissinot2008-04-021-0/+3
| * [IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki2008-03-311-2/+1
| * [INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller2008-03-281-0/+2
* | [IPV6] RAW: Remove ancient comment.YOSHIFUJI Hideaki2008-04-011-5/+0
* | [IPV6][NETNS]: Display per-net info in sockstat6 file.Pavel Emelyanov2008-03-311-7/+34
* | [SOCK][NETNS]: Register sockstat(6) files in each net.Pavel Emelyanov2008-03-311-5/+24
* | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-03-313-10/+12
* | [UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev2008-03-282-2/+6
* | [UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev2008-03-282-4/+0
* | [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev2008-03-282-2/+6
* | [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-284-12/+0
* | [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches2008-03-282-15/+17
* | [IPV6] NEIGH: Optimize is_router check.YOSHIFUJI Hideaki2008-03-281-11/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-277-12/+27
|\ \ | |/
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-5/+3
| * [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf2008-03-271-1/+1
| * [IPSEC]: Fix BEET outputHerbert Xu2008-03-262-0/+3
| * [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-242-2/+2
| * [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-241-4/+18
| * [IPV6] net/ipv6/ndisc.c: remove unused variableJulia Lawall2008-03-221-2/+0
* | [NETNS][IPV6] flowlabels - make proc per namespaceBenjamin Thery2008-03-261-16/+23
* | [NETNS][IPV6] flowlabels - make flowlabels per namespaceBenjamin Thery2008-03-261-16/+56
* | [NETNS][IPV6] anycast - handle several network namespaceDaniel Lezcano2008-03-263-23/+29
* | [IPV6]: Fix potential net leak and oops in ipv6 routing code.Pavel Emelyanov2008-03-261-2/+20
* | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-264-9/+9
* | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-262-4/+4
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-2615-39/+39
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-2613-73/+73
* | [IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki2008-03-257-8/+120
* | [IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki2008-03-256-27/+17
* | [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki2008-03-251-6/+6
* | [IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr().YOSHIFUJI Hideaki2008-03-251-214/+206
* | [XFRM] IPV6: Optimize __xfrm_tunnel_alloc_spi().YOSHIFUJI Hideaki2008-03-251-22/+23
* | [XFRM] IPV6: Optimize xfrm6_input_addr().YOSHIFUJI Hideaki2008-03-251-41/+14
* | [XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain.YOSHIFUJI Hideaki2008-03-251-97/+74
* | [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov2008-03-241-2/+17
* | [TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal2008-03-231-1/+1
* | [IPV6]: Remove unused code in ndisc_send_redirect().Rami Rosen2008-03-231-3/+0
* | [RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov2008-03-221-13/+3
* | [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-223-8/+7
* | [SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2008-03-222-2/+2
* | [NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano2008-03-212-9/+14
* | [NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano2008-03-213-13/+18
* | [NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled inDaniel Lezcano2008-03-211-15/+38
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-211-2/+3
|\ \ | |/
| * [IPV6] KCONFIG: Fix description about IPV6_TUNNEL.YOSHIFUJI Hideaki2008-03-201-2/+3
OpenPOWER on IntegriCloud