]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/history - net/dccp
[PATCH] cciss: set sector_size to 2048 for performance
[linux-2.6-omap-h63xx.git] / net / dccp /
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-07 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2006-12-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/letha...
2006-12-06 Linus TorvaldsMerge git://git.infradead.org/users/dhowells/workq-2.6
2006-12-06 David HowellsMerge branch 'master' of git://git.kernel.org/pub/scm...
2006-12-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/jejb...
2006-12-05 David HowellsMerge branch 'master' of git://git.kernel.org/pub/scm...
2006-12-05 David HowellsMerge branch 'master' of git://git.kernel.org/pub/scm...
2006-12-05 Linus TorvaldsMerge branch 'for-linus' of git://brick.kernel.dk/data...
2006-12-05 Linus TorvaldsMerge branch 'upstream-linus' of git://git.kernel.org...
2006-12-05 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/paulu...
2006-12-04 Linus TorvaldsMerge branch 'upstream-linus' of master.kernel.org...
2006-12-04 Linus TorvaldsMerge branch 'for-linus4' of master.kernel.org:/pub...
2006-12-04 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2006-12-04 Paul MackerrasMerge branch 'linux-2.6' into for-linus
2006-12-04 David S. MillerMerge master.kernel.org:/pub/scm/linux/kernel/git/acme...
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
2006-12-03 Arnaldo Carvalho... [DCCP] timewait: Remove leftover extern declarations
2006-12-03 Gerrit Renker[DCCP]: Simplify jump labels in dccp_v{4,6}_rcv
2006-12-03 Gerrit Renker[DCCP]: Combine allocating & zeroing header space on skb
2006-12-03 Gerrit Renker[DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONS
2006-12-03 Gerrit Renker[DCCP]: set safe upper bound for option length
2006-12-03 David S. Miller[TCP]: Don't set SKB owner in tcp_transmit_skb().
2006-12-03 David S. Miller[DCCP]: Fix typo _read_mostly --> __read_mostly.
2006-12-03 Eric Dumazet[NET]: Size listen hash tables using backlog hint
2006-12-02 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2006-11-30 Wim Van SebroeckMerge ../linux-2.6-watchdog-mm
2006-11-30 Jeff GarzikMerge branch 'upstream-fixes' of git://git.kernel.org...
2006-11-29 Linus TorvaldsMerge branch 'for-linus' of master.kernel.org:/home...
2006-11-28 Andi KleenMerge branch 'master' of git://git.kernel.org/pub/scm...
2006-11-26 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2006-11-25 Akinobu Mita[NET]: Fix kfifo_alloc() error check.
next