index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
/
sunhme.c
Age
Commit message (
Expand
)
Author
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
2023-04-06
net: sunhme: move asm includes to below linux includes
Simon Horman
2023-03-27
net: sunhme: Consolidate common probe tasks
Sean Anderson
2023-03-27
net: sunhme: Inline error returns
Sean Anderson
2023-03-27
net: sunhme: Clean up mac address init
Sean Anderson
2023-03-27
net: sunhme: Consolidate mac address initialization
Sean Anderson
2023-03-27
net: sunhme: Switch SBUS to devres
Sean Anderson
2023-03-27
net: sunhme: Alphabetize includes
Sean Anderson
2023-03-27
net: sunhme: Unify IRQ requesting
Sean Anderson
2023-03-27
net: sunhme: Remove residual polling code
Sean Anderson
2023-03-27
net: sunhme: Just restart autonegotiation if we can't bring the link up
Sean Anderson
2023-03-27
net: sunhme: Fix uninitialized return code
Sean Anderson
2023-02-23
net: sunhme: Fix region request
Sean Anderson
2022-10-15
sunhme: Uninitialized variable in happy_meal_init()
Dan Carpenter
2022-10-13
sunhme: fix an IS_ERR() vs NULL check in probe
Dan Carpenter
2022-09-28
net: sunhme: Fix undersized zeroing of quattro->happy_meals
Sean Anderson
2022-09-26
sunhme: Use vdbg for spam-y prints
Sean Anderson
2022-09-26
sunhme: Combine continued messages
Sean Anderson
2022-09-26
sunhme: Use (net)dev_foo wherever possible
Sean Anderson
2022-09-26
sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)
Sean Anderson
2022-09-26
sunhme: Clean up debug infrastructure
Sean Anderson
2022-09-26
sunhme: Convert FOO((...)) to FOO(...)
Sean Anderson
2022-09-26
sunhme: switch to devres
Rolf Eike Beer
2022-09-26
sunhme: Regularize probe errors
Sean Anderson
2022-09-26
sunhme: Return an ERR_PTR from quattro_pci_find
Sean Anderson
2022-09-26
sunhme: forward the error code from pci_enable_device()
Rolf Eike Beer
2022-09-26
sunhme: Remove version
Sean Anderson
2022-09-26
sunhme: remove unused tx_dump_ring()
Rolf Eike Beer
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Sean Anderson
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-13
net: sunhme: output link status with a single print.
Nick Bowler
2022-03-07
ethernet: sun: Free the coherent when failing in probing
Zheyu Ma
2021-10-09
ethernet: sun: remove direct netdev->dev_addr writes
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-08-23
net: sunhme: Remove unused macros
Christophe JAILLET
2021-05-19
net: sun: remove leading spaces before tabs
Hui Tang
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-02-06
net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2018-12-05
net: Use of_node_name_eq for node name comparisons
Rob Herring
2018-08-29
net: ethernet: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-02-07
sun: Add SPDX license tags to Sun network drivers
Shannon Nelson
2017-10-18
net: ethernet: sun: Convert timers to use timer_setup()
Kees Cook
2017-04-30
net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"
Colin Ian King
2017-04-07
net: sunhme: Use net_device_stats from struct net_device
Tobias Klauser
2017-03-08
net: sun: sunhme: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2015-04-08
sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmb
Alexander Duyck
[next]