index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
micrel
Commit message (
Expand
)
Author
Age
Files
Lines
*
ksz884x: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-07-14
1
-38
/
+30
*
ksz884x: mark pcidev_suspend() as __maybe_unused
Wei Yongjun
2020-07-02
1
-1
/
+1
*
ksz884x: use generic power management
Vaibhav Gupta
2020-07-01
1
-16
/
+9
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-5
/
+5
*
net: ks8851: Remove ks8851_mll.c
Marek Vasut
2020-05-28
1
-1393
/
+0
*
net: ks8851: Implement Parallel bus operations
Marek Vasut
2020-05-28
3
-0
/
+360
*
net: ks8851: Separate SPI operations into separate file
Marek Vasut
2020-05-28
4
-597
/
+642
*
net: ks8851: Implement register, FIFO, lock accessor callbacks
Marek Vasut
2020-05-28
1
-22
/
+156
*
net: ks8851: Permit overridding interrupt enable register
Marek Vasut
2020-05-28
1
-11
/
+11
*
net: ks8851: Factor out TX work flush function
Marek Vasut
2020-05-28
1
-4
/
+12
*
net: ks8851: Split out SPI specific code from probe() and remove()
Marek Vasut
2020-05-28
1
-38
/
+48
*
net: ks8851: Split out SPI specific entries in struct ks8851_net
Marek Vasut
2020-05-28
1
-49
/
+79
*
net: ks8851: Factor out SKB receive function
Marek Vasut
2020-05-28
1
-1
/
+10
*
net: ks8851: Factor out bus lock handling
Marek Vasut
2020-05-28
1
-29
/
+68
*
net: ks8851: Use 16-bit read of RXFC register
Marek Vasut
2020-05-28
1
-16
/
+1
*
net: ks8851: Use 16-bit writes to program MAC address
Marek Vasut
2020-05-28
2
-35
/
+14
*
net: ks8851: Remove ks8851_rdreg32()
Marek Vasut
2020-05-28
1
-23
/
+2
*
net: ks8851: Use dev_{get,set}_drvdata()
Marek Vasut
2020-05-28
1
-2
/
+4
*
net: ks8851: Use devm_alloc_etherdev()
Marek Vasut
2020-05-28
1
-9
/
+4
*
net: ks8851: Pass device node into ks8851_init_mac()
Marek Vasut
2020-05-28
1
-3
/
+4
*
net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
Marek Vasut
2020-05-28
1
-1
/
+1
*
net: ks8851: Rename ndev to netdev in probe
Marek Vasut
2020-05-28
1
-15
/
+15
*
net: ks8851: Factor out spi->dev in probe()/remove()
Marek Vasut
2020-05-28
1
-15
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-29
1
-4
/
+52
|
\
|
*
net: ks8851-ml: Fix IO operations, again
Marek Vasut
2020-03-26
1
-4
/
+52
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-27
1
-6
/
+8
|
\
|
|
*
net: ks8851-ml: Fix IRQ handling and locking
Marek Vasut
2020-02-23
1
-6
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-21
1
-44
/
+9
|
\
|
|
*
net: ks8851-ml: Fix 16-bit IO operation
Marek Vasut
2020-02-16
1
-2
/
+2
|
*
net: ks8851-ml: Fix 16-bit data access
Marek Vasut
2020-02-16
1
-2
/
+2
|
*
net: ks8851-ml: Remove 8-bit bus accessors
Marek Vasut
2020-02-16
1
-40
/
+5
*
|
net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT
Julian Wiedmann
2020-02-20
1
-1
/
+1
|
/
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
2
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-09-18
3
-9
/
+4
|
\
|
*
ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable
zhong jiang
2019-09-07
1
-1
/
+1
|
*
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-22
1
-3
/
+1
|
*
net: ks8851-ml: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-21
1
-5
/
+2
*
|
net: remove ks8695 driver
Arnd Bergmann
2019-09-04
4
-1751
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
2
-8
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176
Thomas Gleixner
2019-05-30
2
-26
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
2019-05-10
2
-2
/
+2
*
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-07
2
-2
/
+2
*
net: ks8851: Deduplicate register macros
Lukas Wunner
2019-03-20
3
-330
/
+34
*
net: ks8851: Fix register macro misnomers
Lukas Wunner
2019-03-20
1
-25
/
+27
*
net: ks8851: Set initial carrier state to down
Lukas Wunner
2019-03-20
1
-0
/
+2
*
net: ks8851: Delay requesting IRQ until opened
Lukas Wunner
2019-03-20
1
-13
/
+11
*
net: ks8851: Reassert reset pin if chip ID check fails
Lukas Wunner
2019-03-20
1
-1
/
+1
[next]