index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_port
Vladimir Oltean
2021-10-21
1
-4
/
+1
*
|
net: dsa: convert cross-chip notifiers to iterate using dp
Vladimir Oltean
2021-10-21
2
-102
/
+112
*
|
net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_port
Vladimir Oltean
2021-10-21
1
-2
/
+2
*
|
net: dsa: do not open-code dsa_switch_for_each_port
Vladimir Oltean
2021-10-21
1
-30
/
+14
*
|
net: dsa: remove the "dsa_to_port in a loop" antipattern from the core
Vladimir Oltean
2021-10-21
5
-52
/
+42
*
|
net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag
Alvin Šipraga
2021-10-18
3
-0
/
+185
*
|
net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/Makefile
Alvin Šipraga
2021-10-18
2
-8
/
+8
*
|
net: dsa: allow reporting of standard ethtool stats for slave devices
Alvin Šipraga
2021-10-18
1
-0
/
+34
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-15
6
-39
/
+40
|
\
|
|
*
net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING p...
Vladimir Oltean
2021-10-13
1
-1
/
+2
|
*
net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch lib
Vladimir Oltean
2021-10-13
2
-15
/
+25
|
*
net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver
Vladimir Oltean
2021-10-13
3
-3
/
+1
|
*
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...
Vladimir Oltean
2021-10-13
1
-1
/
+0
|
*
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
2021-10-13
1
-0
/
+43
|
*
net: dsa: fix spurious error message when unoffloaded port leaves bridge
Alvin Šipraga
2021-10-13
1
-1
/
+1
|
*
net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocol
Vladimir Oltean
2021-10-09
1
-0
/
+2
|
*
net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports
Vladimir Oltean
2021-10-09
1
-3
/
+9
|
*
net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges...
Vladimir Oltean
2021-10-09
1
-18
/
+2
|
*
net: dsa: fix bridge_num not getting cleared after ports leaving the bridge
Vladimir Oltean
2021-10-09
1
-1
/
+1
*
|
net: dsa: unregister cross-chip notifier after ds->ops->teardown
Vladimir Oltean
2021-10-13
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-08
1
-1
/
+1
|
\
|
|
*
dsa: tag_dsa: Fix mask for trunked packets
Andrew Lunn
2021-10-04
1
-1
/
+1
*
|
net: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-2
/
+2
*
|
net: dsa: tag_ocelot: set the classified VLAN during xmit
Vladimir Oltean
2021-10-02
1
-0
/
+39
*
|
net/dsa/tag_ksz.c: remove superfluous headers
Mianhan Liu
2021-09-29
1
-1
/
+0
*
|
net/dsa/tag_8021q.c: remove superfluous headers
Mianhan Liu
2021-09-29
1
-1
/
+0
*
|
net: dsa: Move devlink registration to be last devlink command
Leon Romanovsky
2021-09-27
1
-6
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-23
3
-10
/
+108
|
\
|
|
*
net: dsa: don't allocate the slave_mii_bus using devres
Vladimir Oltean
2021-09-21
1
-3
/
+9
|
*
net: dsa: fix dsa_tree_setup error path
Vladimir Oltean
2021-09-21
1
-0
/
+1
|
*
net: dsa: tear down devlink port regions when tearing down the devlink port o...
Vladimir Oltean
2021-09-19
1
-5
/
+46
|
*
net: dsa: be compatible with masters which unregister on shutdown
Vladimir Oltean
2021-09-19
1
-0
/
+50
|
*
net: update NXP copyright text
Vladimir Oltean
2021-09-17
2
-2
/
+2
*
|
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...
Vladimir Oltean
2021-09-23
1
-1
/
+0
*
|
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
2021-09-23
1
-0
/
+43
*
|
devlink: Make devlink_register to be void
Leon Romanovsky
2021-09-22
1
-6
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-16
4
-22
/
+42
|
\
|
|
*
net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
Vladimir Oltean
2021-09-16
3
-15
/
+37
|
*
net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup
Vladimir Oltean
2021-09-16
1
-7
/
+5
*
|
net: dsa: tag_rtl4_a: Drop bit 9 from egress frames
Linus Walleij
2021-09-15
1
-1
/
+1
|
/
*
net: dsa: tag_rtl4_a: Fix egress tags
Linus Walleij
2021-09-01
1
-3
/
+4
*
net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpid
Vladimir Oltean
2021-08-25
1
-4
/
+34
*
net: dsa: sja1105: drop untagged packets on the CPU and DSA ports
Vladimir Oltean
2021-08-25
1
-1
/
+40
*
net: dsa: let drivers state that they need VLAN filtering while standalone
Vladimir Oltean
2021-08-24
2
-9
/
+24
*
net: dsa: don't advertise 'rx-vlan-filter' when not needed
Vladimir Oltean
2021-08-24
3
-5
/
+111
*
net: dsa: properly fall back to software bridging
Vladimir Oltean
2021-08-24
2
-2
/
+9
*
net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge p...
Vladimir Oltean
2021-08-24
1
-0
/
+4
*
net: dsa: track unique bridge numbers across all DSA switch trees
Vladimir Oltean
2021-08-23
3
-34
/
+55
*
net: dsa: tag_sja1105: be dsa_loop-safe
Vladimir Oltean
2021-08-18
2
-13
/
+28
*
net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa
Vladimir Oltean
2021-08-16
1
-4
/
+4
[prev]
[next]