index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"
Colin Ian King
2022-03-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-11
1
-1
/
+5
|
\
|
*
ethernet: sun: Free the coherent when failing in probing
Zheyu Ma
2022-03-07
1
-1
/
+5
*
|
net: ethernet: sun: use min_t() to make code cleaner
Changcheng Deng
2022-03-09
1
-1
/
+1
*
|
net: ethernet: sun: Remove redundant code
Jiapeng Chong
2022-03-04
1
-16
/
+0
*
|
net: ethernet: sun: use time_is_before_jiffies() instead of open coding it
Wang Qing
2022-02-28
1
-2
/
+3
|
/
*
sun/cassini: Use dma_set_mask_and_coherent() and simplify code
Christophe JAILLET
2022-01-02
1
-20
/
+6
*
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
2021-10-18
1
-1
/
+3
*
ethernet: replace netdev->dev_addr assignment loops
Jakub Kicinski
2021-10-14
1
-3
/
+1
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
2
-2
/
+2
*
ethernet: sun: add missing semicolon, fix build
Stephen Rothwell
2021-10-11
1
-1
/
+1
*
ethernet: sun: remove direct netdev->dev_addr writes
Jakub Kicinski
2021-10-09
5
-34
/
+48
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
2
-2
/
+2
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
4
-8
/
+8
*
net: sun: SUNVNET_COMMON should depend on INET
Randy Dunlap
2021-09-28
1
-0
/
+1
*
niu: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-29
1
-11
/
+3
*
net: sunhme: Remove unused macros
Christophe JAILLET
2021-08-23
1
-24
/
+0
*
niu: read property length only if we use it
Martin Kaiser
2021-08-02
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-1
/
+2
|
\
|
*
NIU: fix incorrect error return, missed in previous revert
Paul Jakma
2021-07-23
1
-1
/
+2
*
|
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
3
-3
/
+3
|
/
*
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
2
-5
/
+2
|
\
|
*
Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...
Greg Kroah-Hartman
2021-05-21
1
-12
/
+20
|
|
\
|
*
|
sparc/vio: make remove callback return void
Uwe Kleine-König
2021-05-14
2
-5
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
1
-12
/
+20
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()
Du Cheng
2021-05-13
1
-10
/
+24
|
*
|
Revert "niu: fix missing checks of niu_pci_eeprom_read"
Greg Kroah-Hartman
2021-05-13
1
-8
/
+2
|
|
/
*
/
net: sun: remove leading spaces before tabs
Hui Tang
2021-05-19
3
-14
/
+14
|
/
*
Fix a typo
Bhaskar Chowdhury
2021-03-19
1
-2
/
+2
*
net: cassini: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-10
1
-0
/
+1
*
sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
Denis Efremov
2021-03-05
1
-2
/
+0
*
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-10-16
3
-14
/
+13
|
\
|
*
net: sunbmac: Replace in_interrupt() usage
Sebastian Andrzej Siewior
2020-09-29
1
-9
/
+9
|
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
1
-2
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
3
-4
/
+4
|
|
\
|
*
|
net: sungem: Remove unneeded cast from memory allocation
YueHaibing
2020-09-01
1
-3
/
+2
*
|
|
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-10-13
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
skb_copy_and_csum_bits(): don't bother with the last argument
Al Viro
2020-08-20
1
-1
/
+1
|
|
/
*
/
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
3
-4
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-06
3
-129
/
+138
|
\
|
*
net: sungem: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-07-17
1
-26
/
+27
|
*
net: sun: cassini: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-07-17
1
-50
/
+54
|
*
sun/cassini: mark cas_resume() as __maybe_unused
Wei Yongjun
2020-07-07
1
-1
/
+1
|
*
sun/niu: add __maybe_unused attribute to PM functions
Vaibhav Gupta
2020-07-07
1
-2
/
+2
|
*
sun/cassini: use generic power management
Vaibhav Gupta
2020-07-06
1
-10
/
+7
|
*
sun/niu: use generic power management
Vaibhav Gupta
2020-07-06
1
-10
/
+7
|
*
sun/sungem: use generic power management
Vaibhav Gupta
2020-07-06
1
-33
/
+43
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
2
-4
/
+4
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-9
/
+9
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
2
-2
/
+2
[next]