aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller1-111/+25
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-12tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_hash().YOSHIFUJI Hideaki1-21/+12
2008-06-12tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.YOSHIFUJI Hideaki1-48/+5
2008-06-12tcp md5sig: Remove redundant protocol argument.YOSHIFUJI Hideaki1-10/+7
2008-06-12tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki1-32/+1
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo1-1/+0
2008-04-17[INET]: Drop the inet_inherit_port() call.Pavel Emelyanov1-1/+1
2008-04-13[TCP]: Remove owner from tcp_seq_afinfo.Denis V. Lunev1-1/+3
2008-04-13[TCP]: Place file operations directly into tcp_seq_afinfo.Denis V. Lunev1-2/+0
2008-04-13[TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo.Denis V. Lunev1-1/+3
2008-04-11[IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp().YOSHIFUJI Hideaki1-2/+2
2008-04-10[Syncookies]: Add support for TCP options via timestamps.Florian Westphal1-3/+2
2008-04-03[NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev1-11/+3
2008-04-03[INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev1-3/+2
2008-04-03[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev1-1/+2
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov1-3/+0
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-5/+5
2008-03-22[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov1-1/+1
2008-03-21[NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano1-4/+4
2008-03-07[NETNS][IPV6] tcp6 - handle several network namespaceDaniel Lezcano1-6/+8
2008-03-07[NETNS][IPV6] tcp6 - make socket control per namespaceDaniel Lezcano1-10/+33
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-03-05[NETNS][IPV6] route6 - pass always a valid socket to ip6_dst_lookupDaniel Lezcano1-3/+6
2008-03-04[TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin1-22/+55
2008-02-29[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev1-19/+17
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo1-11/+8
2008-01-31[NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov1-9/+10
2008-01-28[TCP]: Convert several length variable to unsigned.YOSHIFUJI Hideaki1-4/+4
2008-01-28[IPV6]: fix section mismatch warningsDaniel Lezcano1-1/+1
2008-01-28[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu1-1/+1
2008-01-28[IPV6]: make the protocol initialization to return an error codeDaniel Lezcano1-7/+29
2007-11-20[IPV6] TCPMD5: Fix deleting key operation.YOSHIFUJI Hideaki1-4/+2
2007-11-20[IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool().YOSHIFUJI Hideaki1-1/+4
2007-11-07[IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet1-0/+3
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-1/+1
2007-10-30[NET]: Fix incorrect sg_mark_end() calls.David S. Miller1-1/+1
2007-10-29[TCP] MD5: Remove some more unnecessary casting.Matthias M. Dellweg1-5/+5
2007-10-26[TCP] IPV6: fix softnet build breakageJeff Garzik1-0/+1
2007-10-26[TCP]: Add missing I/O AT code to ipv6 side.David S. Miller1-0/+2
2007-10-26[TCP]: Fix scatterlist handling in MD5 signature support.David S. Miller1-0/+4
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-2/+1
2007-10-10[IPV6]: Add v4mapped address inlineBrian Haley1-2/+2
2007-09-28[TCP]: Fix MD5 signature handling on big-endian.David S. Miller1-9/+9
2007-08-13[IPV6]: Clean up duplicate includes in net/ipv6/Jesper Juhl1-1/+0
2007-08-02[TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller1-1/+0
2007-07-24[TCPv6] MD5SIG: Ensure to reset allocation count to avoid panic.YOSHIFUJI Hideaki1-0/+1
2007-07-10[IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki1-20/+0