summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/cassini.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2024-05-041-2/+2
* net: mirror skb frag ref/unref helpersMina Almasry2024-04-121-2/+2
* net: move skb ref helpers to new headerMina Almasry2024-04-121-0/+1
* Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* 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-291-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-021-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-261-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-061-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-231-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-131-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-071-1/+1
* net: sun: cassini: Cleanup license conflictThomas Gleixner2019-01-221-14/+1
* sun: Add SPDX license tags to Sun network driversShannon Nelson2018-02-081-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-091-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-061-2/+1
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-101-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