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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-23
1
-0
/
+5
|
\
|
*
net: dsa: fix panic on shutdown if multi-chip tree failed to probe
Vladimir Oltean
2022-03-22
1
-0
/
+5
*
|
net: dsa: fix missing host-filtered multicast addresses
Vladimir Oltean
2022-03-23
1
-10
/
+34
*
|
net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()
Vladimir Oltean
2022-03-18
1
-1
/
+2
*
|
net: dsa: Handle MST state changes
Tobias Waldekranz
2022-03-18
3
-8
/
+86
*
|
net: dsa: Pass VLAN MSTI migration notifications to driver
Tobias Waldekranz
2022-03-18
3
-1
/
+23
*
|
net: dsa: Validate hardware support for MST
Tobias Waldekranz
2022-03-18
3
-0
/
+30
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-17
1
-0
/
+1
|
\
|
|
*
net: dsa: Add missing of_node_put() in dsa_port_parse_of
Miaoqian Lin
2022-03-17
1
-0
/
+1
*
|
net: dsa: Never offload FDB entries on standalone ports
Tobias Waldekranz
2022-03-17
1
-0
/
+3
*
|
net: dsa: report and change port dscp priority using dcbnl
Vladimir Oltean
2022-03-14
1
-0
/
+86
*
|
net: dsa: report and change port default priority using dcbnl
Vladimir Oltean
2022-03-14
1
-0
/
+137
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-11
1
-3
/
+3
|
\
|
|
*
net: dsa: unlock the rtnl_mutex when dsa_master_setup() fails
Vladimir Oltean
2022-03-06
1
-3
/
+3
*
|
net: dsa: tag_rtl8_4: fix typo in modalias name
Luiz Angelo Daros de Luca
2022-03-10
1
-1
/
+1
*
|
net: dsa: felix: avoid early deletion of host FDB entries
Vladimir Oltean
2022-03-09
3
-18
/
+62
*
|
net: dsa: be mostly no-op in dsa_slave_set_mac_address when down
Vladimir Oltean
2022-03-09
1
-0
/
+7
*
|
net: dsa: move port lists initialization to dsa_port_touch
Vladimir Oltean
2022-03-09
1
-10
/
+8
*
|
net: dsa: warn if port lists aren't empty in dsa_port_teardown
Vladimir Oltean
2022-03-09
1
-16
/
+3
*
|
net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridges
Tobias Waldekranz
2022-03-08
1
-3
/
+12
*
|
net: dsa: return success if there was nothing to do
Tom Rix
2022-03-07
1
-2
/
+2
*
|
net: dsa: tag_rtl8_4: add rtl8_4t trailing variant
Luiz Angelo Daros de Luca
2022-03-05
1
-36
/
+116
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
1
-1
/
+1
|
\
|
|
*
net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto change
Vladimir Oltean
2022-03-03
1
-1
/
+1
|
*
net: dsa: restore error path of dsa_tree_change_tag_proto
Vladimir Oltean
2022-03-02
1
-1
/
+1
*
|
net: dsa: felix: migrate host FDB and MDB entries when changing tag proto
Vladimir Oltean
2022-03-03
1
-0
/
+40
*
|
net: dsa: manage flooding on the CPU ports
Vladimir Oltean
2022-03-03
1
-0
/
+39
*
|
net: dsa: install the primary unicast MAC address as standalone port host FDB
Vladimir Oltean
2022-03-03
1
-2
/
+33
*
|
net: dsa: install secondary unicast and multicast addresses as host FDB/MDB
Vladimir Oltean
2022-03-03
3
-40
/
+273
*
|
net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace
Vladimir Oltean
2022-03-03
3
-34
/
+28
*
|
net: dsa: remove workarounds for changing master promisc/allmulti only while up
Vladimir Oltean
2022-03-03
1
-37
/
+8
*
|
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
2022-02-27
3
-2
/
+6
*
|
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
2022-02-27
3
-36
/
+141
*
|
net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vid
Vladimir Oltean
2022-02-27
2
-5
/
+5
*
|
net: dsa: tag_8021q: merge RX and TX VLANs
Vladimir Oltean
2022-02-27
3
-128
/
+47
*
|
net: dsa: tag_8021q: add support for imprecise RX based on the VBID
Vladimir Oltean
2022-02-27
3
-12
/
+50
*
|
net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging
Vladimir Oltean
2022-02-27
3
-92
/
+48
*
|
net: dsa: support FDB events on offloaded LAG interfaces
Vladimir Oltean
2022-02-25
4
-15
/
+177
*
|
net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_dev
Vladimir Oltean
2022-02-25
2
-1
/
+3
*
|
net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_work
Vladimir Oltean
2022-02-25
2
-13
/
+5
*
|
net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_device
Vladimir Oltean
2022-02-25
1
-2
/
+4
*
|
net: dsa: create a dsa_lag structure
Vladimir Oltean
2022-02-25
6
-40
/
+87
*
|
net: dsa: make LAG IDs one-based
Vladimir Oltean
2022-02-25
2
-5
/
+5
*
|
net: dsa: rename references to "lag" as "lag_dev"
Vladimir Oltean
2022-02-25
4
-25
/
+25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-25
2
-8
/
+28
|
\
|
|
*
net: dsa: fix panic when removing unoffloaded port from bridge
Alvin Šipraga
2022-02-23
1
-1
/
+8
|
*
net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held
Vladimir Oltean
2022-02-19
2
-7
/
+20
*
|
net: dsa: Include BR_PORT_LOCKED in the list of synced brport flags
Hans Schultz
2022-02-23
1
-2
/
+2
*
|
net: phy: phylink: fix DSA mac_select_pcs() introduction
Russell King (Oracle)
2022-02-23
1
-1
/
+1
*
|
net: dsa: remove pcs_poll
Russell King (Oracle)
2022-02-19
1
-1
/
+0
[next]