aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc/epic100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-06-27epic100: fix use after free on rmmodTong Zhang1-2/+2
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski1-1/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-09-03epic100: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-29/+42
2020-07-07epic100: use generic power managementVaibhav Gupta1-13/+6
2020-01-06epic100: allow nesting of ethtool_ops begin() and complete()Michal Kubecek1-2/+5
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-02-06net: smsc: epic100: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-07-04epic100: remove redundant variable 'irq'Colin Ian King1-2/+0
2017-10-28drivers/net: smsc: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-09-21drivers: net: smsc: use setup_timer() helper.Allen Pais1-3/+1
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+2
2017-03-06net: smsc: epic100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-7/+9
2017-02-05epic100: use napi_complete_done()Eric Dumazet1-24/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-11-02epic100: replace printk with netdev_ callsBen Boeckel1-67/+58
2013-10-22net: epic100: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03epic100: remove __dev* attributesBill Pemberton1-6/+6
2012-04-07epic100: stop using net_device.{base_addr, irq} and convert to __iomem.Francois Romieu1-202/+201
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-3/+3
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+2
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10smsc: Move the SMC (SMSC) driversJeff Kirsher1-0/+1609