summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dlink
Commit message (Expand)AuthorAgeFilesLines
* net: dl2k: Use proper conversion of dev_addr before IO to deviceAndy Shevchenko2023-12-121-2/+1
* sundance: remove unused variable cntColin Ian King2022-11-171-2/+0
* net: dl2k: remove variable tx_useColin Ian King2022-10-251-2/+0
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-4/+4
* net: sundance: Replace one-element array with non-array objectGustavo A. R. Silva2022-02-051-30/+30
* ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski2021-10-141-1/+3
* ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski2021-10-141-2/+1
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* net: dlink: remove leading spaces before tabsHui Tang2021-05-191-6/+6
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-14/+1
|\
| * net: sundance: use module_pci_driver to simplify the codeWei Yongjun2021-04-071-14/+1
* | net: sundance: Use tasklet_disable_in_atomic().Sebastian Andrzej Siewior2021-03-171-1/+1
|/
* 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