nfsd4: set shorter timeout
[safe/jmp/linux-2.6] / net / dccp / minisocks.c
2009-01-21 Gerrit Renkerdccp: Implement both feature-local and feature-remote...
2008-12-08 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-12-08 Gerrit Renkerdccp: Remove manual influence on NDP Count feature
2008-12-08 Gerrit Renkerdccp: Remove obsolete parts of the old CCID interface
2008-12-08 Gerrit Renkerdccp: Integration of dynamic feature activation - part...
2008-11-17 Gerrit Renkerdccp: Deprecate Ack Ratio sysctl
2008-11-05 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-10-20 Gerrit Renkerdccp: Port redirection support for DCCP
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Gerrit Renkerdccp: Fix the adjustments to AWL and SWL
2008-09-04 Gerrit Renkerdccp: Implement both feature-local and feature-remote...
2008-09-04 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-09-04 Gerrit Renkerdccp: Remove manual influence on NDP Count feature
2008-09-04 Gerrit Renkerdccp: Remove obsolete parts of the old CCID interface
2008-09-04 Gerrit Renkerdccp: Integration of dynamic feature activation - part...
2008-09-04 Gerrit Renkerdccp: Deprecate Ack Ratio sysctl
2008-09-04 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-08-07 Gui Jianfengtcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup
2008-06-11 Gerrit Renkerdccp: Bug in initial acknowledgment number assignment
2008-02-29 Denis V. Lunev[INET]: Remove struct dst_entry *dst from request_sock_...
2008-01-28 Gerrit Renker[DCCP]: Handle timestamps on Request/Response exchange...
2008-01-28 Gerrit Renker[DCCP]: Add (missing) option parsing to request_sock...
2007-10-10 Gerrit Renker[DCCP]: Tidy-up -- minisock initialisation
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used...
2007-04-26 Milind Arun Choudhary[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net
2007-03-06 Gerrit Renker[DCCP]: Set RTO for newly created child socket
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-12-03 Gerrit Renker[DCCP]: Introduce a consistent naming scheme for sysctls
2006-12-03 Gerrit Renker[DCCP]: Increment sequence numbers on retransmitted...
2006-12-03 Gerrit Renker[DCCP]: Update code comments for Step 2/3
2006-12-03 Gerrit Renker[DCCP]: tidy up dccp_v{4,6}_conn_request
2006-12-03 Gerrit Renker[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-21 Arnaldo Carvalho... [DCCP] minisock: Rename struct dccp_options to struct...
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-03-21 Andrea Bittau[DCCP]: Initial feature negotiation implementation
2006-03-21 Arnaldo Carvalho... [DCCP] ackvec: Ditch dccpav_buf_len
2006-01-03 Arnaldo Carvalho... [DCCP]: Introduce DCCPv6
2006-01-03 Arnaldo Carvalho... [DCCP]: Prepare the AF agnostic core for the introducti...
2006-01-03 Arnaldo Carvalho... [DCCP]: Introduce dccp_ipv4_af_ops
2005-09-18 Arnaldo Carvalho... [DCCP]: Move the ack vector code to net/dccp/ackvec...
2005-09-16 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_SERVICE
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix the ACK and SEQ window variables settings
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Arnaldo Carvalho... [DCCP]: Finish the TIMEWAIT minisock support
2005-08-29 David S. Miller[DCCP]: Fix u64 printf format warnings.
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation