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
/
sunhme.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
2024-03-06
1
-1
/
+1
*
net: Explicitly include correct DT includes
Rob Herring
2023-07-28
1
-1
/
+2
*
net: sunhme: move asm includes to below linux includes
Simon Horman
2023-04-07
1
-3
/
+4
*
net: sunhme: Consolidate common probe tasks
Sean Anderson
2023-03-27
1
-93
/
+64
*
net: sunhme: Inline error returns
Sean Anderson
2023-03-27
1
-12
/
+6
*
net: sunhme: Clean up mac address init
Sean Anderson
2023-03-27
1
-5
/
+4
*
net: sunhme: Consolidate mac address initialization
Sean Anderson
2023-03-27
1
-148
/
+134
*
net: sunhme: Switch SBUS to devres
Sean Anderson
2023-03-27
1
-83
/
+35
*
net: sunhme: Alphabetize includes
Sean Anderson
2023-03-27
1
-30
/
+25
*
net: sunhme: Unify IRQ requesting
Sean Anderson
2023-03-27
1
-121
/
+10
*
net: sunhme: Remove residual polling code
Sean Anderson
2023-03-27
1
-118
/
+16
*
net: sunhme: Just restart autonegotiation if we can't bring the link up
Sean Anderson
2023-03-27
1
-126
/
+119
*
net: sunhme: Fix uninitialized return code
Sean Anderson
2023-03-27
1
-1
/
+1
*
net: sunhme: Fix region request
Sean Anderson
2023-02-23
1
-2
/
+4
*
sunhme: Uninitialized variable in happy_meal_init()
Dan Carpenter
2022-10-15
1
-1
/
+1
*
sunhme: fix an IS_ERR() vs NULL check in probe
Dan Carpenter
2022-10-13
1
-2
/
+2
*
net: sunhme: Fix undersized zeroing of quattro->happy_meals
Sean Anderson
2022-09-29
1
-3
/
+1
*
sunhme: Use vdbg for spam-y prints
Sean Anderson
2022-09-27
1
-25
/
+4
*
sunhme: Combine continued messages
Sean Anderson
2022-09-27
1
-173
/
+105
*
sunhme: Use (net)dev_foo wherever possible
Sean Anderson
2022-09-27
1
-89
/
+85
*
sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)
Sean Anderson
2022-09-27
1
-74
/
+78
*
sunhme: Clean up debug infrastructure
Sean Anderson
2022-09-27
1
-40
/
+32
*
sunhme: Convert FOO((...)) to FOO(...)
Sean Anderson
2022-09-27
1
-136
/
+136
*
sunhme: switch to devres
Rolf Eike Beer
2022-09-27
1
-41
/
+14
*
sunhme: Regularize probe errors
Sean Anderson
2022-09-27
1
-8
/
+13
*
sunhme: Return an ERR_PTR from quattro_pci_find
Sean Anderson
2022-09-27
1
-22
/
+27
*
sunhme: forward the error code from pci_enable_device()
Rolf Eike Beer
2022-09-27
1
-3
/
+3
*
sunhme: Remove version
Sean Anderson
2022-09-27
1
-15
/
+2
*
sunhme: remove unused tx_dump_ring()
Rolf Eike Beer
2022-09-27
1
-16
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
1
-2
/
+2
|
\
|
*
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Sean Anderson
2022-09-22
1
-2
/
+2
*
|
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-3
/
+3
|
/
*
net: sunhme: output link status with a single print.
Nick Bowler
2022-07-13
1
-31
/
+12
*
ethernet: sun: Free the coherent when failing in probing
Zheyu Ma
2022-03-07
1
-1
/
+5
*
ethernet: sun: remove direct netdev->dev_addr writes
Jakub Kicinski
2021-10-09
1
-4
/
+11
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-4
/
+4
*
net: sunhme: Remove unused macros
Christophe JAILLET
2021-08-23
1
-24
/
+0
*
net: sun: remove leading spaces before tabs
Hui Tang
2021-05-19
1
-3
/
+3
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2019-02-07
1
-1
/
+1
*
net: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-06
1
-1
/
+1
*
net: ethernet: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-08-30
1
-1
/
+1
*
sun: Add SPDX license tags to Sun network drivers
Shannon Nelson
2018-02-08
1
-0
/
+1
*
net: ethernet: sun: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-6
/
+4
*
net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"
Colin Ian King
2017-05-01
1
-1
/
+1
*
net: sunhme: Use net_device_stats from struct net_device
Tobias Klauser
2017-04-07
1
-11
/
+11
*
net: sun: sunhme: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-09
1
-28
/
+34
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-10-13
1
-1
/
+0
[next]