index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2021-08-20
net: bridge: vlan: convert mcast router global option to per-vlan entry
Nikolay Aleksandrov
1
-0
/
+1
2021-08-17
net: bridge: vlan: enable mcast snooping for existing master vlans
Nikolay Aleksandrov
1
-0
/
+1
2021-08-12
net: bridge: vlan: fix global vlan option range dumping
Nikolay Aleksandrov
1
-1
/
+2
2021-07-27
net: bridge: add a helper for retrieving port VLANs from the data path
Vladimir Oltean
1
-0
/
+27
2021-07-27
net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...
Vladimir Oltean
1
-2
/
+5
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
1
-1
/
+9
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
1
-1
/
+0
2021-07-22
net: bridge: guard the switchdev replay helpers against a NULL notifier block
Vladimir Oltean
1
-0
/
+3
2021-07-20
net: bridge: vlan: add support for dumping global vlan options
Nikolay Aleksandrov
1
-8
/
+33
2021-07-20
net: bridge: vlan: add support for global options
Nikolay Aleksandrov
1
-3
/
+13
2021-07-20
net: bridge: add vlan mcast snooping knob
Nikolay Aleksandrov
1
-5
/
+15
2021-07-20
net: bridge: multicast: add vlan state initialization and control
Nikolay Aleksandrov
1
-0
/
+4
2021-07-20
net: bridge: vlan: add global and per-port multicast context
Nikolay Aleksandrov
1
-0
/
+4
2021-06-29
net: bridge: allow the switchdev replay functions to be called for deletion
Vladimir Oltean
1
-4
/
+11
2021-06-29
net: bridge: ignore switchdev events for LAG ports which didn't request replay
Vladimir Oltean
1
-3
/
+5
2021-06-18
net: bridge: remove redundant continue statement
Colin Ian King
1
-3
/
+1
2021-03-24
netfilter: flowtable: bridge vlan hardware offload and switchdev
Felix Fietkau
1
-0
/
+2
2021-03-24
net: bridge: resolve forwarding path for VLAN tag actions in bridge devices
Felix Fietkau
1
-0
/
+53
2021-03-24
net: bridge: Fix missing return assignment from br_vlan_replay_one call
Colin Ian King
1
-1
/
+1
2021-03-24
net: bridge: add helper to replay VLANs installed on port
Vladimir Oltean
1
-0
/
+73
2021-02-15
net: bridge: propagate extack through switchdev_port_attr_set
Vladimir Oltean
1
-6
/
+7
2021-02-15
net: bridge: propagate extack through store_bridge_parm
Vladimir Oltean
1
-4
/
+7
2021-02-15
net: bridge: remove __br_vlan_filter_toggle
Vladimir Oltean
1
-6
/
+1
2021-01-19
net: bridge: check vlan with eth_type_vlan() method
Menglong Dong
1
-1
/
+1
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2020-12-05
net: bridge: vlan: fix error return code in __vlan_add()
Zhang Changzhong
1
-1
/
+3
2020-12-02
bridge: switchdev: Notify about VLAN protocol changes
Danielle Ratson
1
-2
/
+14
2020-11-19
net: bridge: replace struct br_vlan_stats with pcpu_sw_netstats
Heiner Kallweit
1
-7
/
+8
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+13
2020-09-29
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
1
-7
/
+13
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-10
/
+17
2020-09-22
net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU
Vladimir Oltean
1
-10
/
+17
2020-09-19
net: bridge: delete duplicated words
Randy Dunlap
1
-1
/
+1
2020-08-18
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
1
-2
/
+2
2020-03-20
net: bridge: vlan options: nest the tunnel id into a tunnel info attribute
Nikolay Aleksandrov
1
-1
/
+1
2020-03-20
net: bridge: vlan: include stats in dumps if requested
Nikolay Aleksandrov
1
-12
/
+61
2020-03-18
net: bridge: vlan options: add support for tunnel mapping set/del
Nikolay Aleksandrov
1
-0
/
+1
2020-03-18
net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_range
Nikolay Aleksandrov
1
-1
/
+1
2020-01-24
net: bridge: vlan: add per-vlan state
Nikolay Aleksandrov
1
-12
/
+35
2020-01-24
net: bridge: vlan: add basic option setting support
Nikolay Aleksandrov
1
-7
/
+34
2020-01-24
net: bridge: vlan: add basic option dumping support
Nikolay Aleksandrov
1
-6
/
+14
2020-01-15
net: bridge: vlan: notify on vlan add/delete/change flags
Nikolay Aleksandrov
1
-15
/
+56
2020-01-15
net: bridge: vlan: add rtnetlink group and notify support
Nikolay Aleksandrov
1
-0
/
+79
2020-01-15
net: bridge: vlan: add rtm range support
Nikolay Aleksandrov
1
-14
/
+72
2020-01-15
net: bridge: vlan: add del rtm message support
Nikolay Aleksandrov
1
-0
/
+6
2020-01-15
net: bridge: vlan: add new rtm message support
Nikolay Aleksandrov
1
-0
/
+111
2020-01-15
net: bridge: vlan: add rtm definitions and dump support
Nikolay Aleksandrov
1
-0
/
+148
2019-08-31
net: bridge: Populate the pvid flag in br_vlan_get_info
Vladimir Oltean
1
-0
/
+2
2019-08-05
net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTER
Nikolay Aleksandrov
1
-18
/
+16
2019-07-29
net: bridge: delete local fdb on device init failure
Nikolay Aleksandrov
1
-0
/
+5
[next]