index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
/
ksz_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
net: dsa: microchip: ptp: add packet transmission timestamping
Christian Eggers
1
-0
/
+14
2023-01-13
net: dsa: microchip: ptp: add packet reception timestamping
Christian Eggers
1
-0
/
+1
2023-01-13
net: dsa: microchip: ptp: enable interrupt for timestamping
Arun Ramadoss
1
-2
/
+13
2023-01-13
net: dsa: microchip: ptp: Initial hardware time stamping support
Christian Eggers
1
-0
/
+3
2023-01-13
net: dsa: microchip: ptp: add the posix clock support
Christian Eggers
1
-1
/
+12
2022-12-19
net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irq
Arun Ramadoss
1
-2
/
+1
2022-12-08
net: dsa: microchip: add stats64 support for ksz8 series of switches
Oleksij Rempel
1
-0
/
+87
2022-12-07
net: dsa: microchip: ksz8: add MTU configuration support
Oleksij Rempel
1
-0
/
+7
2022-12-07
net: dsa: microchip: move max mtu to one location
Oleksij Rempel
1
-5
/
+17
2022-11-09
net: dsa: microchip: ksz8563: Add number of port irq
Rakesh Sankaranarayanan
1
-0
/
+1
2022-11-09
net: dsa: microchip: add ksz9563 in ksz_switch_ops and select based on compat...
Rakesh Sankaranarayanan
1
-2
/
+31
2022-09-26
net: dsa: microchip: use common irq routines for girq and pirq
Arun Ramadoss
1
-189
/
+75
2022-09-26
net: dsa: microchip: move interrupt handling logic from lan937x to ksz_common
Arun Ramadoss
1
-0
/
+424
2022-09-26
net: dsa: microchip: determine number of port irq based on switch type
Arun Ramadoss
1
-0
/
+10
2022-09-16
net: dsa: microchip: add the support for set_ageing_time
Arun Ramadoss
1
-0
/
+13
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-6
/
+24
2022-09-07
net: dsa: microchip: add regmap_range for KSZ9896 chip
Romain Naour
1
-0
/
+215
2022-09-07
net: dsa: microchip: ksz9477: remove 0x033C and 0x033D addresses from regmap_...
Romain Naour
1
-1
/
+2
2022-09-07
net: dsa: microchip: add KSZ9896 switch support
Romain Naour
1
-0
/
+31
2022-09-05
net: dsa: microchip: lan937x: add interrupt support for port phy link
Arun Ramadoss
1
-0
/
+10
2022-09-05
net: dsa: microchip: add reference to ksz_device inside the ksz_port
Arun Ramadoss
1
-0
/
+3
2022-09-03
net: dsa: microchip: fix kernel oops on ksz8 switches
Oleksij Rempel
1
-6
/
+24
2022-08-31
net: dsa: microchip: remove IS_9893 flag
Oleksij Rempel
1
-1
/
+2
2022-08-31
net: dsa: microchip: add regmap_range for KSZ9477 chip
Oleksij Rempel
1
-0
/
+272
2022-08-31
net: dsa: microchip: add regmap_range for KSZ8563 chip
Oleksij Rempel
1
-0
/
+121
2022-08-31
net: dsa: microchip: allow to pass return values for PHY read/write accesses
Oleksij Rempel
1
-2
/
+8
2022-08-31
net: dsa: microchip: do per-port Gbit detection instead of per-chip
Oleksij Rempel
1
-0
/
+5
2022-08-31
net: dsa: microchip: add separate struct ksz_chip_data for KSZ8563 chip
Oleksij Rempel
1
-2
/
+37
2022-08-23
net: dsa: microchip: make learning configurable and keep it off while standalone
Vladimir Oltean
1
-1
/
+44
2022-08-22
net: dsa: microchip: keep compatibility with device tree blobs with no phy-mode
Vladimir Oltean
1
-1
/
+7
2022-07-27
net: dsa: microchip: add support for phylink mac config
Arun Ramadoss
1
-2
/
+16
2022-07-27
net: dsa: microchip: ksz9477: use common xmii function
Arun Ramadoss
1
-1
/
+37
2022-07-27
net: dsa: microchip: apply rgmii tx and rx delay in phylink mac config
Arun Ramadoss
1
-1
/
+52
2022-07-27
net: dsa: microchip: lan937x: add support for configuing xMII register
Arun Ramadoss
1
-0
/
+44
2022-07-27
net: dsa: microchip: add support for common phylink mac link up
Arun Ramadoss
1
-4
/
+16
2022-07-27
net: dsa: microchip: add common duplex and flow control function
Arun Ramadoss
1
-0
/
+36
2022-07-27
net: dsa: microchip: add common ksz port xmii speed selection function
Arun Ramadoss
1
-0
/
+54
2022-07-27
net: dsa: microchip: add common gigabit set and get function
Arun Ramadoss
1
-0
/
+61
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-07-19
net: dsa: microchip: fix the missing ksz8_r_mib_cnt
Arun Ramadoss
1
-0
/
+1
2022-07-15
net: dsa: microchip: ksz_common: Fix refcount leak bug
Liang He
1
-1
/
+4
2022-07-02
net: dsa: microchip: lan937x: add phylink_mac_config support
Arun Ramadoss
1
-0
/
+12
2022-07-02
net: dsa: microchip: lan937x: add phylink_mac_link_up support
Arun Ramadoss
1
-0
/
+16
2022-07-02
net: dsa: microchip: lan937x: add phylink_get_caps support
Arun Ramadoss
1
-0
/
+1
2022-07-02
net: dsa: microchip: lan937x: add MTU and fast_age support
Arun Ramadoss
1
-0
/
+2
2022-07-02
net: dsa: microchip: lan937x: add phy read and write support
Arun Ramadoss
1
-0
/
+2
2022-07-02
net: dsa: microchip: lan937x: add dsa_tag_protocol
Arun Ramadoss
1
-0
/
+3
2022-07-02
net: dsa: microchip: add DSA support for microchip LAN937x
Arun Ramadoss
1
-0
/
+34
2022-07-02
net: dsa: microchip: generic access to ksz9477 static and reserved table
Arun Ramadoss
1
-0
/
+35
2022-06-29
net: dsa: microchip: count pause packets together will all other packets
Oleksij Rempel
1
-2
/
+4
[prev]
[next]