nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / net / dccp / ccids /
2009-01-11 Gerrit Renkerdccp ccid-3: Fix RFC reference
2009-01-11 Leonardo Potenzanet: fix section mismatch warnings in dccp/ccids/lib...
2009-01-05 Gerrit Renkerdccp: Integrate the TFRC library with DCCP
2009-01-05 Gerrit Renkerdccp: Lockless integration of CCID congestion-control...
2008-11-12 Gerrit Renkerdccp: Registration routines for changing feature values
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Gerrit Renkerdccp ccid-3: Preventing Oscillations
2008-09-04 Gerrit Renkerdccp ccid-3: Simplify computing and range-checking...
2008-09-04 Gerrit Renkerdccp ccid-3: Measuring the packet size s with regard...
2008-09-04 Gerrit Renkerdccp ccid-3: Tidy up CCID-Kconfig dependencies
2008-09-04 Gerrit Renkerdccp ccid-3: Implement rfc3448bis change to initial...
2008-09-04 Gerrit Renkerdccp ccid-3: Update the RX history records in one place
2008-09-04 Gerrit Renkerdccp ccid-3: Update the computation of X_recv
2008-09-04 Gerrit Renkerdccp tfrc: Increase number of RTT samples
2008-09-04 Gerrit Renkerdccp ccid-3: Always perform receiver RTT sampling
2008-09-04 Gerrit Renkerdccp ccid-3: Remove duplicate RX states
2008-09-04 Gerrit Renkerdccp tfrc: Let dccp_tfrc_lib do the sampling work
2008-09-04 Gerrit Renkerdccp tfrc: Return type of update_i_mean is void
2008-09-04 Gerrit Renkerdccp tfrc: Perform early loss detection
2008-09-04 Gerrit Renkerdccp tfrc: Receiver history initialisation routine
2008-09-04 Gerrit Renkerdccp tfrc: Suppress unavoidable "below resolution"...
2008-09-04 Gerrit Renkerdccp ccid-3: Simplified handling of TX states
2008-09-04 Gerrit Renkerdccp ccid-3: Runtime verification of timer resolution
2008-09-04 Gerrit Renkertcp/dccp: Consolidate common code for RFC 3390 conversion
2008-09-04 Gerrit Renkerdccp ccid-2: Remove wrappers around sk_{reset,stop...
2008-09-04 Gerrit Renkerdccp ccid-2: Replace broken RTT estimator with better...
2008-09-04 Gerrit Renkerdccp ccid-2: Simplify dec_pipe and rearming of RTO...
2008-09-04 Gerrit Renkerdccp ccid-2: Remove redundant sanity tests
2008-09-04 Gerrit Renkerdccp ccid-2: Stop polling
2008-09-04 Gerrit Renkerdccp: Return-value convention of hc_tx_send_packet()
2008-09-04 Gerrit Renkerdccp ccid-2: Separate option parsing from CCID processing
2008-09-04 Gerrit Renkerdccp ccid-2: Remove old infrastructure
2008-09-04 Gerrit Renkerdccp ccid-2: Ack Vector interface clean-up
2008-09-04 Gerrit Renkerdccp ccid-3: Remove dead states
2008-09-04 Gerrit Renkerdccp ccid-3: Remove duplicate documentation
2008-09-04 Gerrit Renkerdccp: Unused argument in CCID tx function
2008-09-04 Gerrit Renkerdccp ccid-3: Remove redundant 'options_received' struct
2008-09-04 Gerrit Renkerdccp tfrc/ccid-3: Computing Loss Rate from Loss Event...
2008-09-04 Gerrit Renkerdccp: Add packet type information to CCID-specific...
2008-09-04 Gerrit Renkerdccp ccid-3: Simplify and consolidate tx_parse_options
2008-09-04 Gerrit Renkerdccp ccid-3: Remove ugly RTT-sampling history lookup
2008-09-04 Gerrit Renkerdccp ccid-3: Bug fix for the inter-packet scheduling...
2008-09-04 Gerrit Renkerdccp ccid-3: No more CCID control blocks in LISTEN...
2008-09-04 Gerrit Renkerdccp ccid-3: Remove ccid3hc{tx,rx}_ prefixes
2008-09-04 Gerrit Renkerdccp ccid-2: Remove ccid2hc{tx,rx}_ prefixes
2008-09-04 Gerrit Renkerdccp: Registration routines for changing feature values
2008-09-04 Gerrit Renkerdccp ccid-3: Replace lazy BUG_ON with condition
2008-09-04 Gerrit Renkerdccp: Toggle debug output without module unloading
2008-08-27 Gerrit Renkerdccp ccid-3: Replace lazy BUG_ON with condition
2008-08-27 Gerrit Renkerdccp: Toggle debug output without module unloading
2008-07-13 Gerrit Renkerdccp ccid-3: Length of loss intervals
2008-07-13 Gerrit Renkerdccp ccid-3: Fix a loss detection bug
2008-07-13 Gerrit Renkerdccp: Upgrade NDP count from 3 to 6 bytes
2008-07-13 Gerrit Renkerdccp ccid-3: Fix error in loss detection
2008-06-11 Gerrit Renkerdccp ccid-3: X truncated due to type conversion
2008-06-11 Gerrit Renkerdccp ccid-3: TFRC reverse-lookup Bug-Fix
2008-06-11 Gerrit Renkerdccp: Fix sparse warnings
2008-06-11 Gerrit Renkerdccp ccid-3: Bug-Fix - Zero RTT is possible
2008-05-27 Gerrit Renkerdccp ccid-3: Fix "t_ipi explosion" bug
2008-05-02 Harvey Harrisondccp: ccid2.c, ccid3.c use clamp(), clamp_t()
2008-01-28 Ilpo Järvinen[CCID3]: Kill some bloat
2008-01-28 Gerrit Renker[CCID3]: Nofeedback timer according to rfc3448bis
2008-01-28 Gerrit Renker[CCID3]: Implement rfc3448bis changes to feedback reception
2008-01-28 Gerrit Renker[CCID3]: Remove two irrelevant states in TX feedback...
2008-01-28 Gerrit Renker[CCID3]: Use a function to update p_inv, and p is never...
2008-01-28 Gerrit Renker[CCID]: More informative registration
2008-01-28 Gerrit Renker[TFRC]: Remove previous loss intervals implementation
2008-01-28 Gerrit Renker[CCID3]: Interface CCID3 code with newer Loss Intervals...
2008-01-28 Gerrit Renker[TFRC]: CCID3 (and CCID4) needs to access these inlines
2008-01-28 Gerrit Renker[CCID3]: Redundant debugging output / documentation
2008-01-28 Gerrit Renker[TFRC]: Ringbuffer to track loss interval history
2008-01-28 Gerrit Renker[TFRC]: Loss interval code needs the macros/inlines...
2008-01-28 Gerrit Renker[TFRC]: Put RX/TX initialisation into tfrc.c
2008-01-28 Gerrit Renker[CCID3]: HC-receiver should not insert timestamps as...
2008-01-28 Gerrit Renker[TFRC]: The function tfrc_rx_hist_entry_delete() is...
2008-01-28 Gerrit Renker[TFRC]: Move comment.
2008-01-28 Arnaldo Carvalho... [TFRC]: New rx history code
2008-01-28 Gerrit Renker[CCID3]: The receiver of a half-connection does not...
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename dccp_rx_ to tfrc_rx_
2008-01-28 Arnaldo Carvalho... [TFRC]: Make the rx history slab be global
2008-01-28 Arnaldo Carvalho... [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for...
2008-01-28 Gerrit Renker[TFRC]: Provide central source file and debug facility
2008-01-28 Arnaldo Carvalho... [TFRC]: Hide tx history details from the CCIDs
2008-01-28 Arnaldo Carvalho... [TFRC]: Migrate TX history to singly-linked lis
2008-01-28 Gerrit Renker[CCID2]: Remove misleading comment
2008-01-28 Gerrit Renker[CCID2]: Remove redundant ack-counting variable
2008-01-28 Gerrit Renker[CCID2]: Remove redundant synchronisation variable
2008-01-28 Gerrit Renker[CCID2]: Redundant debugging output
2008-01-28 Gerrit Renker[CCID2]: Replace pipe assignment-function with assignment
2008-01-28 Gerrit Renker[CCID2]: Replace cwnd assignment-function with assignment
2008-01-28 Gerrit Renker[CCID2]: Replace read-only variable with constant
2008-01-28 Gerrit Renker[CCID2]: Remove unused variable
2008-01-28 Gerrit Renker[CCID2]: Disable broken Ack Ratio adaptation algorithm
2008-01-28 Gerrit Renker[CCID2]: Larger initial windows also for CCID2
2008-01-28 Gerrit Renker[CCID2]: Deadlock and spurious timeouts when Ack Ratio...
2008-01-28 Gerrit Renker[CCID2]: Don't assign negative values to Ack Ratio
2008-01-28 Gerrit Renker[CCID2]: Fix sequence number arithmetic/comparisons
2008-01-28 Gerrit Renker[CCID2]: Bug in reading Ack Vectors
2008-01-28 Gerrit Renker[DCCP]: Remove redundant dependency on IP_DCCP
2008-01-28 Gerrit Renker[DCCP]: Promote CCID2 as default CCID
next