aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* dccp: fix the adjustments to AWL and SWLGerrit Renker2010-10-121-21/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: backlog functions renameZhu Yi2010-03-051-1/+1
* TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-021-1/+1
* dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker2009-01-211-11/+0
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-081-1/+0
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-081-1/+0
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-081-2/+0
* dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker2008-12-081-30/+12
* dccp: Deprecate Ack Ratio sysctlGerrit Renker2008-11-161-1/+0
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-041-1/+6
* dccp: Port redirection support for DCCPGerrit Renker2008-10-191-0/+1
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-061-1/+2
* dccp: Bug in initial acknowledgment number assignmentGerrit Renker2008-06-111-4/+4
* [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev2008-02-291-1/+1
* [DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker2008-01-281-8/+13
* [DCCP]: Add (missing) option parsing to request_sock processingGerrit Renker2008-01-281-6/+6
* [DCCP]: Tidy-up -- minisock initialisationGerrit Renker2007-10-101-0/+10
* [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo2007-10-101-1/+0
* [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary2007-04-261-1/+1
* [DCCP]: Set RTO for newly created child socketGerrit Renker2007-03-061-1/+1
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-15/+33
|\
| * [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-021-5/+2
| * [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-021-1/+1
| * [DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker2006-12-021-1/+1
| * [DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker2006-12-021-7/+9
| * [DCCP]: Update code comments for Step 2/3Gerrit Renker2006-12-021-5/+5
| * [DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker2006-12-021-0/+9
| * [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker2006-12-021-0/+10
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+1
|/
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo2006-03-201-4/+5
* [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-201-15/+10
* [DCCP]: Initial feature negotiation implementationAndrea Bittau2006-03-201-0/+4
* [DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo2006-03-201-2/+1
* [DCCP]: Introduce DCCPv6Arnaldo Carvalho de Melo2006-01-031-1/+12
* [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo2006-01-031-0/+8
* [DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo2006-01-031-1/+1
* [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo2005-09-181-6/+7
* [DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo2005-09-161-2/+4
* [DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo2005-09-091-0/+1
* [DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo2005-08-291-0/+13
* [DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo2005-08-291-14/+23
* [DCCP]: Finish the TIMEWAIT minisock supportArnaldo Carvalho de Melo2005-08-291-10/+50
* [DCCP]: Fix u64 printf format warnings.David S. Miller2005-08-291-1/+4
* [DCCP]: Initial implementationArnaldo Carvalho de Melo2005-08-291-0/+199