nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / net / dccp / input.c
2009-01-05 Gerrit Renkerdccp: Integrate the TFRC library with DCCP
2008-12-08 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-12-08 Gerrit Renkerdccp: Integration of dynamic feature activation - part...
2008-11-05 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Gerrit Renkerdccp: Clamping RTT values
2008-09-04 Gerrit Renkerdccp: Clean up slow-path input processing
2008-09-04 Gerrit Renkerdccp ccid-2: Consolidate Ack-Vector processing within...
2008-09-04 Gerrit Renkerdccp ccid-2: Algorithm to update buffer state
2008-09-04 Gerrit Renkerdccp ccid-2: Ack Vector interface clean-up
2008-09-04 Gerrit Renkerdccp: Fix the adjustments to AWL and SWL
2008-09-04 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-09-04 Gerrit Renkerdccp: Integration of dynamic feature activation - part...
2008-09-04 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-09-04 Wei Yongjundccp: Always generate a Reset in response to option...
2008-08-27 Wei Yongjundccp: Always generate a Reset in response to option...
2008-08-19 Gerrit Renkerdccp: Fix panic caused by too early termination of...
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-01-28 Gerrit Renker[DCCP]: Allow to parse options on Request Sockets
2008-01-28 Gerrit Renker[DCCP]: Perform SHUT_RD and SHUT_WR on receiving close
2008-01-28 Gerrit Renker[DCCP]: Remove duplicate test for CloseReq
2008-01-28 Gerrit Renker[DCCP]: Integrate state transitions for passive-close
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
2008-01-28 Gerrit Renker[DCCP]: Honour and make use of shutdown option set...
2007-10-24 Gerrit Renker[DCCP]: Convert Reset code into socket error number
2007-10-18 Ingo Molnar[DCCP]: fix link error with !CONFIG_SYSCTL
2007-10-10 Gerrit Renker[DCCP]: Rate-limit DCCP-Syncs
2007-10-10 Gerrit Renker[DCCP]: Send Reset upon Sync in state REQUEST
2007-10-10 Gerrit Renker[DCCP]: Fix Reset/Sync-Flood Bug
2007-10-10 Gerrit Renker[DCCP]: Shorten variable names in dccp_check_seqno
2007-10-10 Gerrit Renker[DCCP]: Simplify interface of dccp_sample_rtt
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccp_sample_rtt to ktime_t
2007-04-26 Gerrit Renker[DCCP]: Sample RTT from SYN exchange
2007-04-26 Gerrit Renker[DCCP]: Provide function for RTT sampling
2007-04-26 Gerrit Renker[DCCP]: Remove ambiguity in the way before48 is used
2007-03-08 Gerrit Renker[DCCP]: Revert patch which disables bidirectional mode
2007-03-06 Gerrit Renker[DCCP]: Correctly split CCID half connections
2007-02-11 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-11 Gerrit Renker[DCCP]: Only deliver to the CCID rx side in charge
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 Gerrit Renker[DCCP]: Update code comments for Step 2/3
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
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]: Uninline some functions
2006-03-21 Arnaldo Carvalho... [DCCP]: Generalize dccp_v4_send_reset
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-03-21 Andrea Bittau[DCCP]: Initial feature negotiation implementation
2006-01-03 Andrea Bittau[DCCP]: Notify CCID only after ACK vectors have been...
2006-01-03 Andrea Bittau[DCCP]: Send an ACK vector when ACKing a response packet
2006-01-03 Andrea Bittau[DCCP]: Do not process a packet twice when it's not...
2006-01-03 Arnaldo Carvalho... [IP_SOCKGLUE]: Remove most of the tcp specific calls
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-10-11 Arnaldo Carvalho... [DCCP]: Transition from PARTOPEN to OPEN when receiving...
2005-09-18 Arnaldo Carvalho... [DCCP]: Move the ack vector code to net/dccp/ackvec...
2005-09-16 Arnaldo Carvalho... [DCCP]: More precisely set reset_code when sending...
2005-09-13 Arnaldo Carvalho... [DCCP]: Handle SYNC packets in dccp_rcv_state_process
2005-09-13 Arnaldo Carvalho... [DCCP]: Check if already in the CLOSING state in dccp_r...
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial dccp_poll implementation
2005-08-29 Arnaldo Carvalho... [DCCP]: Implement the CLOSING timer
2005-08-29 David S. Miller[DCCP]: Fix printf format warnings on 64-bit.
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix the ACK and SEQ window variables settings
2005-08-29 Arnaldo Carvalho... [DCCP]: Give more info on Step 6 failure debug printk
2005-08-29 Arnaldo Carvalho... [DCCP]: Use LIMIT_NETDEBUG in some debugging printks
2005-08-29 Arnaldo Carvalho... [DCCP]: Send SYNCACK packets in response to SYNC packets
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix RESET handling in dccp_rcv_state_process
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Patrick McHardy[NET]: Make NETDEBUG pure printk wrappers
2005-08-29 David S. Miller[DCCP]: Fix u64 printf format warnings.
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation