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