| Commit message (Expand) | Author | Age | Files | Lines |
* | [DCCP]: fix link error with !CONFIG_SYSCTL | Ingo Molnar | 2007-10-17 | 1 | -0/+3 |
* | [DCCP]: Rate-limit DCCP-Syncs | Gerrit Renker | 2007-10-10 | 1 | -9/+20 |
* | [DCCP]: Send Reset upon Sync in state REQUEST | Gerrit Renker | 2007-10-10 | 1 | -5/+3 |
* | [DCCP]: Fix Reset/Sync-Flood Bug | Gerrit Renker | 2007-10-10 | 1 | -3/+11 |
* | [DCCP]: Shorten variable names in dccp_check_seqno | Gerrit Renker | 2007-10-10 | 1 | -23/+17 |
* | [DCCP]: Simplify interface of dccp_sample_rtt | Gerrit Renker | 2007-10-10 | 1 | -29/+15 |
* | [DCCP]: Convert dccp_sample_rtt to ktime_t | Arnaldo Carvalho de Melo | 2007-10-10 | 1 | -13/+10 |
* | [DCCP]: Sample RTT from SYN exchange | Gerrit Renker | 2007-04-25 | 1 | -0/+8 |
* | [DCCP]: Provide function for RTT sampling | Gerrit Renker | 2007-04-25 | 1 | -0/+40 |
* | [DCCP]: Remove ambiguity in the way before48 is used | Gerrit Renker | 2007-04-25 | 1 | -2/+4 |
* | [DCCP]: Revert patch which disables bidirectional mode | Gerrit Renker | 2007-03-07 | 1 | -17/+4 |
* | [DCCP]: Correctly split CCID half connections | Gerrit Renker | 2007-03-06 | 1 | -6/+6 |
* | [NET] DCCP: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -7/+7 |
* | [DCCP]: Whitespace cleanups | Arnaldo Carvalho de Melo | 2006-12-11 | 1 | -13/+13 |
* | [DCCP]: Only deliver to the CCID rx side in charge | Gerrit Renker | 2006-12-11 | 1 | -4/+17 |
* | [DCCP]: Simplified conditions due to use of enum:8 states | Gerrit Renker | 2006-12-02 | 1 | -14/+11 |
* | [DCCP]: Update code comments for Step 2/3 | Gerrit Renker | 2006-12-02 | 1 | -21/+17 |
* | [DCCP]: Update documentation references. | Gerrit Renker | 2006-10-24 | 1 | -2/+2 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -4/+4 |
* | [DCCP]: Uninline some functions | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -4/+3 |
* | [DCCP]: Generalize dccp_v4_send_reset | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -1/+1 |
* | [DCCP] CCID: Improve CCID infrastructure | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -8/+0 |
* | [DCCP]: Initial feature negotiation implementation | Andrea Bittau | 2006-03-20 | 1 | -0/+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 |
* | [IP_SOCKGLUE]: Remove most of the tcp specific calls | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -1/+1 |
* | [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -0/+4 |
* | [DCCP]: Introduce dccp_ipv4_af_ops | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -2/+3 |
* | [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets | Arnaldo Carvalho de Melo | 2005-10-10 | 1 | -1/+5 |
* | [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] | Arnaldo Carvalho de Melo | 2005-09-18 | 1 | -56/+13 |
* | [DCCP]: More precisely set reset_code when sending RESET packets | Arnaldo Carvalho de Melo | 2005-09-16 | 1 | -11/+11 |
* | [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 |
* | [DCCP] Introduce dccp_timestamp | Arnaldo Carvalho de Melo | 2005-09-09 | 1 | -2/+2 |
* | [DCCP]: Initial dccp_poll implementation | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -0/+1 |
* | [DCCP]: Implement the CLOSING timer | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -15/+11 |
* | [DCCP]: Fix printf format warnings on 64-bit. | David S. Miller | 2005-08-29 | 1 | -2/+8 |
* | [DCCP]: Fix the ACK and SEQ window variables settings | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -1/+13 |
* | [DCCP]: Give more info on Step 6 failure debug printk | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -2/+9 |
* | [DCCP]: Use LIMIT_NETDEBUG in some debugging printks | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -5/+6 |
* | [DCCP]: Send SYNCACK packets in response to SYNC packets | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -8/+25 |
* | [DCCP]: Fix RESET handling in dccp_rcv_state_process | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -18/+42 |
* | [DCCP]: Just reflow the source code to fit in 80 columns | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -38/+62 |
* | [NET]: Make NETDEBUG pure printk wrappers | Patrick McHardy | 2005-08-29 | 1 | -1/+1 |
* | [DCCP]: Fix u64 printf format warnings. | David S. Miller | 2005-08-29 | 1 | -1/+3 |
* | [DCCP]: Initial implementation | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -0/+510 |