aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2008-01-28[DCCP]: Allow to parse options on Request SocketsGerrit Renker
2008-01-28[DCCP]: Collapse repeated `len' statements into oneGerrit Renker
2008-01-28[DCCP]: Support for server holding timewait stateGerrit Renker
2008-01-28[DCCP]: Use maximum-RTO backoff from DCCP specGerrit Renker
2008-01-28[DCCP]: Shift the retransmit timer for active-close into output.cGerrit Renker
2008-01-28[DCCP]: Perform SHUT_RD and SHUT_WR on receiving closeGerrit Renker
2008-01-28[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu
2008-01-28[TFRC]: Remove previous loss intervals implementationGerrit Renker
2008-01-28[CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker
2008-01-28[TFRC]: CCID3 (and CCID4) needs to access these inlinesGerrit Renker
2008-01-28[CCID3]: Redundant debugging output / documentationGerrit Renker
2008-01-28[TFRC]: Ringbuffer to track loss interval historyGerrit Renker
2008-01-28[TFRC]: Loss interval code needs the macros/inlines that were movedGerrit Renker
2008-01-28[TFRC]: Put RX/TX initialisation into tfrc.cGerrit Renker
2008-01-28[CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses itGerrit Renker
2008-01-28[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymoreGerrit Renker
2008-01-28[TFRC]: Move comment.Gerrit Renker
2008-01-28[TFRC]: New rx history codeArnaldo Carvalho de Melo
2008-01-28[CCID3]: The receiver of a half-connection does not set window counter valuesGerrit Renker
2008-01-28[TFRC]: Rename dccp_rx_ to tfrc_rx_Arnaldo Carvalho de Melo
2008-01-28[TFRC]: Make the rx history slab be globalArnaldo Carvalho de Melo
2008-01-28[TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistencyArnaldo Carvalho de Melo
2008-01-28[DCCP]: Introduce generic function to test for `data packets'Gerrit Renker
2008-01-28[TFRC]: Provide central source file and debug facilityGerrit Renker
2008-01-28[TFRC]: Hide tx history details from the CCIDsArnaldo Carvalho de Melo
2008-01-28[DCCP]: Remove duplicate test for CloseReqGerrit Renker
2008-01-28[DCCP]: Integrate state transitions for passive-closeGerrit Renker
2008-01-28[DCCP]: Dedicated auxiliary states to support passive-closeGerrit Renker
2008-01-28[DCCP]: Use AF-independent rebuild_header routineGerrit Renker
2008-01-28[TFRC]: Migrate TX history to singly-linked lisArnaldo Carvalho de Melo
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov
2008-01-28[DCCP]: Add support for abortive releaseGerrit Renker
2008-01-28[DCCP]: Check for unread data on closeGerrit Renker
2008-01-28[CCID2]: Remove misleading commentGerrit Renker
2008-01-28[CCID2]: Remove redundant ack-counting variableGerrit Renker
2008-01-28[CCID2]: Remove redundant synchronisation variableGerrit Renker
2008-01-28[CCID2]: Redundant debugging outputGerrit Renker
2008-01-28[CCID2]: Replace pipe assignment-function with assignmentGerrit Renker
2008-01-28[CCID2]: Replace cwnd assignment-function with assignmentGerrit Renker
2008-01-28[CCID2]: Replace read-only variable with constantGerrit Renker
2008-01-28[CCID2]: Remove unused variableGerrit Renker
2008-01-28[CCID2]: Disable broken Ack Ratio adaptation algorithmGerrit Renker
2008-01-28[CCID2]: Larger initial windows also for CCID2Gerrit Renker
2008-01-28[DCCP]: Initialize dccp_sock before calling the ccid constructorsArnaldo Carvalho de Melo
2008-01-28[CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwndGerrit Renker
2008-01-28[CCID2]: Don't assign negative values to Ack RatioGerrit Renker
2008-01-28[CCID2]: Fix sequence number arithmetic/comparisonsGerrit Renker
2008-01-28[CCID2]: Bug in reading Ack VectorsGerrit Renker
2008-01-28[ACKVEC]: Reduce length of identifiersGerrit Renker
2008-01-28[DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request alsoGerrit Renker