aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec/tulip/tulip_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-05-16net: tulip: convert to devresRolf Eike Beer1-48/+16
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-05-09ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2021-10-12ethernet: tulip: avoid duplicate variable name on sparcJakub Kicinski1-4/+4
2021-10-09ethernet: tulip: remove direct netdev->dev_addr writesJakub Kicinski1-15/+22
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-11-02drivers: net: tulip: Fix set but not used with W=1Andrew Lunn1-0/+4
2020-09-13tulip: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-31/+34
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-23tulip: tulip_core: use generic power managementVaibhav Gupta1-39/+12
2020-04-15net: tulip: make early_486_chipsets staticJason Yan1-1/+1
2020-03-03net/dec: Delete driver versionsLeon Romanovsky1-24/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2018-08-07net: tulip_core: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18net: tulip: Convert timers to use timer_setup()Kees Cook1-8/+6
2017-09-08net: tulip: Constify tulip_tblKees Cook1-1/+1
2017-07-19net: tulip: remove useless code in tulip_init_one()Gustavo A. R. Silva1-2/+0
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
2016-02-25net: tulip: Use setup_timer()Amitoj Kaur Chawla1-9/+5
2015-11-20net: tulip: turn compile-time warning into dev_warn()Arnd Bergmann1-2/+7
2015-03-13tulip_core.c : out-of-bounds check.Ameen Ali1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-02-17drivers/net: tulip_remove_one needs to call pci_disable_device()Ingo Molnar1-0/+1
2013-10-21net: tulip: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches1-3/+5
2013-05-31tulip: remove redundant D0 power state setYijing Wang1-6/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-4/+2
2012-12-03tulip: remove __dev* attributesBill Pemberton1-7/+7
2012-10-06drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() functionTakuya Yoshikawa1-5/+2
2012-04-07tulip_core: stop using net_device.{base_addr, irq}.Francois Romieu1-11/+16
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-3/+2
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+3
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2008
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12ewrk3/tulip: Move the DEC - Tulip driversJeff Kirsher1-0/+2011