index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
cassini: Fix a memory leak in the error handling path of cas_init_one()
Christophe JAILLET
1
-0
/
+2
2023-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-04-07
niu: Fix missing unwind goto in niu_alloc_channels()
Harshit Mogalapalli
1
-1
/
+1
2023-04-07
net: sunhme: move asm includes to below linux includes
Simon Horman
1
-3
/
+4
2023-03-27
net: sunhme: Consolidate common probe tasks
Sean Anderson
1
-93
/
+64
2023-03-27
net: sunhme: Inline error returns
Sean Anderson
1
-12
/
+6
2023-03-27
net: sunhme: Clean up mac address init
Sean Anderson
1
-5
/
+4
2023-03-27
net: sunhme: Consolidate mac address initialization
Sean Anderson
1
-148
/
+134
2023-03-27
net: sunhme: Switch SBUS to devres
Sean Anderson
1
-83
/
+35
2023-03-27
net: sunhme: Alphabetize includes
Sean Anderson
1
-30
/
+25
2023-03-27
net: sunhme: Unify IRQ requesting
Sean Anderson
1
-121
/
+10
2023-03-27
net: sunhme: Remove residual polling code
Sean Anderson
2
-122
/
+18
2023-03-27
net: sunhme: Just restart autonegotiation if we can't bring the link up
Sean Anderson
1
-126
/
+119
2023-03-27
net: sunhme: Fix uninitialized return code
Sean Anderson
1
-1
/
+1
2023-03-17
ethernet: sun: add check for the mdesc_grab()
Liang He
2
-0
/
+6
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
1
-1
/
+1
2023-02-23
net: sunhme: Fix region request
Sean Anderson
1
-2
/
+4
2022-12-26
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-1
/
+1
2022-11-25
sunvnet: Use kmap_local_page() instead of kmap_atomic()
Anirudh Venkataramanan
1
-2
/
+2
2022-11-25
cassini: Use memcpy_from_page() instead of k[un]map_atomic()
Anirudh Venkataramanan
1
-10
/
+4
2022-11-25
cassini: Use page_address() instead of kmap_atomic()
Anirudh Venkataramanan
1
-23
/
+11
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-29
net: sunhme: Fix undersized zeroing of quattro->happy_meals
Sean Anderson
1
-3
/
+1
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
5
-7
/
+5
2022-09-27
sunhme: Use vdbg for spam-y prints
Sean Anderson
1
-25
/
+4
2022-09-27
sunhme: Combine continued messages
Sean Anderson
1
-173
/
+105
2022-09-27
sunhme: Use (net)dev_foo wherever possible
Sean Anderson
1
-89
/
+85
2022-09-27
sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)
Sean Anderson
1
-74
/
+78
2022-09-27
sunhme: Clean up debug infrastructure
Sean Anderson
1
-40
/
+32
2022-09-27
sunhme: Convert FOO((...)) to FOO(...)
Sean Anderson
1
-136
/
+136
2022-09-27
sunhme: switch to devres
Rolf Eike Beer
1
-41
/
+14
2022-09-27
sunhme: Regularize probe errors
Sean Anderson
1
-8
/
+13
2022-09-27
sunhme: Return an ERR_PTR from quattro_pci_find
Sean Anderson
1
-22
/
+27
2022-09-27
sunhme: forward the error code from pci_enable_device()
Rolf Eike Beer
1
-3
/
+3
2022-09-27
sunhme: Remove version
Sean Anderson
1
-15
/
+2
2022-09-27
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-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
8
-20
/
+20
2022-07-15
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-02
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-17
niu: Silence randstruct warnings
Kees Cook
1
-10
/
+31
2022-05-06
net: ethernet: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-1
/
+0
2022-03-18
ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"
Colin Ian King
1
-1
/
+1
2022-03-11
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
[next]