aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/minisocks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-05net: backlog functions renameZhu Yi1-1/+1
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson1-1/+1
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker1-11/+0
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker1-1/+0
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker1-1/+0
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker1-2/+0
2008-12-08dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker1-30/+12
2008-11-16dccp: Deprecate Ack Ratio sysctlGerrit Renker1-1/+0
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-1/+6
2008-10-19dccp: Port redirection support for DCCPGerrit Renker1-0/+1
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng1-1/+2
2008-06-11dccp: Bug in initial acknowledgment number assignmentGerrit Renker1-4/+4
2008-02-29[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev1-1/+1
2008-01-28[DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker1-8/+13
2008-01-28[DCCP]: Add (missing) option parsing to request_sock processingGerrit Renker1-6/+6
2007-10-10[DCCP]: Tidy-up -- minisock initialisationGerrit Renker1-0/+10
2007-10-10[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo1-1/+0
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary1-1/+1
2007-03-06[DCCP]: Set RTO for newly created child socketGerrit Renker1-1/+1
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-15/+33
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-5/+2
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki1-1/+1
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker1-1/+1
2006-12-02[DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker1-7/+9
2006-12-02[DCCP]: Update code comments for Step 2/3Gerrit Renker1-5/+5
2006-12-02[DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker1-0/+9
2006-12-02[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker1-0/+10
2006-11-22WorkStruct: make allyesconfigDavid Howells1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-4/+5
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo1-15/+10
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-0/+4
2006-03-20[DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo1-2/+1
2006-01-03[DCCP]: Introduce DCCPv6Arnaldo Carvalho de Melo1-1/+12
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo1-0/+8
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo1-1/+1
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo1-6/+7
2005-09-16[DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo1-2/+4
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo1-0/+1
2005-08-29[DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo1-0/+13
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo1-14/+23
2005-08-29[DCCP]: Finish the TIMEWAIT minisock supportArnaldo Carvalho de Melo1-10/+50
2005-08-29[DCCP]: Fix u64 printf format warnings.David S. Miller1-1/+4
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+199