| Commit message (Expand) | Author | Age |
* | [DCCP] CCID: Improve CCID infrastructure | Arnaldo Carvalho de Melo | 2006-03-20 |
* | [DCCP] CCID2: Drop sock reference count on timer expiration and reset. | Andrea Bittau | 2006-03-20 |
* | [DCCP]: Initial feature negotiation implementation | Andrea Bittau | 2006-03-20 |
* | [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation | Andrea Bittau | 2006-03-20 |
* | [DCCP] CCID3: Set the no_feedback_timer fields near init_timer | Arnaldo Carvalho de Melo | 2006-03-20 |
* | [DCCP]: Don't alloc ack vector for the control sock | Arnaldo Carvalho de Melo | 2006-03-20 |
* | [DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_free | Arnaldo Carvalho de Melo | 2006-03-20 |
* | [DCCP] CCID: Allow ccid_{init,exit} to be NULL | Arnaldo Carvalho de Melo | 2006-03-20 |
* | [DCCP] ackvec: Introduce ack vector records | Andrea Bittau | 2006-03-20 |
* | [DCCP] ackvec: Introduce dccp_ackvec_slab | Arnaldo Carvalho de Melo | 2006-03-20 |
* | [DCCP]: Fix error handling in dccp_init | Arnaldo Carvalho de Melo | 2006-03-20 |
* | [DCCP] ackvec: Ditch dccpav_buf_len | Arnaldo Carvalho de Melo | 2006-03-20 |
* | [DCCP] ccid3: Divide by zero fix | Ian McDonald | 2006-03-05 |
* | [PATCH] remove bogus asm/bug.h includes. | Al Viro | 2006-02-07 |
* | [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_newports | Patrick McHardy | 2006-01-31 |
* | [NET]: "signed long" -> "long" | Kris Katterjohn | 2006-01-17 |
* | [NETFILTER]: Handle NAT in IPsec policy checks | Patrick McHardy | 2006-01-07 |
* | [NETFILTER]: Keep conntrack reference until IPsec policy checks are done | Patrick McHardy | 2006-01-07 |
* | [IPV6]: Move nextheader offset to the IP6CB | Patrick McHardy | 2006-01-07 |
* | [DCCP]: ipv6.c needs net/ip6_checksum.c | David S. Miller | 2006-01-07 |
* | [DCCP] ackvec: use u8 for the buf offsets | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [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 packet | Andrea 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.h | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [SOCK]: Introduce sk_receive_skb | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [NET]: move struct proto_ops to const | Eric Dumazet | 2006-01-03 |
* | [IP_SOCKGLUE]: Remove most of the tcp specific calls | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [INET6]: Generalise tcp_v6_hash_connect | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [INET]: Generalise tcp_v4_hash_connect | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [TWSK]: Introduce struct timewait_sock_ops | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [DCCP]: Use reqsk_free in dccp_v4_conn_request | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [DCCP]: Introduce DCCPv6 | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [DCCP]: Just rename dccp_v4_prot to dccp_prot | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [DCCP]: Introduce dccp_ipv4_af_ops | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port | Arnaldo Carvalho de Melo | 2006-01-03 |
* | [DCCP]: Comment typo | Ian McDonald | 2005-12-21 |
* | [DCCP]: Add missing no_policy flag to struct net_protocol | Patrick McHardy | 2005-11-21 |
* | [NET]: kfree cleanup | Jesper Juhl | 2005-11-08 |
* | [TCP/DCCP]: Randomize port selection | Stephen Hemminger | 2005-11-05 |
* | [DCCP]: Set socket owner iff packet is not data | Herbert Xu | 2005-10-31 |
* | [DCCP]: Simplify skb_set_owner_w semantics | Herbert Xu | 2005-10-31 |
* | [PATCH] gfp_t: net/* | Al Viro | 2005-10-28 |
* | [DCCP]: Clear the IPCB area | Herbert Xu | 2005-10-20 |
* | [DCCP]: Make dccp_write_xmit always free the packet | Herbert Xu | 2005-10-20 |
* | [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL | Herbert Xu | 2005-10-20 |
* | [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets | Arnaldo Carvalho de Melo | 2005-10-11 |