- 5f215513 net: sundance: Replace one-element array with non-array object by Gustavo A. R. Silva · 3 years, 1 month ago
- 923ca6f ethernet: replace netdev->dev_addr 16bit writes by Jakub Kicinski · 3 years, 4 months ago
- 562ef98 ethernet: replace netdev->dev_addr assignment loops by Jakub Kicinski · 3 years, 4 months ago
- 7666075 ethernet: constify references to netdev->dev_addr in drivers by Jakub Kicinski · 3 years, 4 months ago
- a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 5 months ago
- a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 7 months ago
- e6f0f97 net: dlink: remove leading spaces before tabs by Hui Tang · 3 years, 9 months ago
- 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 10 months ago
- f670149 net: sundance: use module_pci_driver to simplify the code by Wei Yongjun · 3 years, 11 months ago
- 25cf87d net: sundance: Use tasklet_disable_in_atomic(). by Sebastian Andrzej Siewior · 4 years ago
- bc48a1f net: sundance: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
- b49db89 net: dl2k: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 6 months ago
- 52db4bc net: dl2k: Remove unused macro DRV_NAME by YueHaibing · 4 years, 6 months ago
- e63a228 net: sundance: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 8 months ago
- 78cad4c sundance: use generic power management by Vaibhav Gupta · 4 years, 8 months ago
- 132db93 docs: networking: reorganize driver documentation again by Jakub Kicinski · 4 years, 8 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
- ca705e4 docs: networking: device drivers: convert dlink/dl2k.txt to ReST by Mauro Carvalho Chehab · 4 years, 10 months ago
- 02ff70b net/dlink: Remove driver version and release date by Leon Romanovsky · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 62f2589 net:dl2k: Replace dev_kfree_skb_irq by dev_consume_skb_irq by Huang Zijiang · 6 years ago
- edc307b net:dl2k: Modify the code style escaping the warning by Huang Zijiang · 6 years ago
- 76cba8f net: dlink: sundance: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
- b255e50 net: documentation: build a directory structure for drivers by Jakub Kicinski · 6 years ago
- 5618c8e net: dl2k: remove redundant re-assignment to np by Colin Ian King · 7 years ago
- 9cb618c drivers/net: dlink: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 6fa35bd net: dl2k: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 88e8aa1 drivers: net: sundance: use setup_timer() helper. by Allen Pais · 7 years ago
- a548779 net: dl2k: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
- 88c513d net: dlink: sundance: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- 9022255 net: dlink: dl2k: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- f7ad72b ethernet/dlink: use core min/max MTU checking by Jarod Wilson · 8 years ago
- 0675778 sundance: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
- 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
- 1777ddb dl2k: Implement suspend by Ondrej Zary · 9 years ago
- 966e07f dl2k: Reorder and cleanup initialization by Ondrej Zary · 9 years ago
- 39536ff dl2k: Handle memory allocation errors in alloc_list by Ondrej Zary · 9 years ago
- c3f45d3 dl2k: Add support for IP1000A-based cards by Ondrej Zary · 9 years ago
- 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
- 52e0b2b net: dl2k: Use setup_timer by Vaishali Thakkar · 10 years ago
- 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
- 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 11 years ago
- 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
- 36fc210 sundance: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
- a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- 5f258a1 net: dl2k: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
- 42b9023 net: sundance: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
- cb74e27 sundance: Add netpoll support by Denis Kirjanov · 12 years ago
- a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 12 years ago
- 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
- 168e06ae drivers/net: delete old parallel port de600/de620 drivers by Paul Gortmaker · 12 years ago
- aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
- 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
- 682d797 Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next by David S. Miller · 12 years ago
- 64bc40d dlink: remove __dev* attributes by Bill Pemberton · 12 years ago
- f210e87 sundance: Enable WoL support by Denis Kirjanov · 12 years ago
- 9add4d8 dlink: dl2k: use the module_pci_driver macro by Devendra Naga · 12 years ago
- c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
- 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 1bb57e9 dl2k: Clean up rio_ioctl by Jeff Mahoney · 13 years ago
- 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 5e3cc4e dl2k: stop using net_device.{base_addr, irq} and convert to __iomem. by Francois Romieu · 13 years ago
- c514f28 sundance: stop using net_device.{base_addr, irq}. by Francois Romieu · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- 504f9b5 ethernet: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 13 years ago
- 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
- eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
- 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
- aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
- 88f0748 drivers/net/ethernet/*: Enabled vendor Kconfig options by Jeff Kirsher · 14 years ago
- 78f6a6b dl2k: use standard #defines from mii.h. by Francois Romieu · 14 years ago
- afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
- 3401299 de6*/dl2k/sundance: Move the D-Link drivers by Jeff Kirsher · 14 years ago