aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/fealnx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski1-1/+3
2021-10-14net: fealnx: fix build for UMLRandy Dunlap1-1/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-19net: fealnx: remove leading spaces before tabsHui Tang1-1/+1
2021-04-07net: fealnx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2020-07-20net/fealnx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-38/+53
2020-03-03net/fealnx: Delete driver versionLeon Romanovsky1-20/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-02-13net: fealnx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2017-11-16fealnx: Fix building error on MIPSHuacai Chen1-3/+3
2017-10-28drivers/net: fealnx: Convert timers to use timer_setup()Kees Cook1-10/+10
2017-09-21drivers: net: fealnx: use setup_timer() helper.Allen Pais1-6/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+2
2017-01-02net: fealnx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
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-10-21net: fealnx: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03net/ethernet: remove __dev* attributesBill Pemberton1-5/+5
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-04-07fealnx: Remove unused local label 'out' in netdev_open().David S. Miller1-1/+0
2012-04-07fealnx: stop using net_device.{base_addr, irq}.Francois Romieu1-8/+7
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-5/+3
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-12fealnx: Move the Myson driverJeff Kirsher1-0/+1976