netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@redhat.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, dccp@vger.kernel.org
Subject: [PATCHES 0/12]: DCCP patches for 2.6.25
Date: Thu, 13 Dec 2007 13:05:53 -0200	[thread overview]
Message-ID: <1197558365-31134-1-git-send-email-acme@redhat.com> (raw)

Hi David,

	Please consider pulling from:

master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25

Best Regards,

- Arnaldo

 Documentation/networking/dccp.txt |    6 +
 include/linux/dccp.h              |   24 ++++++-
 net/dccp/dccp.h                   |   10 ++-
 net/dccp/feat.c                   |   29 ++++----
 net/dccp/feat.h                   |   26 -------
 net/dccp/input.c                  |   28 +++++---
 net/dccp/ipv4.c                   |    8 +-
 net/dccp/ipv6.c                   |    8 +-
 net/dccp/minisocks.c              |   33 +++++----
 net/dccp/options.c                |  126 +++++++++++++++++++++++++-------------
 net/dccp/output.c                 |   21 +++++-
 net/dccp/proto.c                  |   34 +++-------
 12 files changed, 208 insertions(+), 145 deletions(-)

             reply	other threads:[~2007-12-13 15:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-13 15:05 Arnaldo Carvalho de Melo [this message]
2007-12-13 15:05 ` [PATCH 01/12] [DCCP]: Perform SHUT_RD and SHUT_WR on receiving close Arnaldo Carvalho de Melo
2007-12-13 15:05   ` [PATCH 02/12] [DCCP]: Shift the retransmit timer for active-close into output.c Arnaldo Carvalho de Melo
2007-12-13 15:05     ` [PATCH 03/12] [DCCP]: Use maximum-RTO backoff from DCCP spec Arnaldo Carvalho de Melo
2007-12-13 15:05       ` [PATCH 04/12] [DCCP]: Support for server holding timewait state Arnaldo Carvalho de Melo
2007-12-13 15:05         ` [PATCH 05/12] [DCCP]: Collapse repeated `len' statements into one Arnaldo Carvalho de Melo
2007-12-13 15:05           ` [PATCH 06/12] [DCCP]: Allow to parse options on Request Sockets Arnaldo Carvalho de Melo
2007-12-13 15:06             ` [PATCH 07/12] [DCCP]: Add (missing) option parsing to request_sock processing Arnaldo Carvalho de Melo
2007-12-13 15:06               ` [PATCH 08/12] [DCCP]: Handle timestamps on Request/Response exchange separately Arnaldo Carvalho de Melo
2007-12-13 15:06                 ` [PATCH 09/12] [DCCP]: Support inserting options during the 3-way handshake Arnaldo Carvalho de Melo
2007-12-13 15:06                   ` [PATCH 10/12] [DCCP]: Remove unused and redundant validation functions Arnaldo Carvalho de Melo
2007-12-13 15:06                     ` [PATCH 11/12] [DCCP]: Make code assumptions explicit Arnaldo Carvalho de Melo
2007-12-13 15:06                       ` [PATCH 12/12] [DCCP]: Ignore feature negotiation on Data packets Arnaldo Carvalho de Melo
2007-12-13 17:43 ` [PATCHES 0/12]: DCCP patches for 2.6.25 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1197558365-31134-1-git-send-email-acme@redhat.com \
    --to=acme@redhat.com \
    --cc=davem@davemloft.net \
    --cc=dccp@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).