aboutsummaryrefslogtreecommitdiff
path: root/net/bridge/br_vlan.c
AgeCommit message (Expand)Author
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita
2014-01-22bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita
2013-12-18bridge: spelling fixestanxiaojun
2013-11-14bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita
2013-11-14bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich