aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dlink/sundance.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
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-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
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-07-15net: sundance: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-01sundance: use generic power managementVaibhav Gupta1-19/+8
2020-03-03net/dlink: Remove driver version and release dateLeon Romanovsky1-20/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-02-14net: dlink: sundance: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-3/+2
2017-10-28drivers/net: dlink: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-09-21drivers: net: sundance: use setup_timer() helper.Allen Pais1-3/+1
2017-01-02net: dlink: sundance: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18ethernet/dlink: use core min/max MTU checkingJarod Wilson1-2/+4
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 Westphal1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-24sundance: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2013-10-21net: sundance: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-08-20sundance: Add netpoll supportDenis Kirjanov1-0/+14
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-nextDavid S. Miller1-7/+7
2012-12-03dlink: remove __dev* attributesBill Pemberton1-7/+7
2012-12-03sundance: Enable WoL supportDenis Kirjanov1-1/+80
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-04-07sundance: stop using net_device.{base_addr, irq}.Francois Romieu1-7/+5
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-5/+4
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11de6*/dl2k/sundance: Move the D-Link driversJeff Kirsher1-0/+1940