index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-4
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-10
1
-4
/
+4
|
\
|
*
lan743x: fix ethernet frame cutoff issue
Sven Van Asbroeck
2021-04-09
1
-4
/
+4
*
|
net: encx24j600: use module_spi_driver to simplify the code
Wei Yongjun
2021-04-08
1
-11
/
+1
*
|
lan743x: remove redundant semi-colon
Yang Yingliang
2021-04-02
1
-1
/
+1
*
|
lan743x: remove redundant intializations of pointers adapter and phydev
Colin Ian King
2021-03-29
1
-2
/
+2
*
|
ethernet/microchip:remove unneeded variable: "ret"
dingsenjie
2021-03-17
1
-2
/
+1
|
/
*
lan743x: trim all 4 bytes of the FCS; not just 2
George McCollister
2021-03-05
1
-1
/
+1
*
lan743x: sync only the received area of an rx ring buffer
Sven Van Asbroeck
2021-02-17
1
-9
/
+26
*
lan743x: boost performance on cpu archs w/o dma cache snooping
Sven Van Asbroeck
2021-02-17
2
-181
/
+148
*
lan743x: fix endianness when accessing descriptors
Alexey Denisov
2021-01-29
2
-43
/
+43
*
lan743x: fix rx_napi_poll/interrupt ping-pong
Sven Van Asbroeck
2020-12-16
1
-20
/
+23
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-12
1
-0
/
+1
|
\
|
*
ethernet: select CONFIG_CRC32 as needed
Arnd Bergmann
2020-12-04
1
-0
/
+1
*
|
lan743x: replace polling loop by wait_event_timeout()
Sven Van Asbroeck
2020-11-25
2
-16
/
+15
*
|
lan743x: clean up software_isr function
Sven Van Asbroeck
2020-11-25
1
-9
/
+4
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-20
1
-6
/
+7
|
\
|
|
*
lan743x: prevent entire kernel HANG on open, for some platforms
Sven Van Asbroeck
2020-11-15
1
-1
/
+2
|
*
lan743x: fix issue causing intermittent kernel log warnings
Sven Van Asbroeck
2020-11-14
1
-5
/
+5
*
|
lan743x: replace devicetree phy parse code with library function
Sven Van Asbroeck
2020-11-17
2
-28
/
+8
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-13
2
-17
/
+10
|
\
|
|
*
lan743x: fix use of uninitialized variable
Sven Van Asbroeck
2020-11-12
1
-1
/
+1
|
*
lan743x: fix "BUG: invalid wait context" when setting rx mode
Sven Van Asbroeck
2020-11-11
2
-12
/
+3
|
*
lan743x: correctly handle chips with internal PHY
Sven Van Asbroeck
2020-11-11
1
-4
/
+6
*
|
lan743x: fix for potential NULL pointer dereference with bare card
Sergej Bauer
2020-11-04
1
-4
/
+5
*
|
net: microchip: Remove unneeded variable ret
Xu Wang
2020-10-28
1
-2
/
+1
|
/
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
1
-1
/
+1
*
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
2020-09-26
1
-4
/
+2
*
net: microchip: Make `lan743x_pm_suspend` function return right value
Zheng Yongjun
2020-09-23
1
-4
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
lan743x: remove redundant initialization of variable current_head_index
Colin Ian King
2020-07-23
1
-2
/
+1
*
lan743x: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-07-14
1
-24
/
+22
*
lan743x: Remove duplicated include from lan743x_main.c
YueHaibing
2020-06-24
1
-1
/
+0
*
lan743x: allow mac address to come from dt
Tim Harvey
2020-06-19
1
-16
/
+25
*
lan743x: add MODULE_DEVICE_TABLE for module loading alias
Tim Harvey
2020-06-16
1
-0
/
+2
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-5
/
+5
*
lan743x: Use correct MAC_CR configuration for 1 GBit speed
Roelof Berg
2020-06-05
1
-1
/
+1
*
lan743x: Added fixed link and RGMII support
Roelof Berg
2020-06-01
4
-13
/
+80
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
1
-1
/
+4
|
\
|
*
net: microchip: encx24j600: add missed kthread_stop
Chuhong Yuan
2020-05-08
1
-1
/
+4
*
|
net: encx24j600: make encx24j600_hw_init() return void
Jason Yan
2020-05-07
1
-10
/
+2
*
|
net: microchip: Remove unused inline function is_bits_set
YueHaibing
2020-05-05
1
-5
/
+0
|
/
*
net: Introduce peer to peer one step PTP time stamping.
Richard Cochran
2019-12-26
1
-0
/
+3
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
2
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-17
1
-0
/
+4
|
\
|
*
net: reject PTP periodic output requests with unsupported flags
Jacob Keller
2019-11-15
1
-0
/
+4
*
|
Support LAN743x PTP periodic output on any GPIO
John Efstathiades
2019-11-11
2
-96
/
+230
|
/
*
lan743x: remove redundant assignment to variable rx_process_result
Colin Ian King
2019-09-06
1
-2
/
+1
*
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-23
1
-2
/
+1
*
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-23
1
-3
/
+2
[next]