summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: vlan: flush the dynamically learned entries on port vlan deleteNikolay Aleksandrov2015-06-241-0/+1
* switchdev: rename vlan vid_start to vid_beginScott Feldman2015-06-231-2/+2
* bridge: use either ndo VLAN ops or switchdev VLAN ops to install MASTER vlansScott Feldman2015-06-151-2/+57
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-2/+2
* bridge: Add filtering support for default_pvidVlad Yasevich2014-10-051-3/+115
* bridge: Simplify pvid checks.Vlad Yasevich2014-10-051-2/+2
* bridge: Add a default_pvid sysfs attributeVlad Yasevich2014-10-051-0/+29
* bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich2014-09-151-1/+1
* bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich2014-09-131-0/+4
* bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2014-09-131-4/+10
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-1/+1
* bridge: Update outdated comment on promiscuous modeToshiaki Makita2014-08-051-4/+2
* bridge: Support 802.1ad vlan filteringToshiaki Makita2014-06-111-0/+97
* bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita2014-06-111-12/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-0/+28
|\
| * bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-021-0/+28
* | bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-161-0/+1
|/
* bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2014-04-111-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-17/+27
|\
| * bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2014-03-281-0/+14
| * bridge: Fix handling stacked vlan tagsToshiaki Makita2014-03-281-17/+1
| * bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2014-03-281-0/+12
* | net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal2014-03-271-4/+4
|/
* bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita2014-02-101-6/+2
* bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita2014-02-101-0/+19
* bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita2014-01-221-21/+0
* bridge: spelling fixestanxiaojun2013-12-181-1/+1
* bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita2013-11-141-0/+4
* bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita2013-11-141-14/+6
* bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita2013-10-181-0/+1
* bridge: Apply the PVID to priority-tagged framesToshiaki Makita2013-10-181-7/+20
* bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita2013-10-181-51/+46
* bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-201-2/+2
* 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-131-6/+14
* bridge: Add vlan support for local fdb entriesVlad Yasevich2013-02-131-8/+69
* bridge: Add the ability to configure pvidVlad Yasevich2013-02-131-10/+37
* bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich2013-02-131-5/+78
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-131-0/+2
* bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich2013-02-131-0/+20
* bridge: Validate that vlan is permitted on ingressVlad Yasevich2013-02-131-0/+25
* bridge: Add vlan filtering infrastructureVlad Yasevich2013-02-131-0/+199