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
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
net: build all switchdev drivers as modules when the bridge is a module
Vladimir Oltean
1
-0
/
+1
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
1
-1
/
+1
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2021-07-22
net: sparx5: fix unmet dependencies warning
Randy Dunlap
1
-0
/
+1
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
1
-2
/
+3
2021-07-22
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
1
-3
/
+20
2021-07-08
net: microchip: sparx5: fix kconfig warning
Randy Dunlap
1
-0
/
+1
2021-06-28
net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()
Nathan Chancellor
1
-4
/
+1
2021-06-28
net: sparx5: fix error return code in sparx5_register_notifier_blocks()
Yang Yingliang
1
-1
/
+3
2021-06-28
net: sparx5: fix return value check in sparx5_create_targets()
Yang Yingliang
1
-2
/
+2
2021-06-28
net: sparx5: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-28
net: switchdev: add a context void pointer to struct switchdev_notifier_info
Vladimir Oltean
1
-1
/
+1
2021-06-24
net: sparx5: add ethtool configuration and statistics support
Steen Hegelund
5
-1
/
+1248
2021-06-24
net: sparx5: add calendar bandwidth allocation support
Steen Hegelund
4
-2
/
+609
2021-06-24
net: sparx5: add switching support
Steen Hegelund
7
-1
/
+544
2021-06-24
net: sparx5: add vlan support
Steen Hegelund
4
-4
/
+246
2021-06-24
net: sparx5: add mactable support
Steen Hegelund
5
-2
/
+565
2021-06-24
net: sparx5: add port module support
Steen Hegelund
6
-12
/
+1279
2021-06-24
net: sparx5: add hostmode with phylink support
Steen Hegelund
6
-10
/
+841
2021-06-24
net: sparx5: add the basic sparx5 driver
Steen Hegelund
7
-0
/
+5680
2021-05-20
net: encx24j600: fix kernel-doc syntax in file headers
Aditya Srivastava
2
-2
/
+2
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-4
/
+1
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-04-09
lan743x: fix ethernet frame cutoff issue
Sven Van Asbroeck
1
-4
/
+4
2021-04-07
net: encx24j600: use module_spi_driver to simplify the code
Wei Yongjun
1
-11
/
+1
2021-04-01
lan743x: remove redundant semi-colon
Yang Yingliang
1
-1
/
+1
2021-03-29
lan743x: remove redundant intializations of pointers adapter and phydev
Colin Ian King
1
-2
/
+2
2021-03-17
ethernet/microchip:remove unneeded variable: "ret"
dingsenjie
1
-2
/
+1
2021-03-05
lan743x: trim all 4 bytes of the FCS; not just 2
George McCollister
1
-1
/
+1
2021-02-16
lan743x: sync only the received area of an rx ring buffer
Sven Van Asbroeck
1
-9
/
+26
2021-02-16
lan743x: boost performance on cpu archs w/o dma cache snooping
Sven Van Asbroeck
2
-181
/
+148
2021-01-28
lan743x: fix endianness when accessing descriptors
Alexey Denisov
2
-43
/
+43
2020-12-16
lan743x: fix rx_napi_poll/interrupt ping-pong
Sven Van Asbroeck
1
-20
/
+23
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2020-12-04
ethernet: select CONFIG_CRC32 as needed
Arnd Bergmann
1
-0
/
+1
2020-11-24
lan743x: replace polling loop by wait_event_timeout()
Sven Van Asbroeck
2
-16
/
+15
2020-11-24
lan743x: clean up software_isr function
Sven Van Asbroeck
1
-9
/
+4
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+7
2020-11-17
lan743x: replace devicetree phy parse code with library function
Sven Van Asbroeck
2
-28
/
+8
2020-11-14
lan743x: prevent entire kernel HANG on open, for some platforms
Sven Van Asbroeck
1
-1
/
+2
2020-11-14
lan743x: fix issue causing intermittent kernel log warnings
Sven Van Asbroeck
1
-5
/
+5
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-17
/
+10
2020-11-12
lan743x: fix use of uninitialized variable
Sven Van Asbroeck
1
-1
/
+1
2020-11-10
lan743x: fix "BUG: invalid wait context" when setting rx mode
Sven Van Asbroeck
2
-12
/
+3
2020-11-10
lan743x: correctly handle chips with internal PHY
Sven Van Asbroeck
1
-4
/
+6
2020-11-03
lan743x: fix for potential NULL pointer dereference with bare card
Sergej Bauer
1
-4
/
+5
2020-10-27
net: microchip: Remove unneeded variable ret
Xu Wang
1
-2
/
+1
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-1
/
+1
2020-09-25
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
1
-4
/
+2
2020-09-23
net: microchip: Make `lan743x_pm_suspend` function return right value
Zheng Yongjun
1
-4
/
+1
[next]