| Commit message (Expand) | Author | Age | Files | Lines |
* | [DCCP]: Wait for CCID | Gerrit Renker | 2007-10-10 | 1 | -15/+19 |
* | [DCCP]: Factor out common code for generating Resets | Gerrit Renker | 2007-10-10 | 1 | -0/+52 |
* | [DCCP]: Remove duplicate code for Reset from connected socket | Gerrit Renker | 2007-10-10 | 1 | -59/+19 |
* | [DCCP]: Add FIXME for send_delayed_ack | Gerrit Renker | 2007-10-10 | 1 | -0/+1 |
* | [DCCP]: Parameter renaming | Gerrit Renker | 2007-10-10 | 1 | -4/+6 |
* | [DCCP]: More debug information for dccp_wait_for_ccid | Gerrit Renker | 2007-04-25 | 1 | -1/+2 |
* | [DCCP]: Initialise write_xmit_timer also on passive sockets | Gerrit Renker | 2007-03-09 | 1 | -16/+0 |
* | [NET]: Fix kfree(skb) | Patrick McHardy | 2007-02-28 | 1 | -1/+1 |
* | [NET] DCCP: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -2/+2 |
* | [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). | David S. Miller | 2007-01-26 | 1 | -2/+2 |
* | [DCCP]: Whitespace cleanups | Arnaldo Carvalho de Melo | 2006-12-11 | 1 | -4/+3 |
* | [DCCP]: Warn when discarding packet due to internal errors | Gerrit Renker | 2006-12-11 | 1 | -2/+4 |
* | [DCCP]: Remove timeo from output.c | Ian McDonald | 2006-12-11 | 1 | -20/+6 |
* | [DCCP]: Use `unsigned' for packet lengths | Gerrit Renker | 2006-12-02 | 1 | -4/+2 |
* | [DCCP]: Simplified conditions due to use of enum:8 states | Gerrit Renker | 2006-12-02 | 1 | -11/+5 |
* | [DCCP]: Miscellaneous code tidy-ups | Gerrit Renker | 2006-12-02 | 1 | -0/+1 |
* | [TCP/DCCP]: Introduce net_xmit_eval | Gerrit Renker | 2006-12-02 | 1 | -12/+2 |
* | [DCCPv6]: Choose a genuine initial sequence number | Gerrit Renker | 2006-12-02 | 1 | -1/+5 |
* | [DCCP]: Increment sequence numbers on retransmitted Response packets | Gerrit Renker | 2006-12-02 | 1 | -0/+4 |
* | [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) | Gerrit Renker | 2006-12-02 | 1 | -8/+5 |
* | [DCCP]: Fix logfile overflow | Ian McDonald | 2006-12-02 | 1 | -3/+5 |
* | [DCCP]: Combine allocating & zeroing header space on skb | Gerrit Renker | 2006-12-02 | 1 | -11/+3 |
* | [TCP]: Don't set SKB owner in tcp_transmit_skb(). | David S. Miller | 2006-12-02 | 1 | -2/+2 |
* | [DCCP]: Introduce tx buffering | Ian McDonald | 2006-09-22 | 1 | -25/+65 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [DCCP] options: Make dccp_insert_options & friends yell on error | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -3/+15 |
* | [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -15/+14 |
* | [DCCP]: Uninline some functions | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -1/+1 |
* | [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -0/+2 |
* | [DCCP]: Dont use dccp_v4_checksum in dccp_make_response | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -3/+0 |
* | [DCCP]: Generalize dccp_v4_send_reset | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -5/+25 |
* | [DCCP]: Initial feature negotiation implementation | Andrea Bittau | 2006-03-20 | 1 | -0/+4 |
* | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -0/+1 |
* | [IP_SOCKGLUE]: Remove most of the tcp specific calls | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -3/+4 |
* | [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -10/+17 |
* | [DCCP]: Introduce dccp_ipv4_af_ops | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -8/+6 |
* | [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 | 1 | -9/+14 |
* | [PATCH] gfp_t: net/* | Al Viro | 2005-10-28 | 1 | -1/+1 |
* | [DCCP]: Clear the IPCB area | Herbert Xu | 2005-10-20 | 1 | -0/+1 |
* | [DCCP]: Make dccp_write_xmit always free the packet | Herbert Xu | 2005-10-20 | 1 | -1/+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]: Move the ack vector code to net/dccp/ackvec.[ch] | Arnaldo Carvalho de Melo | 2005-09-18 | 1 | -10/+2 |
* | [DCCP]: Introduce DCCP_SOCKOPT_SERVICE | Arnaldo Carvalho de Melo | 2005-09-16 | 1 | -7/+7 |
* | [DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sock | Arnaldo Carvalho de Melo | 2005-09-09 | 1 | -3/+0 |
* | [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -0/+13 |
* | [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -2/+59 |
* | [DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pending | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -0/+1 |
* | [DCCP]: Implement the CLOSING timer | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -11/+12 |
* | [DCCP]: Fix ackno setting in SYNC/SYNCACK packets | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -7/+3 |