| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] remove bogus asm/bug.h includes. | Al Viro | 2006-02-07 | 1 | -1/+0 |
* | [DCCP] ipv6: dccp_v6_send_response() has a DST leak too. | David S. Miller | 2006-01-31 | 1 | -0/+1 |
* | [IPV4]: Always set fl.proto in ip_route_newports | Patrick McHardy | 2006-01-31 | 1 | -1/+2 |
* | [NET]: "signed long" -> "long" | Kris Katterjohn | 2006-01-17 | 1 | -1/+1 |
* | [NETFILTER]: Handle NAT in IPsec policy checks | Patrick McHardy | 2006-01-07 | 1 | -1/+1 |
* | [NETFILTER]: Keep conntrack reference until IPsec policy checks are done | Patrick McHardy | 2006-01-07 | 1 | -0/+1 |
* | [IPV6]: Move nextheader offset to the IP6CB | Patrick McHardy | 2006-01-07 | 1 | -1/+1 |
* | [DCCP]: ipv6.c needs net/ip6_checksum.c | David S. Miller | 2006-01-07 | 1 | -0/+1 |
* | [DCCP] ackvec: use u8 for the buf offsets | Arnaldo Carvalho de Melo | 2006-01-04 | 2 | -16/+23 |
* | [DCCP] ackvec: Fix spelling of "throw" | Andrea Bittau | 2006-01-04 | 1 | -3/+3 |
* | [DCCP]: Notify CCID only after ACK vectors have been processed. | Andrea Bittau | 2006-01-03 | 1 | -3/+3 |
* | [DCCP]: Send an ACK vector when ACKing a response packet | Andrea Bittau | 2006-01-03 | 1 | -0/+6 |
* | [DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN. | Andrea Bittau | 2006-01-03 | 1 | -22/+34 |
* | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 2006-01-03 | 5 | -2/+6 |
* | [SOCK]: Introduce sk_receive_skb | Arnaldo Carvalho de Melo | 2006-01-03 | 2 | -37/+3 |
* | [NET]: move struct proto_ops to const | Eric Dumazet | 2006-01-03 | 1 | -1/+1 |
* | [IP_SOCKGLUE]: Remove most of the tcp specific calls | Arnaldo Carvalho de Melo | 2006-01-03 | 6 | -23/+28 |
* | [INET6]: Generalise tcp_v6_hash_connect | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -170/+1 |
* | [INET]: Generalise tcp_v4_hash_connect | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -159/+1 |
* | [TWSK]: Introduce struct timewait_sock_ops | Arnaldo Carvalho de Melo | 2006-01-03 | 2 | -2/+13 |
* | [DCCP]: Use reqsk_free in dccp_v4_conn_request | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -4/+1 |
* | [DCCP]: Introduce DCCPv6 | Arnaldo Carvalho de Melo | 2006-01-03 | 4 | -1/+1491 |
* | [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 | Arnaldo Carvalho de Melo | 2006-01-03 | 6 | -52/+114 |
* | [DCCP]: Just rename dccp_v4_prot to dccp_prot | Arnaldo Carvalho de Melo | 2006-01-03 | 3 | -6/+6 |
* | [DCCP]: Introduce dccp_ipv4_af_ops | Arnaldo Carvalho de Melo | 2006-01-03 | 5 | -14/+39 |
* | [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -1/+2 |
* | [DCCP]: Comment typo | Ian McDonald | 2005-12-21 | 1 | -1/+1 |
* | [DCCP]: Add missing no_policy flag to struct net_protocol | Patrick McHardy | 2005-11-20 | 1 | -0/+1 |
* | [NET]: kfree cleanup | Jesper Juhl | 2005-11-08 | 2 | -6/+3 |
* | [TCP/DCCP]: Randomize port selection | Stephen Hemminger | 2005-11-05 | 1 | -29/+3 |
* | [DCCP]: Set socket owner iff packet is not data | Herbert Xu | 2005-10-31 | 1 | -6/+11 |
* | [DCCP]: Simplify skb_set_owner_w semantics | Herbert Xu | 2005-10-31 | 2 | -10/+14 |
* | [PATCH] gfp_t: net/* | Al Viro | 2005-10-28 | 1 | -1/+1 |
* | [DCCP]: Clear the IPCB area | Herbert Xu | 2005-10-20 | 2 | -0/+3 |
* | [DCCP]: Make dccp_write_xmit always free the packet | Herbert Xu | 2005-10-20 | 2 | -3/+2 |
* | [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL | Herbert Xu | 2005-10-20 | 1 | -4/+2 |
* | [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets | Arnaldo Carvalho de Melo | 2005-10-10 | 1 | -1/+5 |
* | [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions | Arnaldo Carvalho de Melo | 2005-10-10 | 1 | -2/+2 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 4 | -6/+6 |
* | [INET]: speedup inet (tcp/dccp) lookups | Eric Dumazet | 2005-10-03 | 1 | -6/+6 |
* | [DCCP]: Introduce CCID getsockopt for the CCIDs | Arnaldo Carvalho de Melo | 2005-09-18 | 3 | -6/+98 |
* | [DCCP]: Don't use necessarily the same CCID for tx and rx | Arnaldo Carvalho de Melo | 2005-09-18 | 2 | -3/+4 |
* | [CCID3]: Introduce include/linux/tfrc.h | Arnaldo Carvalho de Melo | 2005-09-18 | 1 | -10/+13 |
* | [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] | Arnaldo Carvalho de Melo | 2005-09-18 | 9 | -622/+607 |
* | [DCCP]: Introduce DCCP_SOCKOPT_SERVICE | Arnaldo Carvalho de Melo | 2005-09-16 | 5 | -19/+125 |
* | [DCCP]: More precisely set reset_code when sending RESET packets | Arnaldo Carvalho de Melo | 2005-09-16 | 2 | -14/+18 |
* | [DCCP]: Handle SYNC packets in dccp_rcv_state_process | Arnaldo Carvalho de Melo | 2005-09-13 | 1 | -0/+6 |
* | [DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq | Arnaldo Carvalho de Melo | 2005-09-13 | 1 | -1/+2 |
* | [CCID3]: Listen socks doesn't have a private CCID block | Arnaldo Carvalho de Melo | 2005-09-12 | 1 | -0/+8 |
* | [CCID3] Cleanup ccid3 debug calls | Arnaldo Carvalho de Melo | 2005-09-09 | 1 | -97/+67 |