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.12.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
/
drivers
/
net
/
dsa
/
dsa_loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-11
net: dsa: dsa_loop: add phylink capabilities
Russell King (Oracle)
1
-0
/
+9
2022-10-28
net: dsa: Fix possible memory leaks in dsa_loop_init()
Chen Zhongjin
1
-7
/
+18
2022-09-23
net: dsa: loop: remove unnecessary dev_set_drvdata()
Yang Yingliang
1
-2
/
+0
2022-02-27
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
1
-1
/
+2
2021-12-09
net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
Vladimir Oltean
1
-1
/
+2
2021-12-09
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
1
-4
/
+4
2021-09-19
net: dsa: be compatible with masters which unregister on shutdown
Vladimir Oltean
1
-1
/
+21
2021-02-15
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
1
-1
/
+2
2021-02-15
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
1
-1
/
+2
2021-01-21
net: dsa: Fix off by one in dsa_loop_port_vlan_add()
Dan Carpenter
1
-1
/
+1
2021-01-16
net: dsa: set configure_vlan_while_not_filtering to true by default
Vladimir Oltean
1
-1
/
+0
2021-01-12
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-21
/
+7
2021-01-12
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
1
-2
/
+1
2021-01-12
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
1
-26
/
+20
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
1
-1
/
+2
2020-08-19
net: dsa: loop: Return VLAN table size through devlink
Florian Fainelli
1
-1
/
+54
2020-08-19
net: dsa: loop: Configure VLANs while not filtering
Florian Fainelli
1
-0
/
+1
2020-08-04
net: dsa: loop: Set correct number of ports
Florian Fainelli
1
-1
/
+1
2020-08-04
net: dsa: loop: Wire-up MTU callbacks
Florian Fainelli
1
-0
/
+17
2020-08-04
net: dsa: loop: Move data structures to header
Florian Fainelli
1
-31
/
+1
2020-08-04
net: dsa: loop: Support 4K VLANs
Florian Fainelli
1
-4
/
+2
2020-08-04
net: dsa: loop: PVID should be per-port
Florian Fainelli
1
-4
/
+4
2020-07-08
net: dsa: loop: Print when registration is successful
Florian Fainelli
1
-4
/
+7
2020-05-10
net: dsa: loop: Add module soft dependency
Florian Fainelli
1
-0
/
+1
2020-01-09
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
1
-1
/
+2
2019-10-22
net: dsa: remove dsa_switch_alloc helper
Vivien Didelot
1
-1
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-02-05
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
Linus Walleij
1
-1
/
+1
2018-05-25
net: dsa: dsa_loop: Make dynamic debugging helpful
Florian Fainelli
1
-14
/
+17
2018-04-27
net: dsa: loop: Hook PHY statistics
Florian Fainelli
1
-2
/
+3
2018-04-27
net: dsa: Pass stringset to ethtool operations
Florian Fainelli
1
-2
/
+9
2018-03-04
dsa: Pass the port to get_sset_count()
Andrew Lunn
1
-1
/
+1
2017-12-03
net: dsa: remove trans argument from vlan ops
Vivien Didelot
1
-5
/
+4
2017-11-13
net: dsa: Pass a port to get_tag_protocol()
Florian Fainelli
1
-1
/
+2
2017-10-15
net: dsa: dsa_loop: remove .set_addr
Vivien Didelot
1
-8
/
+0
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-09-04
net: dsa: loop: Do not unregister invalid fixed PHY
Florian Fainelli
1
-1
/
+1
2017-08-10
net: dsa: make dsa_switch_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-08
net: dsa: Remove support for vlan dump from DSA's drivers
Arkadi Sharshevsky
1
-38
/
+0
2017-06-16
net: dsa: loop: Implement ethtool statistics
Florian Fainelli
1
-2
/
+77
2017-06-16
net: dsa: loop: Inline unregister_fixed_phys()
Florian Fainelli
1
-10
/
+5
2017-05-31
net: dsa: remove dev arg of dsa_register_switch
Vivien Didelot
1
-1
/
+1
2017-05-18
net: dsa: use switchdev_obj_dump_cb_t everywhere
Vivien Didelot
1
-1
/
+1
2017-05-18
net: dsa: include switchdev.h only once
Vivien Didelot
1
-1
/
+0
2017-05-08
net: dsa: loop: Check for memory allocation failure
Christophe Jaillet
1
-0
/
+3
2017-04-06
net: dsa: loop: Initialize err in dsa_loop_vlan_dump
Florian Fainelli
1
-1
/
+1
2017-04-06
net: dsa: loop: Fix uninitialized pvid variable
Florian Fainelli
1
-1
/
+1
2017-04-01
net: dsa: Mock-up driver
Florian Fainelli
1
-0
/
+328