summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/sungem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-051-1/+0
* ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski2021-10-091-4/+7
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: sun: remove leading spaces before tabsHui Tang2021-05-191-10/+10
* Fix a typoBhaskar Chowdhury2021-03-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | net: sungem: Remove unneeded cast from memory allocationYueHaibing2020-09-011-3/+2
|/
* net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-171-26/+27
* sun/sungem: use generic power managementVaibhav Gupta2020-07-061-33/+43
* net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit2020-03-041-21/+9
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: sungem: fix indentation, remove a tabColin Ian King2019-01-161-1/+1
* net: sungem: fix rx checksum supportEric Dumazet2018-06-201-10/+12
* 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/+3
* drivers: net: sun: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* net: sun: sungem: rix a possible null dereferencePhilippe Reynes2017-03-211-2/+3
* net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-41/+57
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* 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-5/+6
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
* sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmbAlexander Duyck2015-04-081-7/+7
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-2/+2
* sungem: Fix global namespace pollution of phy accessors.David S. Miller2014-08-271-17/+17
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* sungem: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: sungem: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-2/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* net/ethernet/sun/sungem: Use module_pci_driver to register driverPeter Hüwe2013-05-221-12/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* net/sun: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* drivers/net/ethernet/sun/sungem.c: fix error return codePeter Senna Tschudin2012-10-071-1/+2
* sungem: remove unnecessary setting of skb->devJon Mason2012-07-101-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-1/+1
|\
| * sungem: Fix WakeOnLanGerard Lledo2012-05-031-1/+1
* | sungem: use mdelay instead of udelay where necessaryArnd Bergmann2012-04-211-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | sungem: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-2/+0
|/
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-3/+3