index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
port.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims
Vladimir Oltean
2022-11-14
1
-0
/
+16
*
net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()
Yang Yingliang
2022-10-09
1
-1
/
+1
*
net: dsa: don't leave dangling pointers in dp->pl when failing
Vladimir Oltean
2022-09-30
1
-7
/
+15
*
net: dsa: allow masters to join a LAG
Vladimir Oltean
2022-09-20
1
-0
/
+1
*
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
2022-09-20
1
-0
/
+1
*
net: dsa: allow the DSA master to be seen and changed through rtnetlink
Vladimir Oltean
2022-09-20
1
-0
/
+130
*
net: dsa: introduce dsa_port_get_master()
Vladimir Oltean
2022-09-20
1
-14
/
+14
*
net: dsa: make phylink-related OF properties mandatory on DSA and CPU ports
Vladimir Oltean
2022-08-22
1
-5
/
+167
*
net: dsa: rename dsa_port_link_{,un}register_of
Vladimir Oltean
2022-08-22
1
-9
/
+9
*
net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it
Vladimir Oltean
2022-08-17
1
-2
/
+5
*
net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filtering
Vladimir Oltean
2022-07-18
1
-2
/
+3
*
net: dsa: fix dsa_port_vlan_filtering when global
Vladimir Oltean
2022-07-18
1
-1
/
+1
*
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
2022-05-12
1
-0
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-12
1
-0
/
+1
|
\
|
*
net: dsa: flush switchdev workqueue on bridge join error path
Vladimir Oltean
2022-05-09
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
1
-0
/
+2
|
\
|
|
*
net: dsa: Add missing of_node_put() in dsa_port_link_register_of
Miaoqian Lin
2022-04-22
1
-0
/
+2
*
|
net: dsa: don't emit targeted cross-chip notifiers for MTU change
Vladimir Oltean
2022-04-20
1
-3
/
+1
*
|
net: dsa: make cross-chip notifiers more efficient for host events
Vladimir Oltean
2022-04-20
1
-44
/
+20
*
|
net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrs
Vladimir Oltean
2022-04-20
1
-3
/
+57
|
/
*
net: dsa: Handle MST state changes
Tobias Waldekranz
2022-03-17
1
-8
/
+77
*
net: dsa: Pass VLAN MSTI migration notifications to driver
Tobias Waldekranz
2022-03-17
1
-1
/
+15
*
net: dsa: Validate hardware support for MST
Tobias Waldekranz
2022-03-17
1
-0
/
+22
*
net: dsa: install secondary unicast and multicast addresses as host FDB/MDB
Vladimir Oltean
2022-03-03
1
-40
/
+120
*
net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace
Vladimir Oltean
2022-03-03
1
-8
/
+8
*
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
2022-02-27
1
-0
/
+1
*
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
2022-02-27
1
-1
/
+74
*
net: dsa: support FDB events on offloaded LAG interfaces
Vladimir Oltean
2022-02-24
1
-0
/
+27
*
net: dsa: create a dsa_lag structure
Vladimir Oltean
2022-02-24
1
-12
/
+50
*
net: dsa: rename references to "lag" as "lag_dev"
Vladimir Oltean
2022-02-24
1
-10
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-24
1
-7
/
+22
|
\
|
*
net: dsa: fix panic when removing unoffloaded port from bridge
Alvin Šipraga
2022-02-22
1
-1
/
+8
|
*
net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held
Vladimir Oltean
2022-02-19
1
-6
/
+14
*
|
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-22
1
-1
/
+1
*
|
net: dsa: remove pcs_poll
Russell King (Oracle)
2022-02-19
1
-1
/
+0
*
|
net: dsa: add support for phylink mac_select_pcs()
Russell King (Oracle)
2022-02-18
1
-0
/
+15
*
|
net: dsa: delete unused exported symbols for ethtool PHY stats
Vladimir Oltean
2022-02-17
1
-57
/
+0
*
|
net: dsa: add explicit support for host bridge VLANs
Vladimir Oltean
2022-02-16
1
-0
/
+42
|
/
*
net: dsa: remove cross-chip support for HSR
Vladimir Oltean
2022-01-05
1
-16
/
+13
*
net: dsa: remove cross-chip support for MRP
Vladimir Oltean
2022-01-05
1
-24
/
+20
*
net: dsa: mark DSA phylink as legacy_pre_march2020
Russell King (Oracle)
2021-12-09
1
-0
/
+7
*
net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload
Vladimir Oltean
2021-12-08
1
-36
/
+3
*
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
2021-12-08
1
-32
/
+38
*
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
2021-12-08
1
-17
/
+18
*
net: dsa: assign a bridge number even without TX forwarding offload
Vladimir Oltean
2021-12-08
1
-26
/
+55
*
net: dsa: make dp->bridge_num one-based
Vladimir Oltean
2021-12-08
1
-5
/
+6
*
net: dsa: support use of phylink_generic_validate()
Russell King (Oracle)
2021-12-01
1
-1
/
+4
*
net: dsa: replace phylink_get_interfaces() with phylink_get_caps()
Russell King (Oracle)
2021-12-01
1
-3
/
+2
*
net: dsa: consolidate phylink creation
Russell King (Oracle)
2021-12-01
1
-16
/
+28
[next]