netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, Patrick McHardy <kaber@trash.net>
Subject: vlan 00/07: VLAN update part 1
Date: Mon,  7 Jul 2008 14:35:58 +0200 (MEST)	[thread overview]
Message-ID: <20080707123557.23947.70114.sendpatchset@localhost.localdomain> (raw)

Hi Dave,

following is a first VLAN update for net-next-2.6, containing a fix for the
skb->network_header issue pointed out by Lennert, VLAN ethtool support for
querying offload settings, uninlining of __vlan_hwaccel_rx and some assorted
cleanups.

A second update in my queue on top of this one will attack the packet socket
inconsistencies with VLAN acceleration, but I've split the set for easier
review of the more interesting changes.

Please apply, thanks.


 drivers/net/cxgb3/l2t.c         |    2 +-
 drivers/s390/net/qeth_l3_main.c |    4 +-
 include/linux/if_vlan.h         |  204 +++++++++++++--------------------------
 net/8021q/Makefile              |    9 +-
 net/8021q/vlan.c                |   41 ++++-----
 net/8021q/vlan.h                |   67 ++++++++++++-
 net/8021q/vlan_core.c           |   60 ++++++++++++
 net/8021q/vlan_dev.c            |   73 ++++++++------
 net/8021q/vlan_gvrp.c           |    8 +-
 net/8021q/vlanproc.c            |    2 +-
 net/Makefile                    |    4 +-
 11 files changed, 265 insertions(+), 209 deletions(-)
 create mode 100644 net/8021q/vlan_core.c

Joonwoo Park (1):
      vlan: Use is_vlan_dev()

Patrick McHardy (6):
      vlan: fix network_header/mac_header adjustments
      vlan: Add ethtool support
      vlan: uninline __vlan_hwaccel_rx
      vlan: move struct vlan_dev_info to private header
      vlan: remove useless struct hlist_node declaration from if_vlan.h
      vlan: TCI related type and naming cleanups

             reply	other threads:[~2008-07-07 12:36 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-07 12:35 Patrick McHardy [this message]
2008-07-07 12:35 ` vlan 01/07: fix network_header/mac_header adjustments Patrick McHardy
2008-07-07 12:36 ` vlan 02/07: Use is_vlan_dev() Patrick McHardy
2008-07-07 12:36 ` vlan 03/07: Add ethtool support Patrick McHardy
2008-07-07 16:52   ` Ben Hutchings
2008-07-07 16:59     ` Patrick McHardy
2008-07-07 17:21       ` Ben Hutchings
2008-07-07 17:47         ` Patrick McHardy
2008-07-08 13:54           ` Ben Hutchings
2008-07-08 14:01             ` Patrick McHardy
2008-07-07 12:36 ` vlan 04/07: uninline __vlan_hwaccel_rx Patrick McHardy
2008-07-07 12:36 ` vlan 05/07: move struct vlan_dev_info to private header Patrick McHardy
2008-07-07 12:36 ` vlan 06/07: remove useless struct hlist_node declaration from if_vlan.h Patrick McHardy
2008-07-07 12:36 ` vlan 07/07: TCI related type and naming cleanups Patrick McHardy
2008-07-08 10:44 ` vlan 00/07: VLAN update part 1 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=20080707123557.23947.70114.sendpatchset@localhost.localdomain \
    --to=kaber@trash.net \
    --cc=davem@davemloft.net \
    --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).