index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_vlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
bridge: Fix error path in nbp_vlan_init
Yotam Gigi
1
-1
/
+1
2017-02-03
bridge: vlan dst_metadata hooks in ingress and egress paths
Roopa Prabhu
1
-0
/
+7
2017-02-03
bridge: per vlan dst_metadata netlink support
Roopa Prabhu
1
-1
/
+16
2016-05-03
bridge: netlink: export per-vlan stats
Nikolay Aleksandrov
1
-0
/
+27
2016-05-03
bridge: vlan: learn to count
Nikolay Aleksandrov
1
-14
/
+68
2016-04-14
bridge: a netlink notification should be sent when those attributes are chang...
Xin Long
1
-25
/
+5
2016-02-18
bridge: switchdev: Offload VLAN flags to hardware bridge
Ido Schimmel
1
-0
/
+11
2016-01-06
bridge: add vlan filtering change for new bridged device
Elad Raz
1
-0
/
+11
2016-01-06
bridge: add vlan filtering change notification
Elad Raz
1
-2
/
+16
2015-12-15
switchdev: Pass original device to port netdev driver
Ido Schimmel
1
-0
/
+2
2015-11-03
bridge: vlan: Use rcu_dereference instead of rtnl_dereference
Ido Schimmel
1
-1
/
+1
2015-11-02
bridge: vlan: Use correct flag name in comment
Ido Schimmel
1
-3
/
+3
2015-11-02
bridge: vlan: Prevent possible use-after-free
Ido Schimmel
1
-0
/
+2
2015-10-13
bridge: vlan: move back vlan_flush
Nikolay Aleksandrov
1
-7
/
+24
2015-10-13
bridge: vlan: drop unnecessary flush code
Nikolay Aleksandrov
1
-8
/
+1
2015-10-13
bridge: vlan: use proper rcu for the vlgrp member
Nikolay Aleksandrov
1
-41
/
+66
2015-10-13
bridge: try switchdev op first in __vlan_vid_add/del
Jiri Pirko
1
-36
/
+22
2015-10-12
bridge: allow adding of fdb entries pointing to the bridge device
Roopa Prabhu
1
-0
/
+1
2015-10-05
bridge: netlink: add support for default_pvid
Nikolay Aleksandrov
1
-7
/
+7
2015-10-05
bridge: vlan: use br_vlan_should_use to simplify __vlan_add/del
Nikolay Aleksandrov
1
-22
/
+14
2015-10-05
bridge: vlan: drop master_flags from __vlan_add
Nikolay Aleksandrov
1
-4
/
+2
2015-10-05
bridge: vlan: use br_vlan_(get|put)_master to deal with refcounts
Nikolay Aleksandrov
1
-17
/
+39
2015-10-05
bridge: vlan: use rcu list for the ordered vlan list
Nikolay Aleksandrov
1
-2
/
+2
2015-10-03
switchdev: push object ID back to object structure
Jiri Pirko
1
-4
/
+4
2015-10-03
switchdev: bring back switchdev_obj and use it as a generic object param
Jiri Pirko
1
-2
/
+2
2015-10-03
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
Jiri Pirko
1
-2
/
+2
2015-10-03
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
Jiri Pirko
1
-2
/
+4
2015-10-02
bridge: vlan: don't pass flags when creating context only
Nikolay Aleksandrov
1
-1
/
+1
2015-10-02
bridge: vlan: fix possible null ptr derefs on port init and deinit
Nikolay Aleksandrov
1
-6
/
+10
2015-10-02
bridge: vlan: move pvid inside net_bridge_vlan_group
Nikolay Aleksandrov
1
-60
/
+43
2015-10-02
bridge: vlan: fix possible null vlgrp deref while registering new port
Nikolay Aleksandrov
1
-1
/
+3
2015-10-02
bridge: vlan: adjust rhashtable initial size and hash locks size
Nikolay Aleksandrov
1
-0
/
+2
2015-09-30
net: switchdev: abstract object in add/del ops
Vivien Didelot
1
-15
/
+9
2015-09-29
bridge: vlan: add per-vlan struct and move to rhashtables
Nikolay Aleksandrov
1
-276
/
+423
2015-09-09
net: bridge: check __vlan_vid_del for error
Vivien Didelot
1
-4
/
+13
2015-08-28
bridge: Add netlink support for vlan_protocol attribute
Toshiaki Makita
1
-14
/
+21
2015-08-10
bridge: netlink: add support for vlan_filtering attribute
Nikolay Aleksandrov
1
-6
/
+12
2015-06-24
bridge: vlan: flush the dynamically learned entries on port vlan delete
Nikolay Aleksandrov
1
-0
/
+1
2015-06-23
switchdev: rename vlan vid_start to vid_begin
Scott Feldman
1
-2
/
+2
2015-06-16
bridge: use either ndo VLAN ops or switchdev VLAN ops to install MASTER vlans
Scott Feldman
1
-2
/
+57
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2014-11-21
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
Jiri Pirko
1
-2
/
+2
2014-10-06
bridge: Add filtering support for default_pvid
Vlad Yasevich
1
-3
/
+115
2014-10-06
bridge: Simplify pvid checks.
Vlad Yasevich
1
-2
/
+2
2014-10-06
bridge: Add a default_pvid sysfs attribute
Vlad Yasevich
1
-0
/
+29
2014-09-16
bridge: Fix br_should_learn to check vlan_enabled
Vlad Yasevich
1
-1
/
+1
2014-09-14
bridge: Allow clearing of pvid and untagged bitmap
Vlad Yasevich
1
-0
/
+4
2014-09-14
bridge: Check if vlan filtering is enabled only once.
Vlad Yasevich
1
-4
/
+10
2014-08-11
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
1
-1
/
+1
2014-08-06
bridge: Update outdated comment on promiscuous mode
Toshiaki Makita
1
-4
/
+2
[next]