summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-3/+7
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-3/+3
* bridge: Separate egress policy bitmapVlad Yasevich2013-02-141-6/+14
* bridge: Add vlan support for local fdb entriesVlad Yasevich2013-02-141-8/+69
* bridge: Add the ability to configure pvidVlad Yasevich2013-02-141-10/+37
* bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich2013-02-141-5/+78
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-141-0/+2
* bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich2013-02-141-0/+20
* bridge: Validate that vlan is permitted on ingressVlad Yasevich2013-02-141-0/+25
* bridge: Add vlan filtering infrastructureVlad Yasevich2013-02-141-0/+199