aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-0/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-5/+3
2008-10-19tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian1-3/+3
2008-10-09tcpv6: fix error with CONFIG_TCP_MD5SIG disabledGuo-Fu Tseng1-5/+1
2008-10-09tcpv6: combine tcp_v6_send_(reset|ack)Ilpo Järvinen1-99/+40
2008-10-09tcpv6: convert opt[] -> topt in tcp_v6_send_resetIlpo Järvinen1-6/+6
2008-10-09tcpv6: trivial formatting changes to send_(ack|reset)Ilpo Järvinen1-4/+3
2008-10-09tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen1-2/+2
2008-10-08tcpv6: fix option space offsets with md5Ilpo Järvinen1-1/+1
2008-10-08tcp: fix length used for checksum in a resetIlpo Järvinen1-2/+2
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev1-1/+2
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo1-5/+1
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-10-01ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev1-1/+1
2008-09-12tcp_ipv6: fix use of uninitialized memoryVegard Nossum1-1/+2
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano1-0/+1
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng1-3/+5
2008-07-31tcp: MD5: Fix IPv6 signaturesAdam Langley1-1/+1
2008-07-31tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley1-2/+2
2008-07-30tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller1-19/+8
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley1-44/+83
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov1-5/+5
2008-07-16inet: prepare net on the stack for NET accounting macrosPavel Emelyanov1-1/+2
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov1-7/+7
2008-07-16inet: prepare struct net for TCP MIB accountingPavel Emelyanov1-1/+2
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2008-06-27tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger1-3/+3
2008-06-18ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].Rami Rosen1-2/+0
2008-06-14net: change proto destroy method to return voidBrian Haley1-2/+2
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