index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
8390
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-09
ethernet: 8390: remove direct netdev->dev_addr writes
Jakub Kicinski
8
-22
/
+31
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+3
2021-09-08
ne2000: fix unused function warning
Arnd Bergmann
1
-15
/
+7
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2021-08-03
ethernet: isa: convert to module_init/module_exit
Arnd Bergmann
3
-9
/
+10
2021-08-03
make legacy ISA probe optional
Arnd Bergmann
2
-0
/
+5
2021-08-03
xsurf100: drop include of lib8390.c
Michael Schmitz
1
-7
/
+2
2021-08-03
ax88796: export ax_NS8390_init() hook
Michael Schmitz
1
-0
/
+7
2021-08-03
m68k: remove legacy probing
Arnd Bergmann
1
-9
/
+2
2021-07-28
nubus: Make struct nubus_driver::remove return void
Uwe Kleine-König
1
-2
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
3
-3
/
+3
2021-05-19
net: 8390: remove leading spaces before tabs
Hui Tang
4
-12
/
+12
2020-11-01
ne2k: Fix Typo in RW-Bugfix
Armin Wolf
2
-2
/
+2
2020-10-30
net/mac8390: discard unnecessary breaks
Zhang Qilong
1
-7
/
+0
2020-10-02
lib8390: Use netif_msg_init to initialize msg_enable bits
Armin Wolf
1
-6
/
+8
2020-09-30
lib8390: Replace panic() call with BUILD_BUG_ON
Armin Wolf
1
-2
/
+2
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+2
2020-08-25
8390: Avoid comma separated statements
Joe Perches
3
-13
/
+24
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-08-15
net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'
Lee Jones
1
-0
/
+1
2020-07-18
ne2k-pci: Use netif_msg_init to initialize msg_enable bits
Armin Wolf
1
-3
/
+6
2020-07-01
ne2k-pci: use generic power management
Vaibhav Gupta
1
-23
/
+6
2020-06-29
8390: Fix coding-style issues
Armin Wolf
1
-25
/
+36
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-16
/
+16
2020-05-27
ne2k-pci: Fix various coding-style issues and improve printk() usage
Armin Wolf
1
-163
/
+182
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
5
-9
/
+9
2019-08-01
net: 8390: Fix manufacturer name in Kconfig help text
Geert Uytterhoeven
1
-2
/
+2
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-8
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2
-8
/
+2
2019-06-09
net: phy: rename Asix Electronics PHY driver
Michael Schmitz
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2
-0
/
+2
2019-03-19
mac8390: Fix mmio access size probe
Finn Thain
1
-7
/
+12
2019-03-13
net: 8390: fix potential NULL pointer dereferences
Kangjie Lu
1
-0
/
+10
2018-09-13
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-3
/
+1
2018-08-30
8390/etherh: convert to ethtool_{get, set}_link_ksettings
Michal Kubecek
1
-16
/
+19
2018-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+1
2018-08-08
8390: axnet_cs: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-29
net: mac8390: Use standard memcpy_{from,to}io()
Geert Uytterhoeven
1
-10
/
+10
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2018-05-16
net: 8390: ne: Fix accidentally removed RBTX4927 support
Geert Uytterhoeven
1
-1
/
+3
2018-04-19
net-next: New ax88796 platform driver for Amiga X-Surf 100 Zorro board (m68k)
Michael Karcher
3
-2
/
+398
2018-04-19
net-next: ax88796: release platform device drvdata on probe error and module ...
Michael Schmitz
1
-0
/
+2
2018-04-19
net-next: ax88796: set IRQF_SHARED flag when IRQ resource is marked as shareable
Michael Karcher
1
-0
/
+3
2018-04-19
net-next: ax88796: add interrupt status callback to platform data
Michael Karcher
1
-2
/
+21
2018-04-19
net-next: ax88796: Add block_input/output hooks to ax_plat_data
Michael Karcher
1
-2
/
+8
2018-04-19
net-next: ax88796: Do not free IRQ in ax_remove() (already freed in ax_close()).
Michael Karcher
1
-1
/
+0
2018-04-19
net-next: ax88796: Attach MII bus only when open
Michael Karcher
1
-88
/
+95
2018-04-19
net-next: ax88796: Fix MAC address reading
Michael Karcher
1
-0
/
+6
[next]