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
/
net
/
dsa
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-05
net: dsa: tag_rtl8_4: add rtl8_4t trailing variant
Luiz Angelo Daros de Luca
1
-36
/
+116
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-03-03
net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto change
Vladimir Oltean
1
-1
/
+1
2022-03-03
net: dsa: felix: migrate host FDB and MDB entries when changing tag proto
Vladimir Oltean
1
-0
/
+40
2022-03-03
net: dsa: manage flooding on the CPU ports
Vladimir Oltean
1
-0
/
+39
2022-03-03
net: dsa: install the primary unicast MAC address as standalone port host FDB
Vladimir Oltean
1
-2
/
+33
2022-03-03
net: dsa: install secondary unicast and multicast addresses as host FDB/MDB
Vladimir Oltean
3
-40
/
+273
2022-03-03
net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace
Vladimir Oltean
3
-34
/
+28
2022-03-03
net: dsa: remove workarounds for changing master promisc/allmulti only while up
Vladimir Oltean
1
-37
/
+8
2022-03-02
net: dsa: restore error path of dsa_tree_change_tag_proto
Vladimir Oltean
1
-1
/
+1
2022-02-27
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
3
-2
/
+6
2022-02-27
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
3
-36
/
+141
2022-02-27
net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vid
Vladimir Oltean
2
-5
/
+5
2022-02-27
net: dsa: tag_8021q: merge RX and TX VLANs
Vladimir Oltean
3
-128
/
+47
2022-02-27
net: dsa: tag_8021q: add support for imprecise RX based on the VBID
Vladimir Oltean
3
-12
/
+50
2022-02-27
net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging
Vladimir Oltean
3
-92
/
+48
2022-02-25
net: dsa: support FDB events on offloaded LAG interfaces
Vladimir Oltean
4
-15
/
+177
2022-02-25
net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_dev
Vladimir Oltean
2
-1
/
+3
2022-02-25
net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_work
Vladimir Oltean
2
-13
/
+5
2022-02-25
net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_device
Vladimir Oltean
1
-2
/
+4
2022-02-25
net: dsa: create a dsa_lag structure
Vladimir Oltean
6
-40
/
+87
2022-02-25
net: dsa: make LAG IDs one-based
Vladimir Oltean
2
-5
/
+5
2022-02-25
net: dsa: rename references to "lag" as "lag_dev"
Vladimir Oltean
4
-25
/
+25
2022-02-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-8
/
+28
2022-02-23
net: dsa: Include BR_PORT_LOCKED in the list of synced brport flags
Hans Schultz
1
-2
/
+2
2022-02-23
net: dsa: fix panic when removing unoffloaded port from bridge
Alvin Šipraga
1
-1
/
+8
2022-02-23
net: phy: phylink: fix DSA mac_select_pcs() introduction
Russell King (Oracle)
1
-1
/
+1
2022-02-20
net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held
Vladimir Oltean
2
-7
/
+20
2022-02-19
net: dsa: remove pcs_poll
Russell King (Oracle)
1
-1
/
+0
2022-02-18
net: dsa: add support for phylink mac_select_pcs()
Russell King (Oracle)
1
-0
/
+15
2022-02-18
net: dsa: delete unused exported symbols for ethtool PHY stats
Vladimir Oltean
1
-57
/
+0
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-15
/
+8
2022-02-17
net: dsa: lan9303: handle hwaccel VLAN tags
Mans Rullgard
1
-14
/
+7
2022-02-17
net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...
Vladimir Oltean
1
-0
/
+7
2022-02-17
net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_pop
Vladimir Oltean
1
-2
/
+2
2022-02-16
net: dsa: offload bridge port VLANs on foreign interfaces
Vladimir Oltean
2
-26
/
+31
2022-02-16
net: dsa: add explicit support for host bridge VLANs
Vladimir Oltean
5
-47
/
+288
2022-02-14
net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN
Vladimir Oltean
2
-1
/
+1
2022-02-11
net: dsa: remove lockdep class for DSA slave address list
Vladimir Oltean
1
-12
/
+0
2022-02-11
net: dsa: remove lockdep class for DSA master address list
Vladimir Oltean
1
-4
/
+0
2022-02-11
net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_id
Vladimir Oltean
1
-41
/
+1
2022-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-19
/
+6
2022-02-09
net: dsa: fix panic when DSA master device unbinds on shutdown
Vladimir Oltean
1
-19
/
+6
2022-02-02
net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packet
Ansuel Smith
1
-3
/
+36
2022-02-02
net: dsa: tag_qca: add define for handling MIB packet
Ansuel Smith
1
-0
/
+4
2022-02-02
net: dsa: tag_qca: add define for handling mgmt Ethernet packet
Ansuel Smith
1
-3
/
+12
2022-02-02
net: dsa: tag_qca: enable promisc_on_master flag
Ansuel Smith
1
-0
/
+1
2022-02-02
net: dsa: tag_qca: move define to include linux/dsa
Ansuel Smith
1
-15
/
+1
2022-02-02
net: dsa: tag_qca: convert to FIELD macro
Ansuel Smith
1
-19
/
+15
2022-02-02
net: dsa: replay master state events in dsa_tree_{setup,teardown}_master
Vladimir Oltean
1
-4
/
+24
[next]