aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-27dccp ccid-3: Fix "t_ipi explosion" bugGerrit Renker1-9/+4
2008-05-27dccp: Fix to handle short sequence numbers packet correctlyWei Yongjun1-2/+2
2008-05-05dccp: return -EINVAL on invalid feature lengthChris Wright1-1/+1
2008-05-02dccp: ccid2.c, ccid3.c use clamp(), clamp_t()Harvey Harrison2-3/+3
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov1-1/+1
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-11/+6
2008-04-21[DCCP]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki1-11/+6
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17[INET]: Drop the inet_inherit_port() call.Pavel Emelyanov1-1/+1
2008-04-14[DCCP]: Fix comment about control sockets.Pavel Emelyanov2-2/+2
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-2/+9
2008-04-13[NETNS][DCCPV6]: Make per-net socket lookup.Pavel Emelyanov1-4/+5
2008-04-13[NETNS][DCCPV6]: Actually create ctl socket on each net and use it.Pavel Emelyanov1-10/+8
2008-04-13[NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net.Pavel Emelyanov1-8/+8
2008-04-13[NETNS][DCCPV6]: Add dummy per-net operations.Pavel Emelyanov1-0/+22
2008-04-13[NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup.Pavel Emelyanov1-1/+1
2008-04-13[NETNS][DCCPV4]: Enable DCCPv4 in net namespaces.Pavel Emelyanov1-0/+1
2008-04-13[NETNS][DCCPV4]: Make per-net socket lookup.Pavel Emelyanov1-4/+5
2008-04-13[NETNS][DCCPV4]: Use proper net to route the reset packet.Pavel Emelyanov1-3/+3
2008-04-13[NETNS][DCCPV4]: Actually create ctl socket on each net and use it.Pavel Emelyanov1-10/+8
2008-04-13[NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net.Pavel Emelyanov1-10/+10
2008-04-13[NETNS][DCCPV4]: Add dummy per-net operations.Pavel Emelyanov1-0/+21
2008-04-12[DCCP]: Fix skb->cb conflicts with IPPatrick McHardy4-2/+9
2008-04-10[DCCP]: Use snmp_mib_{init,free}().YOSHIFUJI Hideaki1-23/+4
2008-04-03[NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev2-4/+4
2008-04-03[INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev2-6/+2
2008-04-03[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev2-4/+4
2008-04-03[DCCP]: dccp_v(4|6)_ctl_socket is leaked.Denis V. Lunev2-0/+2
2008-04-03[DCCP]: Replace socket with sock for reset sending.Denis V. Lunev4-15/+19
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2-6/+0
2008-03-22[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2-2/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-4/+3
2008-02-29[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev3-27/+24
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo4-41/+17
2008-01-31[NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov1-4/+4
2008-01-31[NETNS]: Tcp-v4 sockets per-net lookup.Pavel Emelyanov1-3/+3
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev1-1/+1
2008-01-28[NET]: Simple ctl_table to ctl_path conversions.Pavel Emelyanov1-29/+7
2008-01-28[CCID3]: Kill some bloatIlpo Järvinen1-1/+1
2008-01-28[INET]: Uninline the __inet_hash function.Pavel Emelyanov1-1/+1
2008-01-28[DCCP]: Remove unused inline functionGerrit Renker1-6/+0
2008-01-28[CCID3]: Nofeedback timer according to rfc3448bisGerrit Renker1-34/+29
2008-01-28[CCID3]: Implement rfc3448bis changes to feedback receptionGerrit Renker1-21/+26
2008-01-28[CCID3]: Remove two irrelevant states in TX feedback handlingGerrit Renker1-89/+84
2008-01-28[CCID3]: Use a function to update p_inv, and p is never usedGerrit Renker2-7/+12
2008-01-28[DCCP]: Introducing CCMPSGerrit Renker2-7/+25
2008-01-28[CCID]: More informative registrationGerrit Renker3-6/+6
2008-01-28[DCCP]: Documentation for CCID operationsGerrit Renker1-7/+28