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
/
cassini.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-1
/
+1
*
Revert "net: mirror skb frag ref/unref helpers"
Mina Almasry
2024-05-04
1
-2
/
+2
*
net: mirror skb frag ref/unref helpers
Mina Almasry
2024-04-12
1
-2
/
+2
*
net: move skb ref helpers to new header
Mina Almasry
2024-04-12
1
-0
/
+1
*
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia Ziemiańska
2024-03-06
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-18
1
-0
/
+2
|
\
|
*
cassini: Fix a memory leak in the error handling path of cas_init_one()
Christophe JAILLET
2023-05-17
1
-0
/
+2
*
|
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
2023-05-13
1
-6
/
+2
|
/
*
cassini: Use memcpy_from_page() instead of k[un]map_atomic()
Anirudh Venkataramanan
2022-11-25
1
-10
/
+4
*
cassini: Use page_address() instead of kmap_atomic()
Anirudh Venkataramanan
2022-11-25
1
-23
/
+11
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-1
/
+1
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-3
/
+3
*
ethernet/sun: fix repeated words in comments
Jilin Yuan
2022-07-02
1
-1
/
+1
*
eth: sun: cassini: remove dead code
Martin Liška
2022-05-18
1
-2
/
+2
*
net: ethernet: sun: use min_t() to make code cleaner
Changcheng Deng
2022-03-09
1
-1
/
+1
*
net: ethernet: sun: Remove redundant code
Jiapeng Chong
2022-03-04
1
-16
/
+0
*
net: ethernet: sun: use time_is_before_jiffies() instead of open coding it
Wang Qing
2022-02-28
1
-2
/
+3
*
sun/cassini: Use dma_set_mask_and_coherent() and simplify code
Christophe JAILLET
2022-01-02
1
-20
/
+6
*
ethernet: sun: remove direct netdev->dev_addr writes
Jakub Kicinski
2021-10-09
1
-3
/
+4
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
net: sun: remove leading spaces before tabs
Hui Tang
2021-05-19
1
-1
/
+1
*
net: cassini: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-10
1
-0
/
+1
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
1
-2
/
+2
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-06
1
-60
/
+61
|
\
|
*
net: sun: cassini: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-07-17
1
-50
/
+54
|
*
sun/cassini: mark cas_resume() as __maybe_unused
Wei Yongjun
2020-07-07
1
-1
/
+1
|
*
sun/cassini: use generic power management
Vaibhav Gupta
2020-07-06
1
-10
/
+7
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-24
1
-2
/
+1
|
\
|
*
net: sun: fix missing release regions in cas_init_one().
Qiushi Wu
2020-05-23
1
-2
/
+1
*
|
net: sun: cassini: Remove unused inline functions
YueHaibing
2020-05-05
1
-12
/
+0
*
|
net: sun: Remove unneeded cast from memory allocation
Aishwarya Ramakrishnan
2020-04-20
1
-1
/
+1
|
/
*
net: sun: use pci_status_get_and_clear_errors
Heiner Kallweit
2020-03-04
1
-18
/
+10
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-4
/
+4
*
net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2019-02-07
1
-1
/
+1
*
net: sun: cassini: Cleanup license conflict
Thomas Gleixner
2019-01-22
1
-14
/
+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
-3
/
+4
*
drivers: net: sun: cassini: use setup_timer() helper.
Allen Pais
2017-09-21
1
-4
/
+1
*
net: sun: cassini: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-09
1
-46
/
+52
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
ethernet/sun: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-3
/
+4
*
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-3
/
+0
*
PCI: Remove unused pci_dma_burst_advice()
Bjorn Helgaas
2015-06-08
1
-1
/
+0
*
net: cassini: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
2014-12-06
1
-2
/
+1
*
drivers/net: Convert remaining uses of pr_warning to pr_warn
Joe Perches
2014-09-10
1
-1
/
+1
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
net: cassini: use nested lock annotation
Emil Goode
2014-05-09
1
-1
/
+1
[next]