aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28[DCCP]: Ignore feature negotiation on Data packetsGerrit Renker1-1/+5
2008-01-28[DCCP]: Make code assumptions explicitGerrit Renker1-7/+10
2008-01-28[DCCP]: Remove unused and redundant validation functionsGerrit Renker2-34/+4
2008-01-28[DCCP]: Support inserting options during the 3-way handshakeGerrit Renker3-11/+24
2008-01-28[DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker2-28/+49
2008-01-28[DCCP]: Add (missing) option parsing to request_sock processingGerrit Renker1-6/+6
2008-01-28[DCCP]: Allow to parse options on Request SocketsGerrit Renker4-22/+34
2008-01-28[DCCP]: Collapse repeated `len' statements into oneGerrit Renker1-4/+1
2008-01-28[DCCP]: Support for server holding timewait stateGerrit Renker2-3/+16
2008-01-28[DCCP]: Use maximum-RTO backoff from DCCP specGerrit Renker1-1/+8