summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/cassini.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-0/+2
|\
| * cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET2023-05-171-0/+2
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-6/+2
|/
* cassini: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan2022-11-251-10/+4
* cassini: Use page_address() instead of kmap_atomic()Anirudh Venkataramanan2022-11-251-23/+11
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* ethernet/sun: fix repeated words in commentsJilin Yuan2022-07-011-1/+1
* eth: sun: cassini: remove dead codeMartin Liška2022-05-181-2/+2
* net: ethernet: sun: use min_t() to make code cleanerChangcheng Deng2022-03-091-1/+1
* net: ethernet: sun: Remove redundant codeJiapeng Chong2022-03-041-16/+0
* net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-2/+3
* sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-20/+6
* ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski2021-10-091-3/+4
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: sun: remove leading spaces before tabsHui Tang2021-05-191-1/+1
* net: cassini: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-60/+61
|\
| * net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-171-50/+54
| * sun/cassini: mark cas_resume() as __maybe_unusedWei Yongjun2020-07-071-1/+1
| * sun/cassini: use generic power managementVaibhav Gupta2020-07-061-10/+7
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+1
|\
| * net: sun: fix missing release regions in cas_init_one().Qiushi Wu2020-05-221-2/+1
* | net: sun: cassini: Remove unused inline functionsYueHaibing2020-05-051-12/+0
* | net: sun: Remove unneeded cast from memory allocationAishwarya Ramakrishnan2020-04-201-1/+1
|/
* net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit2020-03-041-18/+10
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-4/+4
* net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-061-1/+1
* net: sun: cassini: Cleanup license conflictThomas Gleixner2019-01-221-14/+1
* sun: Add SPDX license tags to Sun network driversShannon Nelson2018-02-071-0/+1
* net: ethernet: sun: Convert timers to use timer_setup()Kees Cook2017-10-181-3/+4
* drivers: net: sun: cassini: use setup_timer() helper.Allen Pais2017-09-211-4/+1
* net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-46/+52
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ethernet/sun: use core min/max MTU checkingJarod Wilson2016-10-181-3/+4
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0
* PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-1/+0
* net: cassini: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-12-051-2/+1
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: cassini: use nested lock annotationEmil Goode2014-05-091-1/+1
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+1
* net: cassini: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-2/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* cassini: Make missing firmware non-fatalBen Hutchings2013-07-011-10/+8
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1