aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[DCCP] CCID3: Set the no_feedback_timer fields near init_timerArnaldo Carvalho de Melo1-2/+3
2006-03-20[DCCP]: Don't alloc ack vector for the control sockArnaldo Carvalho de Melo1-6/+5
2006-03-20[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_freeArnaldo Carvalho de Melo1-1/+11
2006-03-20[DCCP] CCID: Allow ccid_{init,exit} to be NULLArnaldo Carvalho de Melo2-15/+1
2006-03-20[DCCP] ackvec: Introduce ack vector recordsAndrea Bittau2-98/+173
2006-03-20[DCCP] ackvec: Introduce dccp_ackvec_slabArnaldo Carvalho de Melo3-3/+52
2006-03-20[DCCP]: Fix error handling in dccp_initArnaldo Carvalho de Melo1-1/+3
2006-03-20[DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo4-25/+15
2006-03-04[DCCP] ccid3: Divide by zero fixIan McDonald1-3/+7
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-01-31[DCCP] ipv6: dccp_v6_send_response() has a DST leak too.David S. Miller1-0/+1
2006-01-31[IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy1-1/+2
2006-01-17[NET]: "signed long" -> "long"Kris Katterjohn1-1/+1
2006-01-07[NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy1-1/+1
2006-01-07[NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy1-0/+1
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy1-1/+1
2006-01-07[DCCP]: ipv6.c needs net/ip6_checksum.cDavid S. Miller1-0/+1
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo2-16/+23
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau1-3/+3
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau1-3/+3
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau1-0/+6
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau1-22/+34
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo5-2/+6
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo2-37/+3
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-1/+1
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo6-23/+28
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo1-170/+1
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo1-159/+1
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2-2/+13
2006-01-03[DCCP]: Use reqsk_free in dccp_v4_conn_requestArnaldo Carvalho de Melo1-4/+1
2006-01-03[DCCP]: Introduce DCCPv6Arnaldo Carvalho de Melo4-1/+1491
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo6-52/+114
2006-01-03[DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo3-6/+6
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo5-14/+39
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo1-1/+2
2005-12-21[DCCP]: Comment typoIan McDonald1-1/+1
2005-11-20[DCCP]: Add missing no_policy flag to struct net_protocolPatrick McHardy1-0/+1
2005-11-08[NET]: kfree cleanupJesper Juhl2-6/+3
2005-11-05[TCP/DCCP]: Randomize port selectionStephen Hemminger1-29/+3
2005-10-31[DCCP]: Set socket owner iff packet is not dataHerbert Xu1-6/+11
2005-10-31[DCCP]: Simplify skb_set_owner_w semanticsHerbert Xu2-10/+14
2005-10-28[PATCH] gfp_t: net/*Al Viro1-1/+1
2005-10-20[DCCP]: Clear the IPCB areaHerbert Xu2-0/+3
2005-10-20[DCCP]: Make dccp_write_xmit always free the packetHerbert Xu2-3/+2
2005-10-20[DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULLHerbert Xu1-4/+2
2005-10-10[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packetsArnaldo Carvalho de Melo1-1/+5
2005-10-10[CCID]: Check if ccid is NULL in the hc_[tr]x_exit functionsArnaldo Carvalho de Melo1-2/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro4-6/+6
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet1-6/+6
2005-09-18[DCCP]: Introduce CCID getsockopt for the CCIDsArnaldo Carvalho de Melo3-6/+98