index
:
linux/linux-stable.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
/
niu.c
Age
Commit message (
Expand
)
Author
6 days
net: Fix typos
Bjorn Helgaas
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-07-02
nui: Fix dma_mapping_error() check
Thomas Fourier
2025-06-18
eth: niu: migrate to new RXFH callbacks
Jakub Kicinski
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-15
net/niu: Niu requires MSIX ENTRY_DATA fields touch before entry reads
Jonathan Currier
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-01-27
eth: niu: fix calling napi_enable() in atomic context
Jakub Kicinski
2024-12-17
niu: Use page->private instead of page->index
Matthew Wilcox (Oracle)
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia Ziemiańska
2023-09-20
net: ethernet: sun: Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
2023-04-07
niu: Fix missing unwind goto in niu_alloc_channels()
Harshit Mogalapalli
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-05-16
niu: Silence randstruct warnings
Kees Cook
2022-03-17
ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"
Colin Ian King
2021-10-09
ethernet: sun: remove direct netdev->dev_addr writes
Jakub Kicinski
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-08-29
niu: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-02
niu: read property length only if we use it
Martin Kaiser
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-23
NIU: fix incorrect error return, missed in previous revert
Paul Jakma
2021-05-13
ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()
Du Cheng
2021-05-13
Revert "niu: fix missing checks of niu_pci_eeprom_read"
Greg Kroah-Hartman
2021-03-05
sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
Denis Efremov
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-07
sun/niu: add __maybe_unused attribute to PM functions
Vaibhav Gupta
2020-07-06
sun/niu: use generic power management
Vaibhav Gupta
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-04
net: ethernet: sun: remove redundant assignment to variable err
Colin Ian King
2019-03-08
net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...
Nathan Chancellor
2018-12-27
niu: fix missing checks of niu_pci_eeprom_read
Kangjie Lu
2018-07-05
net: ethernet: sun: remove redundant variables adv and lpa and mii_reads
Colin Ian King
2018-05-04
net: ethernet: sun: niu set correct packet size in skb
Rob Taglang
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
2018-02-07
sun: Add SPDX license tags to Sun network drivers
Shannon Nelson
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-18
net: ethernet: sun: Convert timers to use timer_setup()
Kees Cook
2017-09-21
drivers : net: niu: use setup_timer() helper.
Allen Pais
2017-07-24
net: Convert to using %pOF instead of full_name
Rob Herring
[next]