aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/dlink
AgeCommit message (Expand)Author
2022-02-05net: sundance: Replace one-element array with non-array objectGustavo A. R. Silva
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-19net: dlink: remove leading spaces before tabsHui Tang
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-07net: sundance: use module_pci_driver to simplify the codeWei Yongjun
2021-03-17net: sundance: Use tasklet_disable_in_atomic().Sebastian Andrzej Siewior
2020-09-14net: sundance: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-13net: dl2k: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-08-31net: dl2k: Remove unused macro DRV_NAMEYueHaibing
2020-07-15net: sundance: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-01sundance: use generic power managementVaibhav Gupta
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-01docs: networking: device drivers: convert dlink/dl2k.txt to ReSTMauro Carvalho Chehab
2020-03-03net/dlink: Remove driver version and release dateLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-14net:dl2k: Replace dev_kfree_skb_irq by dev_consume_skb_irqHuang Zijiang
2019-02-14net:dl2k: Modify the code style escaping the warningHuang Zijiang
2019-02-14net: dlink: sundance: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski
2017-11-02net: dl2k: remove redundant re-assignment to npColin Ian King
2017-10-28drivers/net: dlink: Convert timers to use timer_setup()Kees Cook
2017-10-18net: dl2k: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers: net: sundance: use setup_timer() helper.Allen Pais
2017-04-07net: dl2k: Use net_device_stats from struct net_deviceTobias Klauser
2017-01-02net: dlink: sundance: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-02net: dlink: dl2k: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-18ethernet/dlink: use core min/max MTU checkingJarod Wilson
2016-09-12sundance: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-11-20dl2k: Implement suspendOndrej Zary
2015-11-20dl2k: Reorder and cleanup initializationOndrej Zary
2015-11-20dl2k: Handle memory allocation errors in alloc_listOndrej Zary
2015-11-16dl2k: Add support for IP1000A-based cardsOndrej Zary
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-05-31net: dl2k: Use setup_timerVaishali Thakkar
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-24sundance: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-21net: dl2k: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-21net: sundance: remove unnecessary pci_set_drvdata()Jingoo Han