aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dlink (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-05-19net: dlink: remove leading spaces before tabsHui Tang1-6/+6
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-14/+1
2021-04-07net: sundance: use module_pci_driver to simplify the codeWei Yongjun1-14/+1
2021-03-17net: sundance: Use tasklet_disable_in_atomic().Sebastian Andrzej Siewior1-1/+1
2020-09-14net: sundance: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+11
2020-09-13net: dl2k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-39/+41
2020-08-31net: dl2k: Remove unused macro DRV_NAMEYueHaibing1-1/+0
2020-07-15net: sundance: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-01sundance: use generic power managementVaibhav Gupta1-19/+8
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-9/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-05-01docs: networking: device drivers: convert dlink/dl2k.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-03net/dlink: Remove driver version and release dateLeon Romanovsky2-29/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-8/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-14net:dl2k: Replace dev_kfree_skb_irq by dev_consume_skb_irqHuang Zijiang1-1/+1
2019-02-14net:dl2k: Modify the code style escaping the warningHuang Zijiang1-2/+2
2019-02-14net: dlink: sundance: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-3/+2
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski1-1/+1
2017-11-02net: dl2k: remove redundant re-assignment to npColin Ian King1-1/+1
2017-10-28drivers/net: dlink: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-18net: dl2k: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-09-21drivers: net: sundance: use setup_timer() helper.Allen Pais1-3/+1
2017-04-07net: dl2k: Use net_device_stats from struct net_deviceTobias Klauser2-26/+20
2017-01-02net: dlink: sundance: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-01-02net: dlink: dl2k: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+41
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-10-18ethernet/dlink: use core min/max MTU checkingJarod Wilson2-20/+8
2016-09-12sundance: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2
2015-11-20dl2k: Implement suspendOndrej Zary1-14/+65
2015-11-20dl2k: Reorder and cleanup initializationOndrej Zary1-39/+56
2015-11-20dl2k: Handle memory allocation errors in alloc_listOndrej Zary1-85/+97
2015-11-16dl2k: Add support for IP1000A-based cardsOndrej Zary3-6/+69
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-05-31net: dl2k: Use setup_timerVaishali Thakkar1-3/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2-2/+2
2014-03-24sundance: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-21net: dl2k: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-21net: sundance: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-08-20sundance: Add netpoll supportDenis Kirjanov1-0/+14
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-5/+2
2013-01-22drivers/net: delete old parallel port de600/de620 driversPaul Gortmaker6-1834/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0