summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun/cassini.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-05-17cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET1-0/+2
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-6/+2
2022-11-25cassini: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan1-10/+4
2022-11-25cassini: Use page_address() instead of kmap_atomic()Anirudh Venkataramanan1-23/+11
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-01ethernet/sun: fix repeated words in commentsJilin Yuan1-1/+1
2022-05-18eth: sun: cassini: remove dead codeMartin Liška1-2/+2
2022-03-09net: ethernet: sun: use min_t() to make code cleanerChangcheng Deng1-1/+1
2022-03-04net: ethernet: sun: Remove redundant codeJiapeng Chong1-16/+0
2022-02-28net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing1-2/+3
2022-01-02sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-20/+6
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski1-3/+4
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-19net: sun: remove leading spaces before tabsHui Tang1-1/+1
2021-03-10net: cassini: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-60/+61
2020-07-17net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-50/+54
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-07sun/cassini: mark cas_resume() as __maybe_unusedWei Yongjun1-1/+1
2020-07-06sun/cassini: use generic power managementVaibhav Gupta1-10/+7
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-05-22net: sun: fix missing release regions in cas_init_one().Qiushi Wu1-2/+1
2020-05-05net: sun: cassini: Remove unused inline functionsYueHaibing1-12/+0
2020-04-20net: sun: Remove unneeded cast from memory allocationAishwarya Ramakrishnan1-1/+1
2020-03-04net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit1-18/+10
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-4/+4
2019-02-06net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-01-22net: sun: cassini: Cleanup license conflictThomas Gleixner1-14/+1
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson1-0/+1
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook1-3/+4
2017-09-21drivers: net: sun: cassini: use setup_timer() helper.Allen Pais1-4/+1
2017-03-08net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-46/+52
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson1-3/+4
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas1-1/+0
2014-12-05net: cassini: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-09net: cassini: use nested lock annotationEmil Goode1-1/+1
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-10-22net: cassini: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-07-01cassini: Make missing firmware non-fatalBen Hutchings1-10/+8