Age | Commit message (Expand) | Author |
2006-03-04 | [DCCP] ccid3: Divide by zero fix | Ian 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_newports | Patrick McHardy |
2006-01-17 | [NET]: "signed long" -> "long" | Kris Katterjohn |
2006-01-07 | [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-04 | [DCCP] ackvec: use u8 for the buf offsets | Arnaldo 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 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 |
2005-12-21 | [DCCP]: Comment typo | Ian McDonald |
2005-11-20 | [DCCP]: Add missing no_policy flag to struct net_protocol | Patrick McHardy |
2005-11-08 | [NET]: kfree cleanup | Jesper Juhl |
2005-11-05 | [TCP/DCCP]: Randomize port selection | Stephen Hemminger |
2005-10-31 | [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-28 | [PATCH] gfp_t: net/* | Al Viro |
2005-10-20 | [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-10 | [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets | Arnaldo Carvalho de Melo |
2005-10-10 | [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions | Arnaldo Carvalho de Melo |
2005-10-08 | [PATCH] gfp flags annotations - part 1 | Al Viro |
2005-10-03 | [INET]: speedup inet (tcp/dccp) lookups | Eric Dumazet |
2005-09-18 | [DCCP]: Introduce CCID getsockopt for the CCIDs | Arnaldo Carvalho de Melo |
2005-09-18 | [DCCP]: Don't use necessarily the same CCID for tx and rx | Arnaldo Carvalho de Melo |
2005-09-18 | [CCID3]: Introduce include/linux/tfrc.h | Arnaldo Carvalho de Melo |
2005-09-18 | [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] | Arnaldo Carvalho de Melo |
2005-09-16 | [DCCP]: Introduce DCCP_SOCKOPT_SERVICE | Arnaldo Carvalho de Melo |
2005-09-16 | [DCCP]: More precisely set reset_code when sending RESET packets | Arnaldo Carvalho de Melo |
2005-09-13 | [DCCP]: Handle SYNC packets in dccp_rcv_state_process | Arnaldo Carvalho de Melo |
2005-09-13 | [DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq | Arnaldo Carvalho de Melo |
2005-09-12 | [CCID3]: Listen socks doesn't have a private CCID block | Arnaldo Carvalho de Melo |