summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_vlan.c
AgeCommit message (Expand)AuthorLines
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-2/+2
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko-2/+2
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich-3/+115
2014-10-05bridge: Simplify pvid checks.Vlad Yasevich-2/+2
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich-0/+29
2014-09-15bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich-1/+1
2014-09-13bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich-0/+4
2014-09-13bridge: Check if vlan filtering is enabled only once.Vlad Yasevich-4/+10
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich-1/+1
2014-08-05bridge: Update outdated comment on promiscuous modeToshiaki Makita-4/+2
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita-0/+97
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita-12/+44
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+28
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita-0/+28
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich-0/+1
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita-3/+4
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-17/+27
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich-0/+14
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita-17/+1
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita-0/+12
2014-03-27net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal-4/+4
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita-6/+2
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita-0/+19
2014-01-22bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita-21/+0
2013-12-18bridge: spelling fixestanxiaojun-1/+1
2013-11-14bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita-0/+4
2013-11-14bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita-14/+6
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita-0/+1
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita-7/+20
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita-51/+46
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita-2/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy-2/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy-3/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy-3/+3
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich-6/+14
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich-8/+69
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich-10/+37
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich-5/+78
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich-0/+2
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich-0/+20
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich-0/+25
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich-0/+199