| Commit message (Expand) | Author | Age | Files | Lines |
* | dccp: remove obsolete code | stephen hemminger | 2014-01-04 | 1 | -32/+0 |
* | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 2012-07-10 | 1 | -0/+1 |
* | net: fix assignment of 0/1 to bool variables. | Rusty Russell | 2011-12-19 | 1 | -1/+1 |
* | dccp: handle invalid feature options length | Dan Rosenberg | 2011-05-06 | 1 | -0/+2 |
* | dccp ccid-2: Separate option parsing from CCID processing | Gerrit Renker | 2010-11-15 | 1 | -7/+10 |
* | dccp ccid-2: Schedule Sync as out-of-band mechanism | Gerrit Renker | 2010-11-15 | 1 | -4/+20 |
* | dccp ccid-2: Algorithm to update buffer state | Gerrit Renker | 2010-11-15 | 1 | -4/+2 |
* | dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling | Gerrit Renker | 2010-11-10 | 1 | -5/+5 |
* | dccp ccid-2: Separate internals of Ack Vectors from option-parsing code | Gerrit Renker | 2010-11-10 | 1 | -0/+60 |
* | dccp ccid-2: Ack Vector interface clean-up | Gerrit Renker | 2010-11-10 | 1 | -0/+1 |
* | dccp: schedule an Ack when receiving timestamps | Gerrit Renker | 2010-10-12 | 1 | -0/+2 |
* | dccp: Kill dead code and add static markers. | stephen hemminger | 2010-10-06 | 1 | -3/+1 |
* | dccp: Replace magic CCID-specific numbers by symbolic constants | Gerrit Renker | 2010-09-21 | 1 | -10/+3 |
* | dccp: Add packet type information to CCID-specific option parsing | Gerrit Renker | 2010-09-21 | 1 | -12/+4 |
* | dccp: make implementation of Syn-RTT symmetric | Gerrit Renker | 2010-06-25 | 1 | -1/+5 |
* | dccp: remove unused function argument | Gerrit Renker | 2010-06-25 | 1 | -8/+6 |
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 2010-05-25 | 1 | -1/+1 |
* | dccp: Debugging functions for feature negotiation | Gerrit Renker | 2009-01-21 | 1 | -4/+0 |
* | dccp: Initialisation and type-checking of feature sysctls | Gerrit Renker | 2009-01-21 | 1 | -4/+0 |
* | dccp ccid-2: Phase out the use of boolean Ack Vector sysctl | Gerrit Renker | 2008-12-08 | 1 | -5/+2 |
* | dccp: Remove manual influence on NDP Count feature | Gerrit Renker | 2008-12-08 | 1 | -3/+1 |
* | dccp: Processing Confirm options | Gerrit Renker | 2008-12-01 | 1 | -14/+2 |
* | dccp: Process incoming Change feature-negotiation options | Gerrit Renker | 2008-12-01 | 1 | -15/+8 |
* | dccp: Integrate feature-negotiation insertion code | Gerrit Renker | 2008-12-01 | 1 | -12/+21 |
* | dccp: fix warning in net/dccp/options.c | Ingo Molnar | 2008-11-25 | 1 | -1/+1 |
* | dccp: Header option insertion routine for feature-negotiation | Gerrit Renker | 2008-11-23 | 1 | -60/+31 |
* | dccp: Support for Mandatory options | Gerrit Renker | 2008-11-23 | 1 | -0/+15 |
* | dccp: Increase the scope of variable-length htonl/ntohl functions | Gerrit Renker | 2008-11-23 | 1 | -7/+14 |
* | dccp: Deprecate Ack Ratio sysctl | Gerrit Renker | 2008-11-16 | 1 | -1/+0 |
* | dccp: Limit feature negotiation to connection setup phase | Gerrit Renker | 2008-11-12 | 1 | -18/+0 |
* | This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" | Gerrit Renker | 2008-09-09 | 1 | -178/+163 |
* | dccp ccid-2: Separate option parsing from CCID processing | Gerrit Renker | 2008-09-04 | 1 | -7/+10 |
* | dccp ccid-2: Schedule Sync as out-of-band mechanism | Gerrit Renker | 2008-09-04 | 1 | -4/+20 |
* | dccp ccid-2: Algorithm to update buffer state | Gerrit Renker | 2008-09-04 | 1 | -4/+2 |
* | dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling | Gerrit Renker | 2008-09-04 | 1 | -5/+5 |
* | dccp ccid-2: Separate internals of Ack Vectors from option-parsing code | Gerrit Renker | 2008-09-04 | 1 | -0/+60 |
* | dccp: Schedule an Ack when receiving timestamps | Gerrit Renker | 2008-09-04 | 1 | -0/+2 |
* | dccp: Replace magic CCID-specific numbers by symbolic constants | Gerrit Renker | 2008-09-04 | 1 | -10/+3 |
* | dccp: Add packet type information to CCID-specific option parsing | Gerrit Renker | 2008-09-04 | 1 | -12/+4 |
* | dccp: Debugging functions for feature negotiation | Gerrit Renker | 2008-09-04 | 1 | -4/+0 |
* | dccp: Initialisation and type-checking of feature sysctls | Gerrit Renker | 2008-09-04 | 1 | -4/+0 |
* | dccp ccid-2: Phase out the use of boolean Ack Vector sysctl | Gerrit Renker | 2008-09-04 | 1 | -5/+2 |
* | dccp: Remove manual influence on NDP Count feature | Gerrit Renker | 2008-09-04 | 1 | -3/+1 |
* | dccp: Processing Confirm options | Gerrit Renker | 2008-09-04 | 1 | -14/+2 |
* | dccp: Process incoming Change feature-negotiation options | Gerrit Renker | 2008-09-04 | 1 | -15/+8 |
* | dccp: Integrate feature-negotiation insertion code | Gerrit Renker | 2008-09-04 | 1 | -12/+21 |
* | dccp: Header option insertion routine for feature-negotiation | Gerrit Renker | 2008-09-04 | 1 | -60/+31 |
* | dccp: Support for Mandatory options | Gerrit Renker | 2008-09-04 | 1 | -0/+15 |
* | dccp: Increase the scope of variable-length htonl/ntohl functions | Gerrit Renker | 2008-09-04 | 1 | -7/+14 |
* | dccp: Deprecate Ack Ratio sysctl | Gerrit Renker | 2008-09-04 | 1 | -1/+0 |