index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
micrel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-24
1
-0
/
+2
|
\
|
*
net: ks8851: Check for error irq
Jiasheng Jiang
2021-12-22
1
-0
/
+2
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-1
/
+5
|
/
*
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
2021-10-18
3
-7
/
+14
*
net: ks8851: Make ks8851_remove_common() return void
Uwe Kleine-König
2021-10-18
4
-6
/
+8
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
2
-3
/
+3
*
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-3
/
+2
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
2
-5
/
+4
*
net: ks8851: fix link error
Arnd Bergmann
2021-09-28
2
-4
/
+10
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
2
-2
/
+2
*
net: phy: micrel: move phy reg offsets to common header
Michael Grzeschik
2021-06-14
1
-90
/
+15
*
net: micrel: check return value after calling platform_get_resource()
Yang Yingliang
2021-06-07
1
-0
/
+4
*
net: ks8851: Make ks8851_read_selftest() return void
Nathan Chancellor
2021-06-04
1
-11
/
+4
*
net: micrel: Fix wrong function name in comments
Yang Shen
2021-05-17
1
-3
/
+3
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-4
/
+3
*
net: ks8851: remove definition of DEBUG
Tom Rix
2021-01-16
3
-6
/
+0
*
net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig
Marek Vasut
2021-01-13
1
-0
/
+4
*
net: ks8851: Register MDIO bus and the internal PHY
Marek Vasut
2021-01-06
2
-16
/
+98
*
net: micrel: convert comma to semicolon
Zheng Yongjun
2020-12-10
1
-1
/
+1
*
net: ksz884x: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-10-04
1
-2
/
+1
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
1
-19
/
+27
*
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
2020-09-26
1
-2
/
+1
*
net: micrel: Remove set but not used variable
Zheng Yongjun
2020-09-19
1
-6
/
+4
*
net: micrel: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-14
2
-17
/
+14
*
ksz884x: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-07-15
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-13
1
-5
/
+5
*
net: ks8851: Remove ks8851_mll.c
Marek Vasut
2020-05-29
1
-1393
/
+0
*
net: ks8851: Implement Parallel bus operations
Marek Vasut
2020-05-29
3
-0
/
+360
*
net: ks8851: Separate SPI operations into separate file
Marek Vasut
2020-05-29
4
-597
/
+642
*
net: ks8851: Implement register, FIFO, lock accessor callbacks
Marek Vasut
2020-05-29
1
-22
/
+156
*
net: ks8851: Permit overridding interrupt enable register
Marek Vasut
2020-05-29
1
-11
/
+11
*
net: ks8851: Factor out TX work flush function
Marek Vasut
2020-05-29
1
-4
/
+12
*
net: ks8851: Split out SPI specific code from probe() and remove()
Marek Vasut
2020-05-29
1
-38
/
+48
*
net: ks8851: Split out SPI specific entries in struct ks8851_net
Marek Vasut
2020-05-29
1
-49
/
+79
*
net: ks8851: Factor out SKB receive function
Marek Vasut
2020-05-29
1
-1
/
+10
*
net: ks8851: Factor out bus lock handling
Marek Vasut
2020-05-29
1
-29
/
+68
*
net: ks8851: Use 16-bit read of RXFC register
Marek Vasut
2020-05-29
1
-16
/
+1
*
net: ks8851: Use 16-bit writes to program MAC address
Marek Vasut
2020-05-29
2
-35
/
+14
*
net: ks8851: Remove ks8851_rdreg32()
Marek Vasut
2020-05-29
1
-23
/
+2
*
net: ks8851: Use dev_{get,set}_drvdata()
Marek Vasut
2020-05-29
1
-2
/
+4
*
net: ks8851: Use devm_alloc_etherdev()
Marek Vasut
2020-05-29
1
-9
/
+4
*
net: ks8851: Pass device node into ks8851_init_mac()
Marek Vasut
2020-05-29
1
-3
/
+4
*
net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
Marek Vasut
2020-05-29
1
-1
/
+1
*
net: ks8851: Rename ndev to netdev in probe
Marek Vasut
2020-05-29
1
-15
/
+15
*
net: ks8851: Factor out spi->dev in probe()/remove()
Marek Vasut
2020-05-29
1
-15
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-30
1
-4
/
+52
|
\
|
*
net: ks8851-ml: Fix IO operations, again
Marek Vasut
2020-03-27
1
-4
/
+52
[next]