index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver
Vladimir Oltean
3
-3
/
+1
2021-10-12
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver
Vladimir Oltean
1
-1
/
+0
2021-10-12
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
1
-0
/
+43
2021-10-12
net: dsa: fix spurious error message when unoffloaded port leaves bridge
Alvin Šipraga
1
-1
/
+1
2021-10-09
net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocol
Vladimir Oltean
1
-0
/
+2
2021-10-08
net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports
Vladimir Oltean
1
-3
/
+9
2021-10-08
net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges using VID 0
Vladimir Oltean
1
-18
/
+2
2021-10-08
net: dsa: fix bridge_num not getting cleared after ports leaving the bridge
Vladimir Oltean
1
-1
/
+1
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-10-04
dsa: tag_dsa: Fix mask for trunked packets
Andrew Lunn
1
-1
/
+1
2021-10-02
net: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-2
/
+2
2021-10-02
net: dsa: tag_ocelot: set the classified VLAN during xmit
Vladimir Oltean
1
-0
/
+39
2021-09-29
net/dsa/tag_ksz.c: remove superfluous headers
Mianhan Liu
1
-1
/
+0
2021-09-29
net/dsa/tag_8021q.c: remove superfluous headers
Mianhan Liu
1
-1
/
+0
2021-09-27
net: dsa: Move devlink registration to be last devlink command
Leon Romanovsky
1
-6
/
+4
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-10
/
+108
2021-09-23
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver
Vladimir Oltean
1
-1
/
+0
2021-09-23
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
1
-0
/
+43
2021-09-22
devlink: Make devlink_register to be void
Leon Romanovsky
1
-6
/
+1
2021-09-21
net: dsa: don't allocate the slave_mii_bus using devres
Vladimir Oltean
1
-3
/
+9
2021-09-21
net: dsa: fix dsa_tree_setup error path
Vladimir Oltean
1
-0
/
+1
2021-09-19
net: dsa: tear down devlink port regions when tearing down the devlink port on error
Vladimir Oltean
1
-5
/
+46
2021-09-19
net: dsa: be compatible with masters which unregister on shutdown
Vladimir Oltean
1
-0
/
+50
2021-09-17
net: update NXP copyright text
Vladimir Oltean
2
-2
/
+2
2021-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-22
/
+42
2021-09-15
net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
Vladimir Oltean
3
-15
/
+37
2021-09-15
net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup
Vladimir Oltean
1
-7
/
+5
2021-09-14
net: dsa: tag_rtl4_a: Drop bit 9 from egress frames
Linus Walleij
1
-1
/
+1
2021-09-01
net: dsa: tag_rtl4_a: Fix egress tags
Linus Walleij
1
-3
/
+4
2021-08-25
net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpid
Vladimir Oltean
1
-4
/
+34
2021-08-25
net: dsa: sja1105: drop untagged packets on the CPU and DSA ports
Vladimir Oltean
1
-1
/
+40
2021-08-24
net: dsa: let drivers state that they need VLAN filtering while standalone
Vladimir Oltean
2
-9
/
+24
2021-08-24
net: dsa: don't advertise 'rx-vlan-filter' when not needed
Vladimir Oltean
3
-5
/
+111
2021-08-24
net: dsa: properly fall back to software bridging
Vladimir Oltean
2
-2
/
+9
2021-08-24
net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge ports
Vladimir Oltean
1
-0
/
+4
2021-08-23
net: dsa: track unique bridge numbers across all DSA switch trees
Vladimir Oltean
3
-34
/
+55
2021-08-18
net: dsa: tag_sja1105: be dsa_loop-safe
Vladimir Oltean
2
-13
/
+28
2021-08-16
net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa
Vladimir Oltean
1
-4
/
+4
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-08-12
net: dsa: tag_8021q: don't broadcast during setup/teardown
Vladimir Oltean
4
-16
/
+26
2021-08-12
net: dsa: print more information when a cross-chip notifier fails
Vladimir Oltean
1
-6
/
+12
2021-08-11
net: dsa: create a helper for locating EtherType DSA headers on TX
Vladimir Oltean
7
-17
/
+23
2021-08-11
net: dsa: create a helper for locating EtherType DSA headers on RX
Vladimir Oltean
8
-26
/
+21
2021-08-11
net: dsa: create a helper which allocates space for EtherType DSA headers
Vladimir Oltean
8
-10
/
+38
2021-08-11
net: dsa: create a helper that strips EtherType DSA headers on RX
Vladimir Oltean
8
-28
/
+37
2021-08-10
net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridge
Vladimir Oltean
1
-1
/
+1
2021-08-09
devlink: Set device as early as possible
Leon Romanovsky
1
-2
/
+3
2021-08-09
net: dsa: avoid fast ageing twice when port leaves a bridge
Vladimir Oltean
1
-1
/
+3
2021-08-09
net: dsa: still fast-age ports joining a bridge if they can't configure learning
Vladimir Oltean
1
-1
/
+17
2021-08-08
net: dsa: flush the dynamic FDB of the software bridge when fast ageing a port
Vladimir Oltean
1
-0
/
+20
[prev]
[next]