index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
Age
Commit message (
Expand
)
Author
Lines
2022-09-22
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Sean Anderson
-2
/
+2
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-31
/
+12
2022-07-13
net: sunhme: output link status with a single print.
Nick Bowler
-31
/
+12
2022-07-01
ethernet/sun: fix repeated words in comments
Jilin Yuan
-4
/
+4
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-3
/
+2
2022-05-18
eth: sun: cassini: remove dead code
Martin Liška
-2
/
+2
2022-05-16
niu: Silence randstruct warnings
Kees Cook
-10
/
+31
2022-05-05
net: ethernet: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
-1
/
+0
2022-03-17
ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"
Colin Ian King
-1
/
+1
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+5
2022-03-09
net: ethernet: sun: use min_t() to make code cleaner
Changcheng Deng
-1
/
+1
2022-03-07
ethernet: sun: Free the coherent when failing in probing
Zheyu Ma
-1
/
+5
2022-03-04
net: ethernet: sun: Remove redundant code
Jiapeng Chong
-16
/
+0
2022-02-28
net: ethernet: sun: use time_is_before_jiffies() instead of open coding it
Wang Qing
-2
/
+3
2022-01-02
sun/cassini: Use dma_set_mask_and_coherent() and simplify code
Christophe JAILLET
-20
/
+6
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
-1
/
+3
2021-10-14
ethernet: replace netdev->dev_addr assignment loops
Jakub Kicinski
-3
/
+1
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
-2
/
+2
2021-10-11
ethernet: sun: add missing semicolon, fix build
Stephen Rothwell
-1
/
+1
2021-10-09
ethernet: sun: remove direct netdev->dev_addr writes
Jakub Kicinski
-34
/
+48
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
-2
/
+2
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
-8
/
+8
2021-09-28
net: sun: SUNVNET_COMMON should depend on INET
Randy Dunlap
-0
/
+1
2021-08-29
niu: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-11
/
+3
2021-08-23
net: sunhme: Remove unused macros
Christophe JAILLET
-24
/
+0
2021-08-02
niu: read property length only if we use it
Martin Kaiser
-3
/
+3
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
-3
/
+3
2021-07-23
NIU: fix incorrect error return, missed in previous revert
Paul Jakma
-1
/
+2
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-5
/
+2
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-12
/
+20
2021-05-21
Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...
Greg Kroah-Hartman
-12
/
+20
2021-05-19
net: sun: remove leading spaces before tabs
Hui Tang
-14
/
+14
2021-05-14
sparc/vio: make remove callback return void
Uwe Kleine-König
-5
/
+2
2021-05-13
ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()
Du Cheng
-10
/
+24
2021-05-13
Revert "niu: fix missing checks of niu_pci_eeprom_read"
Greg Kroah-Hartman
-8
/
+2
2021-03-18
Fix a typo
Bhaskar Chowdhury
-2
/
+2
2021-03-10
net: cassini: Fix fall-through warnings for Clang
Gustavo A. R. Silva
-0
/
+1
2021-03-05
sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
Denis Efremov
-2
/
+0
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-14
/
+13
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2020-09-29
net: sunbmac: Replace in_interrupt() usage
Sebastian Andrzej Siewior
-9
/
+9
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
-2
/
+2
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+4
2020-09-01
net: sungem: Remove unneeded cast from memory allocation
YueHaibing
-3
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-4
/
+4
2020-08-20
skb_copy_and_csum_bits(): don't bother with the last argument
Al Viro
-1
/
+1
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-129
/
+138
2020-07-17
net: sungem: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-26
/
+27
2020-07-17
net: sun: cassini: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-50
/
+54
[next]