index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
/
ksz_common.h
Age
Commit message (
Expand
)
Author
2021-12-08
net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
Vladimir Oltean
2021-12-08
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
2021-11-26
net: dsa: microchip: implement multi-bridge support
Oleksij Rempel
2021-08-10
net: dsa: microchip: ksz8795: Reject unsupported VLAN configuration
Ben Hutchings
2021-08-10
net: dsa: microchip: Fix ksz_read64()
Ben Hutchings
2021-04-28
net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255
Colin Ian King
2021-04-27
net: dsa: microchip: ksz8795: add support for ksz88xx chips
Oleksij Rempel
2021-04-27
net: dsa: microchip: ksz8795: change drivers prefix to be generic
Michael Grzeschik
2021-01-11
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
2021-01-11
net: dsa: remove the transactional logic from MDB entries
Vladimir Oltean
2020-12-02
net: dsa: microchip: remove usage of mib_port_count
Michael Grzeschik
2020-12-02
net: dsa: microchip: ksz8795: remove unused last_port variable
Michael Grzeschik
2020-09-10
net: dsa: microchip: look for phy-mode in port nodes
Helmut Grohne
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-21
net: dsa: microchip: call phy_remove_link_mode during probe
Helmut Grohne
2020-07-04
net: dsa: microchip: remove unused private members
Codrin Ciubotariu
2020-07-04
net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()
Codrin Ciubotariu
2020-03-10
net: dsa: microchip: use delayed_work instead of timer + work
George McCollister
2019-10-17
net: dsa: microchip: Add shared regmap mutex
Marek Vasut
2019-10-15
net: dsa: microchip: Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-09-27
net: dsa: microchip: Always set regmap stride to 1
Marek Vasut
2019-09-12
net: dsa: microchip: add KSZ9477 I2C driver
Tristram Ha
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-31
net: dsa: microchip: fill regmap_config name
George McCollister
2019-08-06
net: dsa: ksz: Merge ksz_priv.h into ksz_common.h
Marek Vasut
2019-08-06
net: dsa: ksz: Remove dead code and fix warnings
Marek Vasut
2019-07-30
net: dsa: ksz: Add Microchip KSZ8795 DSA driver
Tristram Ha
2019-06-27
net: dsa: microchip: Replace ad-hoc polling with regmap
Marek Vasut
2019-06-27
net: dsa: microchip: Factor out regmap config generation into common header
Marek Vasut
2019-06-27
net: dsa: microchip: Dispose of ksz_io_ops
Marek Vasut
2019-06-27
net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.c
Marek Vasut
2019-06-27
net: dsa: microchip: Remove ksz_{get,set}()
Marek Vasut
2019-06-27
net: dsa: microchip: Remove ksz_{read,write}24()
Marek Vasut
2019-02-24
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
2019-02-24
net: dsa: microchip: add port_cleanup function
Tristram Ha
2019-02-24
net: dsa: microchip: get port link status
Tristram Ha
2019-02-24
net: dsa: microchip: add MIB counter reading support
Tristram Ha
2018-11-20
net: dsa: microchip: break KSZ9477 DSA driver into two files
Tristram Ha