index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
micrel
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-10-03
net: ksz884x: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+1
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-19
/
+27
2020-09-25
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
1
-2
/
+1
2020-09-19
net: micrel: Remove set but not used variable
Zheng Yongjun
1
-6
/
+4
2020-09-14
net: micrel: convert tasklets to use new tasklet_setup() API
Allen Pais
2
-17
/
+14
2020-07-14
ksz884x: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-38
/
+30
2020-07-02
ksz884x: mark pcidev_suspend() as __maybe_unused
Wei Yongjun
1
-1
/
+1
2020-07-01
ksz884x: use generic power management
Vaibhav Gupta
1
-16
/
+9
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-5
/
+5
2020-05-28
net: ks8851: Remove ks8851_mll.c
Marek Vasut
1
-1393
/
+0
2020-05-28
net: ks8851: Implement Parallel bus operations
Marek Vasut
3
-0
/
+360
2020-05-28
net: ks8851: Separate SPI operations into separate file
Marek Vasut
4
-597
/
+642
2020-05-28
net: ks8851: Implement register, FIFO, lock accessor callbacks
Marek Vasut
1
-22
/
+156
2020-05-28
net: ks8851: Permit overridding interrupt enable register
Marek Vasut
1
-11
/
+11
2020-05-28
net: ks8851: Factor out TX work flush function
Marek Vasut
1
-4
/
+12
2020-05-28
net: ks8851: Split out SPI specific code from probe() and remove()
Marek Vasut
1
-38
/
+48
2020-05-28
net: ks8851: Split out SPI specific entries in struct ks8851_net
Marek Vasut
1
-49
/
+79
2020-05-28
net: ks8851: Factor out SKB receive function
Marek Vasut
1
-1
/
+10
2020-05-28
net: ks8851: Factor out bus lock handling
Marek Vasut
1
-29
/
+68
2020-05-28
net: ks8851: Use 16-bit read of RXFC register
Marek Vasut
1
-16
/
+1
2020-05-28
net: ks8851: Use 16-bit writes to program MAC address
Marek Vasut
2
-35
/
+14
2020-05-28
net: ks8851: Remove ks8851_rdreg32()
Marek Vasut
1
-23
/
+2
2020-05-28
net: ks8851: Use dev_{get,set}_drvdata()
Marek Vasut
1
-2
/
+4
2020-05-28
net: ks8851: Use devm_alloc_etherdev()
Marek Vasut
1
-9
/
+4
2020-05-28
net: ks8851: Pass device node into ks8851_init_mac()
Marek Vasut
1
-3
/
+4
2020-05-28
net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
Marek Vasut
1
-1
/
+1
2020-05-28
net: ks8851: Rename ndev to netdev in probe
Marek Vasut
1
-15
/
+15
2020-05-28
net: ks8851: Factor out spi->dev in probe()/remove()
Marek Vasut
1
-15
/
+14
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+52
2020-03-26
net: ks8851-ml: Fix IO operations, again
Marek Vasut
1
-4
/
+52
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-6
/
+8
2020-02-23
net: ks8851-ml: Fix IRQ handling and locking
Marek Vasut
1
-6
/
+8
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-44
/
+9
2020-02-20
net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT
Julian Wiedmann
1
-1
/
+1
2020-02-16
net: ks8851-ml: Fix 16-bit IO operation
Marek Vasut
1
-2
/
+2
2020-02-16
net: ks8851-ml: Fix 16-bit data access
Marek Vasut
1
-2
/
+2
2020-02-16
net: ks8851-ml: Remove 8-bit bus accessors
Marek Vasut
1
-40
/
+5
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2
-2
/
+2
2019-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-9
/
+4
2019-09-07
ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable
zhong jiang
1
-1
/
+1
2019-09-04
net: remove ks8695 driver
Arnd Bergmann
4
-1751
/
+1
[next]