index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
/
niu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-20
net: ethernet: sun: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-04-07
niu: Fix missing unwind goto in niu_alloc_channels()
Harshit Mogalapalli
1
-1
/
+1
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
1
-1
/
+1
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-05-16
niu: Silence randstruct warnings
Kees Cook
1
-10
/
+31
2022-03-17
ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"
Colin Ian King
1
-1
/
+1
2021-10-09
ethernet: sun: remove direct netdev->dev_addr writes
Jakub Kicinski
1
-18
/
+24
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
-2
/
+2
2021-08-29
niu: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-11
/
+3
2021-08-02
niu: read property length only if we use it
Martin Kaiser
1
-3
/
+3
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-23
NIU: fix incorrect error return, missed in previous revert
Paul Jakma
1
-1
/
+2
2021-05-13
ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()
Du Cheng
1
-10
/
+24
2021-05-13
Revert "niu: fix missing checks of niu_pci_eeprom_read"
Greg Kroah-Hartman
1
-8
/
+2
2021-03-05
sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
Denis Efremov
1
-2
/
+0
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-10
/
+7
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-3
/
+3
2020-07-07
sun/niu: add __maybe_unused attribute to PM functions
Vaibhav Gupta
1
-2
/
+2
2020-07-06
sun/niu: use generic power management
Vaibhav Gupta
1
-10
/
+7
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-04
net: ethernet: sun: remove redundant assignment to variable err
Colin Ian King
1
-2
/
+0
2019-03-08
net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...
Nathan Chancellor
1
-0
/
+1
2018-12-27
niu: fix missing checks of niu_pci_eeprom_read
Kangjie Lu
1
-2
/
+8
2018-07-05
net: ethernet: sun: remove redundant variables adv and lpa and mii_reads
Colin Ian King
1
-16
/
+0
2018-05-04
net: ethernet: sun: niu set correct packet size in skb
Rob Taglang
1
-3
/
+2
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-5
/
+5
2018-02-07
sun: Add SPDX license tags to Sun network drivers
Shannon Nelson
1
-0
/
+1
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-8
/
+4
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-2
/
+2
2017-10-18
net: ethernet: sun: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+4
2017-09-21
drivers : net: niu: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-07-24
net: Convert to using %pOF instead of full_name
Rob Herring
1
-13
/
+11
2017-07-14
net: niu: fix format string overflow warning:
Arnd Bergmann
1
-2
/
+2
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-03-08
net: sun: niu: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-17
/
+20
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2016-10-18
ethernet/sun: use core min/max MTU checking
Jarod Wilson
1
-3
/
+4
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-03-17
mm: introduce page reference manipulation functions
Joonsoo Kim
1
-1
/
+1
2015-07-26
niu: don't count tx error twice in case of headroom realloc fails
Jiri Pirko
1
-3
/
+1
2015-02-28
niu: fix error handling in niu_class_to_ethflow()
Dan Carpenter
1
-4
/
+2
2015-01-17
niu: remove one compound_head() call
Eric Dumazet
1
-2
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
[next]