index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-12
net: sparx5: flower: fix fragment flags handling
Asbjørn Sloth Tønnesen
1
-21
/
+40
2024-04-11
net: sparx5: fix wrong config being used when reconfiguring PCS
Daniel Machon
1
-2
/
+2
2024-03-28
net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips
Raju Lakkaraju
2
-0
/
+22
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-03-04
net: sparx5: Fix use after free inside sparx5_del_mact_entry
Horatiu Vultur
1
-2
/
+2
2024-02-22
net: microchip: lan743x: Fix spelling mistake "erro" -> "error"
Colin Ian King
1
-1
/
+1
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+4
2024-02-21
net: sparx5: Add spinlock for frame transmission from CPU
Horatiu Vultur
3
-0
/
+4
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+7
2024-02-09
lan966x: Fix crash when adding interface under a lag
Horatiu Vultur
1
-2
/
+7
2024-02-06
net: encx24j600: convert to use maple tree register cache
Bo Liu
1
-2
/
+2
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2024-01-31
ptp: lan743x: Use spin_lock instead of spin_lock_bh
Lucas Tanure
1
-2
/
+2
2024-01-31
net: lan966x: debugfs: Fix showing the port keyset
Horatiu Vultur
1
-0
/
+2
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
1
-2
/
+2
2024-01-29
net: fill in MODULE_DESCRIPTION()s for encx24j600
Breno Leitao
1
-0
/
+1
2024-01-27
net: lan966x: Fix port configuration when using SGMII interface
Horatiu Vultur
1
-2
/
+3
2024-01-08
lan743x: remove redundant statement in lan743x_ethtool_get_eee
Heiner Kallweit
1
-1
/
+0
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-16
/
+18
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
1
-1
/
+1
2023-11-20
net: microchip: lan743x : bidirectional throughput improvement
Vishvambar Panth S
1
-1
/
+1
2023-11-18
net: partial revert of the "Make timestamping selectable: series
Jakub Kicinski
1
-3
/
+3
2023-11-18
net: Replace hwtstamp_source by timestamping layer
Kory Maincent
1
-3
/
+3
2023-10-24
net: microchip: lan743x: improve throughput with rx timestamp config
Vishvambar Panth S
4
-2
/
+63
2023-10-23
net: lan966x: remove useless code in lan966x_xtr_irq_handler
Su Hui
1
-1
/
+0
2023-10-13
net: sparx5: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-2
/
+1
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-10-05
net: lan743x: also select PHYLIB
Randy Dunlap
1
-0
/
+1
2023-10-03
net: microchip: sparx5: clean up error checking in vcap_show_admin()
Dan Carpenter
1
-1
/
+1
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-5
/
+54
2023-09-20
net: ethernet: microchip: Convert to platform remove callback returning void
Uwe Kleine-König
2
-8
/
+4
2023-09-17
net: microchip: lan743x: add fixed phy unregister support
Pavithra Sathyanarayanan
1
-0
/
+6
2023-09-15
net: microchip: sparx5: Fix possible memory leaks in vcap_api_kunit
Jinjie Ruan
1
-0
/
+13
2023-09-15
net: microchip: sparx5: Fix possible memory leaks in test_vcap_xn_rule_creator()
Jinjie Ruan
1
-5
/
+4
2023-09-15
net: microchip: sparx5: Fix possible memory leak in vcap_api_encode_rule_test()
Jinjie Ruan
1
-0
/
+6
2023-09-15
net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_actionvalue_test()
Jinjie Ruan
1
-0
/
+16
2023-09-15
net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_keyvalue_test()
Jinjie Ruan
1
-0
/
+15
2023-09-10
net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()
Jinjie Ruan
1
-2
/
+16
2023-08-22
net: microchip: Remove unused declarations
Yue Haibing
3
-7
/
+0
2023-08-20
net: lan743x: Return PTR_ERR() for fixed_phy_register()
Ruan Jinjie
1
-1
/
+1
2023-08-19
net: microchip: sparx5: Update return value check for vcap_get_rule()
Ruan Jinjie
1
-1
/
+1
2023-08-19
net: lan966x: Fix return value check for vcap_get_rule()
Ruan Jinjie
1
-2
/
+2
2023-08-19
net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()
Ruan Jinjie
1
-1
/
+1
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2
-1
/
+2
2023-08-04
net: lan966x: Do not check 0 for platform_get_irq_byname()
Zhu Wang
1
-2
/
+2
2023-08-04
net: microchip: vcap api: Use ERR_CAST() in vcap_decode_rule()
Li Zetao
1
-1
/
+1
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+1
2023-08-02
net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...
Vladimir Oltean
2
-17
/
+14
2023-08-02
net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
3
-50
/
+55
[next]