index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
micrel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+4
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-24
net: ethernet: Drop unused of_gpio.h
Peng Fan
1
-2
/
+0
2024-10-17
net: ks8851: use %*ph to print small buffer
Andy Shevchenko
1
-18
/
+2
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-07-11
net: ks8851: Fix potential TX stall after interface reopen
Ronald Wahl
1
-1
/
+1
2024-07-09
net: ks8851: Fix deadlock with the SPI chip variant
Ronald Wahl
2
-6
/
+6
2024-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Jakub Kicinski
1
-1
/
+1
2024-05-15
net: ks8851: Fix another TX stall caused by wrong ISR flag handling
Ronald Wahl
1
-17
/
+1
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+10
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-05-03
net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
Marek Vasut
1
-6
/
+10
2024-04-08
net: ks8851: Handle softirqs at the end of IRQ thread to fix hang
Marek Vasut
1
-1
/
+5
2024-04-08
net: ks8851: Inline ks8851_rx_skb()
Marek Vasut
4
-36
/
+1
2024-02-08
net: ks8851: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-2
/
+2
2024-01-09
Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-2
/
+2
2023-12-19
net: ks8851: Fix TX stall caused by TX buffer overrun
Ronald Wahl
3
-25
/
+40
2023-11-16
treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEX
Andy Shevchenko
1
-2
/
+2
2023-09-20
net: ethernet: micrel: Convert to platform remove callback returning void
Uwe Kleine-König
2
-7
/
+4
2023-04-12
ksz884x: Remove unused functions
Simon Horman
1
-294
/
+0
2023-03-30
net: ksz884x: remove unused change variable
Tom Rix
1
-7
/
+3
2022-10-25
net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()
Yang Yingliang
1
-1
/
+1
2022-09-15
net: ks8851: switch to using gpiod API
Dmitry Torokhov
2
-22
/
+20
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-6
/
+6
2022-08-24
micrel: ksz8851: fixes struct pointer issue
Jerry Ray
1
-3
/
+2
2022-04-05
net: micrel: Fix KS8851 Kconfig
Horatiu Vultur
1
-0
/
+1
2022-04-01
net: micrel: fix KS8851_MLL Kconfig
Randy Dunlap
1
-0
/
+1
2022-03-16
net: ksz884x: optimize netdev_open flow and remove static variable
wujunwen
1
-5
/
+4
2022-03-04
net: ethernet: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-12-22
net: ks8851: Check for error irq
Jiasheng Jiang
1
-0
/
+2
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-1
/
+5
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
3
-7
/
+14
2021-10-18
net: ks8851: Make ks8851_remove_common() return void
Uwe Kleine-König
4
-6
/
+8
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2
-3
/
+3
2021-10-07
ethernet: use of_get_ethdev_address()
Jakub Kicinski
1
-1
/
+1
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-3
/
+2
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2
-5
/
+4
2021-09-28
net: ks8851: fix link error
Arnd Bergmann
2
-4
/
+10
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2
-2
/
+2
2021-06-14
net: phy: micrel: move phy reg offsets to common header
Michael Grzeschik
1
-90
/
+15
2021-06-07
net: micrel: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-03
net: ks8851: Make ks8851_read_selftest() return void
Nathan Chancellor
1
-11
/
+4
2021-05-17
net: micrel: Fix wrong function name in comments
Yang Shen
1
-3
/
+3
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-4
/
+3
2021-01-15
net: ks8851: remove definition of DEBUG
Tom Rix
3
-6
/
+0
2021-01-12
net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig
Marek Vasut
1
-0
/
+4
2021-01-05
net: ks8851: Register MDIO bus and the internal PHY
Marek Vasut
2
-16
/
+98
2020-12-09
net: micrel: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
[next]