| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 2008-10-17 | 1 | -1/+1 |
* | ipv6: added net argument to ICMP6_INC_STATS_BH | Denis V. Lunev | 2008-10-08 | 1 | -2/+4 |
* | inet_hashtables: Add inet_lookup_skb helpers | Arnaldo Carvalho de Melo | 2008-10-07 | 2 | -7/+4 |
* | This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" | Gerrit Renker | 2008-09-09 | 32 | -3861/+2786 |
* | dccp ccid-3: Preventing Oscillations | Gerrit Renker | 2008-09-04 | 3 | -2/+59 |
* | dccp ccid-3: Simplify computing and range-checking of t_ipi | Gerrit Renker | 2008-09-04 | 1 | -10/+8 |
* | dccp ccid-3: Measuring the packet size s with regard to rfc3448bis-06 | Gerrit Renker | 2008-09-04 | 2 | -12/+35 |
* | dccp ccid-3: Tidy up CCID-Kconfig dependencies | Gerrit Renker | 2008-09-04 | 1 | -5/+4 |
* | dccp ccid-3: Implement rfc3448bis change to initial-rate computation | Gerrit Renker | 2008-09-04 | 1 | -7/+5 |
* | dccp ccid-3: Update the RX history records in one place | Gerrit Renker | 2008-09-04 | 5 | -56/+40 |
* | dccp ccid-3: Update the computation of X_recv | Gerrit Renker | 2008-09-04 | 3 | -41/+66 |
* | dccp tfrc: Increase number of RTT samples | Gerrit Renker | 2008-09-04 | 1 | -59/+24 |
* | dccp: Clamping RTT values | Gerrit Renker | 2008-09-04 | 2 | -11/+9 |
* | dccp ccid-3: Always perform receiver RTT sampling | Gerrit Renker | 2008-09-04 | 4 | -49/+73 |
* | dccp ccid-3: Remove duplicate RX states | Gerrit Renker | 2008-09-04 | 2 | -48/+13 |
* | dccp tfrc: Let dccp_tfrc_lib do the sampling work | Gerrit Renker | 2008-09-04 | 5 | -35/+35 |
* | dccp tfrc: Return type of update_i_mean is void | Gerrit Renker | 2008-09-04 | 4 | -18/+17 |
* | dccp tfrc: Perform early loss detection | Gerrit Renker | 2008-09-04 | 2 | -9/+42 |
* | dccp tfrc: Receiver history initialisation routine | Gerrit Renker | 2008-09-04 | 3 | -24/+32 |
* | dccp tfrc: Suppress unavoidable "below resolution" warning | Gerrit Renker | 2008-09-04 | 1 | -2/+10 |
* | dccp ccid-3: Simplified handling of TX states | Gerrit Renker | 2008-09-04 | 2 | -44/+8 |
* | dccp ccid-3: Runtime verification of timer resolution | Gerrit Renker | 2008-09-04 | 3 | -3/+18 |
* | dccp qpolicy: Parameter checking of cmsg qpolicy parameters | Tomasz Grobelny | 2008-09-04 | 3 | -6/+22 |
* | dccp: Policy-based packet dequeueing infrastructure | Tomasz Grobelny | 2008-09-04 | 5 | -8/+206 |
* | dccp: Clean up slow-path input processing | Gerrit Renker | 2008-09-04 | 1 | -35/+33 |
* | tcp/dccp: Consolidate common code for RFC 3390 conversion | Gerrit Renker | 2008-09-04 | 1 | -6/+2 |
* | dccp: Combine the functionality of enqeueing and cloning | Gerrit Renker | 2008-09-04 | 1 | -7/+7 |
* | dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() | Gerrit Renker | 2008-09-04 | 1 | -24/+4 |
* | dccp ccid-2: Replace broken RTT estimator with better algorithm | Gerrit Renker | 2008-09-04 | 2 | -82/+107 |
* | dccp ccid-2: Simplify dec_pipe and rearming of RTO timer | Gerrit Renker | 2008-09-04 | 1 | -19/+8 |
* | dccp ccid-2: Remove redundant sanity tests | Gerrit Renker | 2008-09-04 | 1 | -51/+0 |
* | dccp ccid-2: Stop polling | Gerrit Renker | 2008-09-04 | 2 | -8/+18 |
* | dccp: Refine the wait-for-ccid mechanism | Gerrit Renker | 2008-09-04 | 4 | -53/+82 |
* | dccp: Extend CCID packet dequeueing interface | Gerrit Renker | 2008-09-04 | 2 | -59/+95 |
* | dccp: Return-value convention of hc_tx_send_packet() | Gerrit Renker | 2008-09-04 | 2 | -9/+37 |
* | dccp ccid-2: Separate option parsing from CCID processing | Gerrit Renker | 2008-09-04 | 5 | -100/+101 |
* | dccp ccid-2: Remove old infrastructure | Gerrit Renker | 2008-09-04 | 5 | -336/+3 |
* | dccp ccid-2: Schedule Sync as out-of-band mechanism | Gerrit Renker | 2008-09-04 | 2 | -4/+28 |
* | dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module | Gerrit Renker | 2008-09-04 | 1 | -22/+9 |
* | dccp ccid-2: Update code for the Ack Vector input/registration routine | Gerrit Renker | 2008-09-04 | 2 | -0/+159 |
* | dccp ccid-2: Algorithm to update buffer state | Gerrit Renker | 2008-09-04 | 4 | -6/+98 |
* | dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling | Gerrit Renker | 2008-09-04 | 4 | -16/+56 |
* | dccp ccid-2: Separate internals of Ack Vectors from option-parsing code | Gerrit Renker | 2008-09-04 | 3 | -85/+80 |
* | dccp ccid-2: Ack Vector interface clean-up | Gerrit Renker | 2008-09-04 | 4 | -173/+127 |
* | dccp: Reduce noise in output and convert to ktime_t | Gerrit Renker | 2008-09-04 | 1 | -41/+25 |
* | dccp: Merge now-reduced connect_init() function | Gerrit Renker | 2008-09-04 | 1 | -13/+5 |
* | dccp: Fix the adjustments to AWL and SWL | Gerrit Renker | 2008-09-04 | 3 | -33/+35 |
* | dccp: Schedule an Ack when receiving timestamps | Gerrit Renker | 2008-09-04 | 2 | -1/+3 |
* | dccp ccid-3: Remove dead states | Gerrit Renker | 2008-09-04 | 2 | -30/+9 |
* | dccp ccid-3: Remove duplicate documentation | Gerrit Renker | 2008-09-04 | 1 | -4/+0 |