nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / net / dccp / dccp.h
2009-01-05 Gerrit Renkerdccp: Lockless integration of CCID congestion-control...
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-02 Gerrit Renkerdccp: Feature activation handlers
2008-12-02 Gerrit Renkerdccp: Insert feature-negotiation options into skb
2008-11-26 Eric Dumazetnet: Use a percpu_counter for orphan_count
2008-11-17 Gerrit Renkerdccp: Deprecate Ack Ratio sysctl
2008-11-17 Gerrit Renkerdccp: Mechanism to resolve CCID dependencies
2008-11-12 Gerrit Renkerdccp: Resolve dependencies of features on choice of...
2008-11-05 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-11-05 Gerrit Renkerdccp: List management for new 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 ccid-3: Runtime verification of timer resolution
2008-09-04 Tomasz Grobelnydccp qpolicy: Parameter checking of cmsg qpolicy parameters
2008-09-04 Tomasz Grobelnydccp: Policy-based packet dequeueing infrastructure
2008-09-04 Gerrit Renkerdccp: Refine the wait-for-ccid mechanism
2008-09-04 Gerrit Renkerdccp ccid-2: Implementation of circular Ack Vector...
2008-09-04 Gerrit Renkerdccp: Fix the adjustments to AWL and SWL
2008-09-04 Gerrit Renkerdccp: Schedule an Ack when receiving timestamps
2008-09-04 Gerrit Renkerdccp: Special case of the MPS for client-PARTOPEN with...
2008-09-04 Gerrit Renkerdccp: Support for the exchange of NN options in establi...
2008-09-04 Gerrit Renkerdccp: Debugging functions for feature negotiation
2008-09-04 Gerrit Renkerdccp: Initialisation and type-checking of feature sysctls
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: Feature activation handlers
2008-09-04 Gerrit Renkerdccp: Insert feature-negotiation options into skb
2008-09-04 Gerrit Renkerdccp: Deprecate Ack Ratio sysctl
2008-09-04 Gerrit Renkerdccp: Mechanism to resolve CCID dependencies
2008-09-04 Gerrit Renkerdccp: Resolve dependencies of features on choice of...
2008-09-04 Gerrit Renkerdccp: Cleanup routines for feature negotiation
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-07-26 Gerrit Renkerdccp: Allow to distinguish original and retransmitted...
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-13 Gerrit Renkerdccp ccid-3: Fix error in loss detection
2008-06-15 Brian Haleynet: change proto destroy method to return void
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-13 Patrick McHardy[DCCP]: Fix skb->cb conflicts with IP
2008-04-03 Denis V. Lunev[DCCP]: Replace socket with sock for reset sending.
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-03 Arnaldo Carvalho... [SOCK] proto: Add hashinfo member to struct proto
2008-01-28 Gerrit Renker[DCCP]: Remove unused inline function
2008-01-28 Gerrit Renker[DCCP]: Support inserting options during the 3-way...
2008-01-28 Gerrit Renker[DCCP]: Use maximum-RTO backoff from DCCP spec
2008-01-28 Gerrit Renker[CCID3]: Interface CCID3 code with newer Loss Intervals...
2008-01-28 Gerrit Renker[DCCP]: Introduce generic function to test for `data...
2007-10-10 Gerrit Renker[DCCP]: Factor out common code for generating Resets
2007-10-10 Gerrit Renker[DCCP]: Rate-limit DCCP-Syncs
2007-10-10 Gerrit Renker[DCCP]: Add Support for Data 1 .. 3 fields of Reset...
2007-10-10 Gerrit Renker[DCCP]: Add FIXME for send_delayed_ack
2007-10-10 Gerrit Renker[DCCP]: Simplify interface of dccp_sample_rtt
2007-10-10 Gerrit Renker[DCCP]: Provide 10s of microsecond timesource
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke the timeval helpers now that we fully...
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used...
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccp_sample_rtt to ktime_t
2007-07-11 Ian McDonaldFix dccp_sum_coverage
2007-04-26 Gerrit Renker[DCCP]: Provide function for RTT sampling
2007-04-26 Gerrit Renker[DCCP]: Always use debug-toggle parameters
2007-04-26 Gerrit Renker[DCCP]: Fix for follows48
2007-04-26 Gerrit Renker[DCCP]: Make `before' relation unambiguous
2007-04-26 Gerrit Renker[DCCP]: Make dccp_delta_seqno return signed numbers
2007-04-26 Gerrit Renker[DCCP]: 48-bit sequence number arithmetic
2007-03-26 Adrian Bunk[DCCP]: make dccp_write_xmit_timer() static again
2007-03-09 Gerrit Renker[DCCP]: Initialise write_xmit_timer also on passive...
2007-02-11 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2006-12-11 Gerrit Renker[DCCP]: Debug timeval operations
2006-12-11 Ian McDonald[DCCP]: Remove timeo from output.c
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 Ian McDonald[DCCP]: Set TX Queue Length Bounds via Sysctl
2006-12-03 Gerrit Renker[DCCP]: enable debug messages also for static builds
2006-12-03 Gerrit Renker[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use...
2006-12-03 Gerrit Renker[DCCP]: Introduce a consistent naming scheme for sysctls
2006-12-03 Gerrit Renker[DCCP]: Add sysctls to control retransmission behaviour
2006-12-03 Gerrit Renker[DCCP]: Support for partial checksums (RFC 4340, sec...
2006-12-03 Gerrit Renker[DCCP]: tidy up dccp_v{4,6}_conn_request
2006-12-03 Ian McDonald[DCCP]: Fix logfile overflow
2006-12-03 Gerrit Renker[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
2006-12-03 Arnaldo Carvalho... [DCCP] timewait: Remove leftover extern declarations
2006-12-03 Gerrit Renker[DCCP]: set safe upper bound for option length
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
2006-09-22 Ian McDonald[DCCP]: Introduce tx buffering
2006-08-27 Ian McDonald[DCCP]: Introduces follows48 function
2006-08-27 Ian McDonald[DCCP]: Update contact details and copyright
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 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-03-21 Arnaldo Carvalho... [DCCP] options: Make dccp_insert_options & friends...
2006-03-21 Arnaldo Carvalho... [DCCP]: Remove leftover dccp_send_response prototype
2006-03-21 Arnaldo Carvalho... [DCCP] ipv6: Add missing ipv6 control socket
2006-03-21 Arnaldo Carvalho... [DCCP]: Uninline some functions
2006-03-21 Arnaldo Carvalho... [DCCP]: Move the IPv4 specific bits from proto.c to...
2006-03-21 Arnaldo Carvalho... [DCCP]: Move dccp_[un]hash from ipv4.c to the core
2006-03-21 Arnaldo Carvalho... [DCCP]: Move dccp_v4_{init,destroy}_sock to the core
2006-03-21 Arnaldo Carvalho... [DCCP]: Generalize dccp_v4_send_reset
2006-03-21 Arnaldo Carvalho... [DCCP] feat: Introduce sysctls for the default features
2006-03-21 Andrea Bittau[DCCP]: sparse endianness annotations
2006-01-03 Arnaldo Carvalho... [DCCP]: Prepare the AF agnostic core for the introducti...
next