summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dlink
Commit message (Expand)AuthorAgeFilesLines
* net: sundance: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-10/+11
* net: dl2k: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-131-39/+41
* net: dl2k: Remove unused macro DRV_NAMEYueHaibing2020-08-311-1/+0
* net: sundance: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
* sundance: use generic power managementVaibhav Gupta2020-07-011-19/+8
* docs: networking: reorganize driver documentation againJakub Kicinski2020-06-261-9/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* docs: networking: device drivers: convert dlink/dl2k.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* net/dlink: Remove driver version and release dateLeon Romanovsky2020-03-032-29/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-8/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net:dl2k: Replace dev_kfree_skb_irq by dev_consume_skb_irqHuang Zijiang2019-02-141-1/+1
* net:dl2k: Modify the code style escaping the warningHuang Zijiang2019-02-141-2/+2
* net: dlink: sundance: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei2019-02-141-3/+2
* net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-1/+1
* net: dl2k: remove redundant re-assignment to npColin Ian King2017-11-021-1/+1
* drivers/net: dlink: Convert timers to use timer_setup()Kees Cook2017-10-281-5/+5
* net: dl2k: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+5
* drivers: net: sundance: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* net: dl2k: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-26/+20
* net: dlink: sundance: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-021-6/+8
* net: dlink: dl2k: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-021-30/+41
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* ethernet/dlink: use core min/max MTU checkingJarod Wilson2016-10-182-20/+8
* sundance: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-042-2/+2
* dl2k: Implement suspendOndrej Zary2015-11-201-14/+65
* dl2k: Reorder and cleanup initializationOndrej Zary2015-11-201-39/+56
* dl2k: Handle memory allocation errors in alloc_listOndrej Zary2015-11-201-85/+97
* dl2k: Add support for IP1000A-based cardsOndrej Zary2015-11-163-6/+69
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: dl2k: Use setup_timerVaishali Thakkar2015-05-311-3/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-132-2/+2
* sundance: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: dl2k: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-1/+0
* net: sundance: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* sundance: Add netpoll supportDenis Kirjanov2013-08-201-0/+14
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-1/+0
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-5/+2
* drivers/net: delete old parallel port de600/de620 driversPaul Gortmaker2013-01-226-1834/+1
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+4
* Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...David S. Miller2012-12-032-11/+11
|\
| * dlink: remove __dev* attributesBill Pemberton2012-12-032-11/+11
* | sundance: Enable WoL supportDenis Kirjanov2012-12-031-1/+80
|/
* dlink: dl2k: use the module_pci_driver macroDevendra Naga2012-10-311-15/+1