aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/cassini.c
AgeCommit message (Expand)Author
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-17cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2022-11-25cassini: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan
2022-11-25cassini: Use page_address() instead of kmap_atomic()Anirudh Venkataramanan
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-01ethernet/sun: fix repeated words in commentsJilin Yuan
2022-05-18eth: sun: cassini: remove dead codeMartin Liška
2022-03-09net: ethernet: sun: use min_t() to make code cleanerChangcheng Deng
2022-03-04net: ethernet: sun: Remove redundant codeJiapeng Chong
2022-02-28net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing
2022-01-02sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-19net: sun: remove leading spaces before tabsHui Tang
2021-03-10net: cassini: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-17net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07sun/cassini: mark cas_resume() as __maybe_unusedWei Yongjun
2020-07-06sun/cassini: use generic power managementVaibhav Gupta
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22net: sun: fix missing release regions in cas_init_one().Qiushi Wu
2020-05-05net: sun: cassini: Remove unused inline functionsYueHaibing
2020-04-20net: sun: Remove unneeded cast from memory allocationAishwarya Ramakrishnan
2020-03-04net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-02-06net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-22net: sun: cassini: Cleanup license conflictThomas Gleixner
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers: net: sun: cassini: use setup_timer() helper.Allen Pais
2017-03-08net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas
2014-12-05net: cassini: Deletion of an unnecessary check before the function call "vfree"Markus Elfring
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-05-09net: cassini: use nested lock annotationEmil Goode
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-10-22net: cassini: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-07-01cassini: Make missing firmware non-fatalBen Hutchings
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman