summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun/sungem.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28net: Explicitly include correct DT includesRob Herring1-0/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-02ethernet/sun: fix repeated words in commentsJilin Yuan1-1/+1
2022-05-06net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+0
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski1-4/+7
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-19net: sun: remove leading spaces before tabsHui Tang1-10/+10
2021-03-19Fix a typoBhaskar Chowdhury1-2/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-01net: sungem: Remove unneeded cast from memory allocationYueHaibing1-3/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-17net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-26/+27
2020-07-06sun/sungem: use generic power managementVaibhav Gupta1-33/+43
2020-03-05net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit1-21/+9
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-01-17net: sungem: fix indentation, remove a tabColin Ian King1-1/+1
2018-06-20net: sungem: fix rx checksum supportEric Dumazet1-10/+12
2018-02-08sun: Add SPDX license tags to Sun network driversShannon Nelson1-0/+1
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-09-21drivers: net: sun: use setup_timer() helper.Allen Pais1-3/+1
2017-03-22net: sun: sungem: rix a possible null dereferencePhilippe Reynes1-2/+3
2017-03-09net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+57
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson1-5/+6
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-02-06PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2015-04-08sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmbAlexander Duyck1-7/+7
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2014-08-28sungem: Fix global namespace pollution of phy accessors.David S. Miller1-17/+17
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-25sungem: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-24net: sungem: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-05-23net/ethernet/sun/sungem: Use module_pci_driver to register driverPeter Hüwe1-12/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/sun: remove __dev* attributesBill Pemberton1-3/+3
2012-10-07drivers/net/ethernet/sun/sungem.c: fix error return codePeter Senna Tschudin1-1/+2
2012-07-11sungem: remove unnecessary setting of skb->devJon Mason1-1/+0
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-05-03sungem: Fix WakeOnLanGerard Lledo1-1/+1
2012-04-21sungem: use mdelay instead of udelay where necessaryArnd Bergmann1-1/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-07sungem: stop using net_device.{base_addr, irq}.Francois Romieu1-2/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0