[PATCH] x86: Move swsusp __pa() dependent code to arch portion
[safe/jmp/linux-2.6] / net / dccp /
2007-04-26 Milind Arun Choudhary[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net
2007-04-26 Gerrit Renker[DCCP]: Debug statements for Elapsed Time option
2007-04-26 Gerrit Renker[DCCP]: Fix bug in the calculation of very low sending...
2007-04-26 Gerrit Renker[CCID3]: Use initial RTT sample from SYN exchange
2007-04-26 Gerrit Renker[DCCP]: Sample RTT from SYN exchange
2007-04-26 Gerrit Renker[CCID3]: Use function for RTT sampling
2007-04-26 Gerrit Renker[DCCP]: Provide function for RTT sampling
2007-04-26 Gerrit Renker[CCID3]: Handle Idle and Application-Limited periods
2007-04-26 Gerrit Renker[CCID3]: Wrap computation of RFC3390-initial rate into...
2007-04-26 Gerrit Renker[CCID3]: Remove build warnings for 64bit
2007-04-26 Gerrit Renker[CCID3]: More to see in dccp_probe
2007-04-26 Gerrit Renker[DCCP]: More debug information for dccp_wait_for_ccid
2007-04-26 Gerrit Renker[DCCP]: Always use debug-toggle parameters
2007-04-26 Gerrit Renker[CCID3]: Remove race condition and update t_ipi when...
2007-04-26 Ian McDonald[CCID3]: More verbose debugging
2007-04-26 Ian McDonald[CCID3]: Fix use of invalid loss intervals
2007-04-26 Gerrit Renker[CCID3]: Use MSS for larger initial windows
2007-04-26 Gerrit Renker[CCID3]: Re-order CCID 3 source file
2007-04-26 Gerrit Renker[CCID3]: Remove redundant `len' test
2007-04-26 Gerrit Renker[DCCP]: Remove ambiguity in the way before48 is used
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-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Adrian Bunk[TCP/DCCP/RANDOM]: Remove unused exports.
2007-03-28 Arnaldo Carvalho... [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV
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-03-08 Gerrit Renker[DCCP]: Revert patch which disables bidirectional mode
2007-03-06 Gerrit Renker[DCCP]: Set RTO for newly created child socket
2007-03-06 Gerrit Renker[DCCP]: Correctly split CCID half connections
2007-02-28 Patrick McHardy[NET]: Fix kfree(skb)
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: dccp: remove unnecessary insert_at_head...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2007-02-08 Eric Dumazet[NET]: change layout of ehash table
2007-02-08 Andrew Morton[DCCP]: Warning fixes.
2007-02-08 David S. Miller[IPV4/IPV6]: Always wait for IPSEC SA resolution in...
2007-01-26 David S. Miller[TCP]: Restore SKB socket owner setting in tcp_transmit...
2006-12-14 Ian McDonald[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-11 Arnaldo Carvalho... [DCCP] ccid3: Fixup some type conversions related to...
2006-12-11 Gerrit Renker[DCCP] ccid3: BUG-FIX - conversion errors
2006-12-11 Gerrit Renker[DCCP] ccid3: Reorder packet history source file
2006-12-11 Gerrit Renker[DCCP] ccid3: Reorder packet history header file
2006-12-11 Gerrit Renker[DCCP] ccid3: Make debug output consistent
2006-12-11 Gerrit Renker[DCCP] ccid3: Perform history operations only after...
2006-12-11 Gerrit Renker[DCCP] ccid3: TX history - remove unused field
2006-12-11 Gerrit Renker[DCCP] ccid3: Shift window counter computation
2006-12-11 Gerrit Renker[DCCP] ccid3: Sanity-check RTT samples
2006-12-11 Gerrit Renker[DCCP] ccid3: Initialise RTT values
2006-12-11 Gerrit Renker[DCCP] ccid: Deprecate ccid_hc_tx_insert_options
2006-12-11 Gerrit Renker[DCCP]: Warn when discarding packet due to internal...
2006-12-11 Gerrit Renker[DCCP]: Only deliver to the CCID rx side in charge
2006-12-11 Gerrit Renker[DCCP]: Simplify TFRC calculation
2006-12-11 Gerrit Renker[DCCP]: Debug timeval operations
2006-12-11 Gerrit Renker[DCCP] ccid3: Simplify calculation for reverse lookup...
2006-12-11 Gerrit Renker[DCCP] ccid3: Replace scaled division operations
2006-12-11 Gerrit Renker[DCCP] ccid3: Finer-grained resolution of sending rates
2006-12-11 Gerrit Renker[DCCP] ccid3: Fix two bugs in sending rate computation
2006-12-11 Gerrit Renker[DCCP] ccid3: Two optimisations for sending rate recomp...
2006-12-11 Gerrit Renker[DCCP] ccid3: Check against too large p
2006-12-11 Ian McDonald[DCCP]: Remove timeo from output.c
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Gerrit Renker[DCCP] tfrc: Binary search for reverse TFRC lookup
2006-12-03 Gerrit Renker[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
2006-12-03 Gerrit Renker[DCCP] tfrc: Identify TFRC table limits and simplify...
2006-12-03 Gerrit Renker[DCCP] tfrc: Add protection against invalid parameters...
2006-12-03 Gerrit Renker[DCCP] tfrc: Fix small error in reverse lookup of p...
2006-12-03 Gerrit Renker[DCCP] tfrc: Document boundaries and limits of the...
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix warning message about illegal ACK
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix bug in calculation of send rate
2006-12-03 Gerrit Renker[DCCP]: Fix BUG in retransmission delay calculation
2006-12-03 Gerrit Renker[DCCP]: Use higher RTO default for CCID3
2006-12-03 Gerrit Renker[DCCP]: Use `unsigned' for packet lengths
2006-12-03 Gerrit Renker[DCCP] ccid3: Larger initial windows
2006-12-03 Arnaldo Carvalho... [DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE...
2006-12-03 Gerrit Renker[DCCP]: Tidy up unused structures
2006-12-03 Gerrit Renker[DCCP] ccid3: Track RX/TX packet size `s' using moving...
2006-12-03 Gerrit Renker[DCCP] ccid3: Set NoFeedback Timeout according to RFC...
2006-12-03 Gerrit Renker[DCCP]: Remove allocation of sysctl numbers
2006-12-03 Gerrit Renker[DCCP] ccid3: Consolidate handling of t_RTO
2006-12-03 Gerrit Renker[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta
2006-12-03 Gerrit Renker[DCCP] ccid3: Consolidate timer resets
2006-12-03 Gerrit Renker[DCCP] ccid3: Resolve small FIXME
2006-12-03 Gerrit Renker[DCCP] ccid3: Remove redundant statements in ccid3_hc_t...
2006-12-03 Gerrit Renker[DCCP] ccid3: Avoid congestion control on zero-sized...
2006-12-03 Gerrit Renker[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send...
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix calculation of t_ipi time of schedule...
2006-12-03 Gerrit Renker[DCCP] ccid3: Simplify control flow in the calculation...
2006-12-03 Gerrit Renker[DCCP] ccid3: Fix bug in calculation of first t_nom...
2006-12-03 Andrea Bittau[DCCP] ccid2: Allow window to grow larger
next