aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_vlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18bridge: spelling fixestanxiaojun1-1/+1
2013-11-14bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita1-0/+4
2013-11-14bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid callsToshiaki Makita1-14/+6
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita1-0/+1
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita1-7/+20
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita1-51/+46
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita1-2/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-3/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich1-6/+14
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich1-8/+69
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich1-10/+37
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich1-5/+78
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich1-0/+2
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich1-0/+20
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich1-0/+25
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich1-0/+199