index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
micrel
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-4
/
+4
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2026-01-20
net/micrel: Fix typos in micrel driver code comments
Yicong Hui
-7
/
+7
2025-07-25
net: Fix typos
Bjorn Helgaas
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+4
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-03-24
net: ethernet: Drop unused of_gpio.h
Peng Fan
-2
/
+0
2024-10-17
net: ks8851: use %*ph to print small buffer
Andy Shevchenko
-18
/
+2
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-2
/
+2
2024-07-11
net: ks8851: Fix potential TX stall after interface reopen
Ronald Wahl
-1
/
+1
2024-07-09
net: ks8851: Fix deadlock with the SPI chip variant
Ronald Wahl
-6
/
+6
2024-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Jakub Kicinski
-1
/
+1
2024-05-15
net: ks8851: Fix another TX stall caused by wrong ISR flag handling
Ronald Wahl
-17
/
+1
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+10
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-1
/
+1
2024-05-03
net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
Marek Vasut
-6
/
+10
2024-04-08
net: ks8851: Handle softirqs at the end of IRQ thread to fix hang
Marek Vasut
-1
/
+5
2024-04-08
net: ks8851: Inline ks8851_rx_skb()
Marek Vasut
-36
/
+1
2024-02-08
net: ks8851: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
-2
/
+2
2024-01-09
Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
-2
/
+2
2023-12-19
net: ks8851: Fix TX stall caused by TX buffer overrun
Ronald Wahl
-25
/
+40
2023-11-16
treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEX
Andy Shevchenko
-2
/
+2
2023-09-20
net: ethernet: micrel: Convert to platform remove callback returning void
Uwe Kleine-König
-7
/
+4
2023-04-12
ksz884x: Remove unused functions
Simon Horman
-294
/
+0
2023-03-30
net: ksz884x: remove unused change variable
Tom Rix
-7
/
+3
2022-10-25
net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()
Yang Yingliang
-1
/
+1
2022-09-15
net: ks8851: switch to using gpiod API
Dmitry Torokhov
-22
/
+20
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
-6
/
+6
2022-08-24
micrel: ksz8851: fixes struct pointer issue
Jerry Ray
-3
/
+2
2022-04-05
net: micrel: Fix KS8851 Kconfig
Horatiu Vultur
-0
/
+1
2022-04-01
net: micrel: fix KS8851_MLL Kconfig
Randy Dunlap
-0
/
+1
2022-03-16
net: ksz884x: optimize netdev_open flow and remove static variable
wujunwen
-5
/
+4
2022-03-04
net: ethernet: Use netif_rx().
Sebastian Andrzej Siewior
-1
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
-3
/
+1
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+2
2021-12-22
net: ks8851: Check for error irq
Jiasheng Jiang
-0
/
+2
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
-1
/
+5
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
-7
/
+14
2021-10-18
net: ks8851: Make ks8851_remove_common() return void
Uwe Kleine-König
-6
/
+8
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
-3
/
+3
2021-10-07
ethernet: use of_get_ethdev_address()
Jakub Kicinski
-1
/
+1
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
-3
/
+2
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
-5
/
+4
2021-09-28
net: ks8851: fix link error
Arnd Bergmann
-4
/
+10
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
-2
/
+2
2021-06-14
net: phy: micrel: move phy reg offsets to common header
Michael Grzeschik
-90
/
+15
2021-06-07
net: micrel: check return value after calling platform_get_resource()
Yang Yingliang
-0
/
+4
[next]