aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dlink (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+4
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-nextDavid S. Miller2-11/+11
2012-12-03dlink: remove __dev* attributesBill Pemberton2-11/+11
2012-12-03sundance: Enable WoL supportDenis Kirjanov1-1/+80
2012-10-31dlink: dl2k: use the module_pci_driver macroDevendra Naga1-15/+1
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-50/+9
2012-04-26dl2k: Clean up rio_ioctlJeff Mahoney2-50/+9
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+0
2012-04-07dl2k: stop using net_device.{base_addr, irq} and convert to __iomem.Francois Romieu2-226/+209
2012-04-07sundance: stop using net_device.{base_addr, irq}.Francois Romieu1-7/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
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 Dalvi3-7/+6
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+3
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+1
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-25dl2k: use standard #defines from mii.h.Francois Romieu2-162/+53
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko3-3/+3
2011-08-11de6*/dl2k/sundance: Move the D-Link driversJeff Kirsher9-0/+6213