summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/dlink
AgeCommit message (Expand)AuthorFilesLines
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-06-11net: dlink: enable RMON MMIO access on supported devicesMoon Yeounsu2-27/+32
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-25net: dlink: Correct endian treatment of t_SROM dataSimon Horman1-8/+8
2025-05-17net: dlink: add synchronization for stats updateMoon Yeounsu2-1/+15
2025-04-29net: dlink: Correct endianness handling of led_modeSimon Horman2-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-10-11eth: remove the DLink/Sundance (ST201) driverJakub Kicinski3-2006/+0
2024-08-14net: ethernet: dlink: replace deprecated macroMoon Yeounsu1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-12-12net: dl2k: Use proper conversion of dev_addr before IO to deviceAndy Shevchenko1-2/+1
2022-11-17sundance: remove unused variable cntColin Ian King1-2/+0
2022-10-26net: dl2k: remove variable tx_useColin Ian King1-2/+0
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-02-05net: sundance: Replace one-element array with non-array objectGustavo A. R. Silva1-30/+30
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski1-1/+3
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-2/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
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/ne...Linus Torvalds1-14/+1
2021-04-08net: 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-14net: dl2k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-39/+41
2020-08-31net: dl2k: Remove unused macro DRV_NAMEYueHaibing1-1/+0
2020-07-16net: sundance: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-01sundance: use generic power managementVaibhav Gupta1-19/+8
2020-06-27docs: networking: reorganize driver documentation againJakub Kicinski1-9/+1
2020-06-13treewide: 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-04net/dlink: Remove driver version and release dateLeon Romanovsky2-29/+0
2019-12-13netdev: 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 dr...Yang 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-03net: dlink: sundance: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-01-03net: 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-13sundance: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1