summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/cassini.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/sun: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-2/+2
|\
| * net: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-081-1/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-1/+0
|/
* Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones2011-11-141-4/+3
* net: add skb frag size accessorsEric Dumazet2011-10-191-4/+4
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-2/+1
* cassini: convert to SKB paged frag API.Ian Campbell2011-08-301-8/+7