libata piix3 support warning fix
[safe/jmp/linux-2.6] / net / dccp /
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
2006-12-03 Andrea Bittau[DCCP] ackvec: Split long ack vectors across multiple...
2006-12-03 Andrea Bittau[DCCP] ackvec: infrastructure for sending more than...
2006-12-03 Andrea Bittau[DCCP] ackvec: Remove unused dccpav_ack_ptr field from...
2006-12-03 Ian McDonald[DCCP]: Adds the tx buffer sysctls
2006-12-03 Ian McDonald[DCCP] CCID3: Remove non-referenced variable
2006-12-03 Ian McDonald[DCCP]: Make dccp_probe more portable
2006-12-03 Gerrit Renker[CCID 3]: Add annotations for socket structures
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]: Add CCID3 debug support to Kconfig
2006-12-03 Gerrit Renker[DCCP]: enable debug messages also for static builds
2006-12-03 Arnaldo Carvalho... [DCCP]: Use kmemdup
2006-12-03 Andrea Bittau[DCCP] CCID2: Code optimizations
2006-12-03 Arnaldo Carvalho... [NET]: Conditionally use bh_lock_sock_nested in sk_rece...
2006-12-03 Arnaldo Carvalho... [DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH...
2006-12-03 Gerrit Renker[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use...
2006-12-03 Al Viro[NET]: More dccp endianness annotations.
2006-12-03 Al Viro[NET]: annotate csum_ipv6_magic() callers in net/*
2006-12-03 Al Viro[NET]: Annotate csum_tcpudp_magic() callers in net/*
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-12-03 Andrea Bittau[DCCP] ACKVEC: Optimization - Do not traverse records...
2006-12-03 Gerrit Renker[DCCP]: Miscellaneous code tidy-ups
2006-12-03 Gerrit Renker[DCCP]: Make feature negotiation more readable
2006-12-03 Gerrit Renker[DCCPv6]: Resolve conditional build problem
2006-12-03 Gerrit Renker[TCP/DCCP]: Introduce net_xmit_eval
2006-12-03 Gerrit Renker[DCCPv6]: Choose a genuine initial sequence number
2006-12-03 Gerrit Renker[DCCP]: Remove redundant statements in init_sequence...
2006-12-03 Gerrit Renker[DCCP]: Remove forward declarations in timer.c
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]: Increment sequence numbers on retransmitted...
2006-12-03 Gerrit Renker[DCCP]: Update comments on precisely which packets...
2006-12-03 Gerrit Renker[DCCP]: Support for partial checksums (RFC 4340, sec...
2006-12-03 Gerrit Renker[DCCP]: Update code comments for Step 2/3
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 Ian McDonald[DCCP]: Fix DCCP Probe Typo
2006-12-03 Gerrit Renker[DCCPv6]: remove forward declarations in ipv6.c
2006-12-03 Gerrit Renker[DCCPv4]: remove forward declarations in ipv4.c
2006-12-03 Gerrit Renker[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
next