summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec
AgeCommit message (Expand)AuthorLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-14/+14
2020-05-07net: tulip: de4x5: make PCI_signature() return voidJason Yan-6/+4
2020-05-01docs: networking: device drivers: convert dec/dmfe.txt to ReSTMauro Carvalho Chehab-1/+1
2020-05-01docs: networking: device drivers: convert dec/de4x5.txt to ReSTMauro Carvalho Chehab-1/+1
2020-04-15net: tulip: make early_486_chipsets staticJason Yan-1/+1
2020-03-05net: tulip: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-03-03net/dec: Delete driver versionsLeon Romanovsky-78/+2
2020-02-05net: ethernet: dec: tulip: Fix length mask in receive length calculationMoritz Fischer-1/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-10/+11
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-5/+5
2019-12-09net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor-5/+6
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-18/+2
2019-05-26net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+3
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2019-02-06net: tulip: de2104x: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...Yang Wei-1/+1
2019-02-01tulip: eeprom: use struct_size() in kmalloc()Gustavo A. R. Silva-3/+1
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski-2/+2
2018-08-07net: tulip: de4x5: mark expected switch fall-throughsGustavo A. R. Silva-0/+6
2018-08-07net: tulip_core: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-18net: tulip: Convert timers to use timer_setup()Kees Cook-50/+48
2017-10-18net: tulip: de2104x: Convert timers to use timer_setup()Kees Cook-12/+9
2017-09-21drivers: net: uli526x: use setup_timer() helper.Allen Pais-3/+1
2017-09-21drivers: net: dmfe: use setup_timer() helper.Allen Pais-3/+1
2017-09-21drivers: net: winbond-840: use setup_timer() helper.Allen Pais-3/+1
2017-09-21drivers: net: de4x: use setup_timer() helper.Allen Pais-3/+2
2017-09-08net: tulip: Constify tulip_tblKees Cook-2/+2
2017-08-19net: de4x5: constify eisa_device_idArvind Yadav-1/+1
2017-07-19net: tulip: remove useless code in tulip_init_one()Gustavo A. R. Silva-2/+0
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-12/+12
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com-3/+2
2017-06-05net/dec: Make __de_get_link_ksettings return voidyuval.shaia@oracle.com-7/+4
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells-1/+1
2017-04-07net: tulip: de2104x: Use net_device_stats from struct net_deviceTobias Klauser-22/+20
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-3/+3
2017-01-02net: dec: winbond-840: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-6/+8
2017-01-02net: dec: uli526x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-17/+24
2017-01-02net: dec: de2104x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-40/+51
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-7/+7
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-7/+0
2016-08-13net: fix up a few missing hashtable.h conflict resolutionsJiri Kosina-4/+4
2016-07-30net: tulip: fix spelling mistake: "attemping" -> "attempting"Colin Ian King-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-12/+12
2016-05-04dmfe: kill DEVICE defineFlorian Westphal-21/+18
2016-04-26drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal-2/+5