1. 20 4月, 2013 1 次提交
  2. 09 12月, 2011 1 次提交
  3. 08 7月, 2008 1 次提交
    • P
      vlan: TCI related type and naming cleanups · 9bb8582e
      Patrick McHardy 提交于
      The VLAN code contains multiple spots that use tag, id and tci as
      identifiers for arguments and variables incorrectly and they actually
      contain or are expected to contain something different. Additionally
      types are used inconsistently (unsigned short vs u16) and identifiers
      are sometimes capitalized.
      
      - consistently use u16 for storing TCI, ID or QoS values
      - consistently use vlan_id and vlan_tci for storing the respective values
      - remove capitalization
      - add kdoc comment to netif_hwaccel_{rx,receive_skb}
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9bb8582e
  4. 06 7月, 2008 1 次提交
    • P
      vlan: Add GVRP support · 70c03b49
      Patrick McHardy 提交于
      Add GVRP support for dynamically registering VLANs with switches.
      
      By default GVRP is disabled because we only support the applicant-only
      participant model, which means it should not be enabled on vlans that
      are members of a bridge. Since there is currently no way to cleanly
      determine that, the user is responsible for enabling it.
      
      The code is pretty small and low impact, its wrapped in a config
      option though because it depends on the GARP implementation and
      the STP core.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      70c03b49