index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-15
sunhme: Uninitialized variable in happy_meal_init()
Dan Carpenter
1
-1
/
+1
2022-10-13
sunhme: fix an IS_ERR() vs NULL check in probe
Dan Carpenter
1
-2
/
+2
2022-09-28
net: sunhme: Fix undersized zeroing of quattro->happy_meals
Sean Anderson
1
-3
/
+1
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
5
-7
/
+5
2022-09-26
sunhme: Use vdbg for spam-y prints
Sean Anderson
1
-25
/
+4
2022-09-26
sunhme: Combine continued messages
Sean Anderson
1
-173
/
+105
2022-09-26
sunhme: Use (net)dev_foo wherever possible
Sean Anderson
1
-89
/
+85
2022-09-26
sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)
Sean Anderson
1
-74
/
+78
2022-09-26
sunhme: Clean up debug infrastructure
Sean Anderson
1
-40
/
+32
2022-09-26
sunhme: Convert FOO((...)) to FOO(...)
Sean Anderson
1
-136
/
+136
2022-09-26
sunhme: switch to devres
Rolf Eike Beer
1
-41
/
+14
2022-09-26
sunhme: Regularize probe errors
Sean Anderson
1
-8
/
+13
2022-09-26
sunhme: Return an ERR_PTR from quattro_pci_find
Sean Anderson
1
-22
/
+27
2022-09-26
sunhme: forward the error code from pci_enable_device()
Rolf Eike Beer
1
-3
/
+3
2022-09-26
sunhme: Remove version
Sean Anderson
1
-15
/
+2
2022-09-26
sunhme: remove unused tx_dump_ring()
Rolf Eike Beer
1
-16
/
+0
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-09-22
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Sean Anderson
1
-2
/
+2
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
8
-20
/
+20
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-31
/
+12
2022-07-13
net: sunhme: output link status with a single print.
Nick Bowler
1
-31
/
+12
2022-07-01
ethernet/sun: fix repeated words in comments
Jilin Yuan
4
-4
/
+4
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-3
/
+2
2022-05-18
eth: sun: cassini: remove dead code
Martin Liška
1
-2
/
+2
2022-05-16
niu: Silence randstruct warnings
Kees Cook
1
-10
/
+31
2022-05-05
net: ethernet: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-1
/
+0
2022-03-17
ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"
Colin Ian King
1
-1
/
+1
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+5
2022-03-09
net: ethernet: sun: use min_t() to make code cleaner
Changcheng Deng
1
-1
/
+1
2022-03-07
ethernet: sun: Free the coherent when failing in probing
Zheyu Ma
1
-1
/
+5
2022-03-04
net: ethernet: sun: Remove redundant code
Jiapeng Chong
1
-16
/
+0
2022-02-28
net: ethernet: sun: use time_is_before_jiffies() instead of open coding it
Wang Qing
1
-2
/
+3
2022-01-02
sun/cassini: Use dma_set_mask_and_coherent() and simplify code
Christophe JAILLET
1
-20
/
+6
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
1
-1
/
+3
2021-10-14
ethernet: replace netdev->dev_addr assignment loops
Jakub Kicinski
1
-3
/
+1
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2
-2
/
+2
2021-10-11
ethernet: sun: add missing semicolon, fix build
Stephen Rothwell
1
-1
/
+1
2021-10-09
ethernet: sun: remove direct netdev->dev_addr writes
Jakub Kicinski
5
-34
/
+48
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2
-2
/
+2
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
4
-8
/
+8
2021-09-28
net: sun: SUNVNET_COMMON should depend on INET
Randy Dunlap
1
-0
/
+1
2021-08-29
niu: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-11
/
+3
2021-08-23
net: sunhme: Remove unused macros
Christophe JAILLET
1
-24
/
+0
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
3
-3
/
+3
2021-07-23
NIU: fix incorrect error return, missed in previous revert
Paul Jakma
1
-1
/
+2
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+2
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+20
2021-05-21
Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...
Greg Kroah-Hartman
1
-12
/
+20
[next]