summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2006-03-20[DCCP] CCID2: Drop sock reference count on timer expiration and reset.Andrea Bittau
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau
2006-03-20[DCCP] CCID2: Initial CCID2 (TCP-Like) implementationAndrea Bittau
2006-03-20[DCCP] CCID3: Set the no_feedback_timer fields near init_timerArnaldo Carvalho de Melo
2006-03-20[DCCP]: Don't alloc ack vector for the control sockArnaldo Carvalho de Melo
2006-03-20[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_freeArnaldo Carvalho de Melo
2006-03-20[DCCP] CCID: Allow ccid_{init,exit} to be NULLArnaldo Carvalho de Melo
2006-03-20[DCCP] ackvec: Introduce ack vector recordsAndrea Bittau
2006-03-20[DCCP] ackvec: Introduce dccp_ackvec_slabArnaldo Carvalho de Melo
2006-03-20[DCCP]: Fix error handling in dccp_initArnaldo Carvalho de Melo
2006-03-20[DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo
2006-03-04[DCCP] ccid3: Divide by zero fixIan McDonald
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro
2006-01-31[DCCP] ipv6: dccp_v6_send_response() has a DST leak too.David S. Miller
2006-01-31[IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy
2006-01-17[NET]: "signed long" -> "long"Kris Katterjohn
2006-01-07[NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy
2006-01-07[NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy
2006-01-07[DCCP]: ipv6.c needs net/ip6_checksum.cDavid S. Miller
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo
2006-01-03[NET]: move struct proto_ops to constEric Dumazet
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo
2006-01-03[DCCP]: Use reqsk_free in dccp_v4_conn_requestArnaldo Carvalho de Melo
2006-01-03[DCCP]: Introduce DCCPv6Arnaldo Carvalho de Melo
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo
2006-01-03[DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo
2005-12-21[DCCP]: Comment typoIan McDonald
2005-11-20[DCCP]: Add missing no_policy flag to struct net_protocolPatrick McHardy
2005-11-08[NET]: kfree cleanupJesper Juhl
2005-11-05[TCP/DCCP]: Randomize port selectionStephen Hemminger
2005-10-31[DCCP]: Set socket owner iff packet is not dataHerbert Xu
2005-10-31[DCCP]: Simplify skb_set_owner_w semanticsHerbert Xu
2005-10-28[PATCH] gfp_t: net/*Al Viro
2005-10-20[DCCP]: Clear the IPCB areaHerbert Xu
2005-10-20[DCCP]: Make dccp_write_xmit always free the packetHerbert Xu
2005-10-20[DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULLHerbert Xu
2005-10-10[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packetsArnaldo Carvalho de Melo
2005-10-10[CCID]: Check if ccid is NULL in the hc_[tr]x_exit functionsArnaldo Carvalho de Melo