- 007c951 ethernet: 3com/typhoon: don't write directly to netdev->dev_addr by Jakub Kicinski · 3 years ago
- 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 2 months ago
- 923ca6f ethernet: replace netdev->dev_addr 16bit writes by Jakub Kicinski · 3 years, 3 months ago
- 16be9a1 ethernet: use eth_hw_addr_set() - casts by Jakub Kicinski · 3 years, 4 months ago
- db71f8f 3com 3c515: make it compile on 64-bit architectures by Linus Torvalds · 3 years, 4 months ago
- 7432388 net: 3com: 3c59x: clean up inconsistent indenting by Colin Ian King · 3 years, 4 months ago
- a07d8ec ethernet: isa: convert to module_init/module_exit by Arnd Bergmann · 3 years, 6 months ago
- 4228c39 make legacy ISA probe optional by Arnd Bergmann · 3 years, 6 months ago
- 8bbdf1b 3c509: stop calling netdev_boot_setup_check by Arnd Bergmann · 3 years, 6 months ago
- 771edea net: 3c509: make the array if_names static const, makes object smaller by Colin Ian King · 3 years, 6 months ago
- a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
- 959dc06 net: 3com: remove leading spaces before tabs by Hui Tang · 3 years, 8 months ago
- 097c8ff net: 3c509: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 10 months ago
- 30e88d0 isa: Make the remove callback for isa drivers return void by Uwe Kleine-König · 4 years ago
- 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
- c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- 790ca79 net: typhoon: Fix a typo Typoon --> Typhoon by Christophe JAILLET · 4 years, 3 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
- c8acc09 typhoon: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
- 2083beb net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx' by Lee Jones · 4 years, 5 months ago
- 7b46681 typhoon: use generic power management by Vaibhav Gupta · 4 years, 7 months ago
- 132db93 docs: networking: reorganize driver documentation again by Jakub Kicinski · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 9ea2af8 docs: networking: device drivers: convert 3com/vortex.txt to ReST by Mauro Carvalho Chehab · 4 years, 9 months ago
- 1c79031 drivers: Remove inclusion of vermagic header by Leon Romanovsky · 4 years, 9 months ago
- b0f8305 net: typhoon: Add required whitespace after keywords by Logan Magee · 4 years, 10 months ago
- 6bba2e8 net/3com: Delete driver and module versions from 3com drivers by Leon Romanovsky · 5 years ago
- e102774 net: 3com: 3c59x: remove set but not used variable 'mii_reg1' by yu kuai · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- 9f293c9 net: 3com: 3c59x: Use dev_get_drvdata by Chuhong Yuan · 5 years ago
- d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- fb6fafb 3c515: fix integer overflow warning by Arnd Bergmann · 6 years ago
- 467d2fc net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
- d422a28 net: 3c509: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- b255e50 net: documentation: build a directory structure for drivers by Jakub Kicinski · 6 years ago
- c9ce1fa net: prevent ISA drivers from building on PPC32 by Randy Dunlap · 6 years ago
- 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 55c8261 3c59x: convert to generic DMA API by Christoph Hellwig · 7 years ago
- dea4c96 net: 3com: 3c59x: irq save variant of ISR by Anna-Maria Gleixner · 7 years ago
- 47f66c7 net: 3com: 3c59x: Pull locking out of ISR by Anna-Maria Gleixner · 7 years ago
- 577b995 net: 3com: 3c59x: Move boomerang/vortex conditional into function by Anna-Maria Gleixner · 7 years ago
- ee4aa8d 3c59x: fix missing dma_mapping_error check and bad ring refill logic by Neil Horman · 7 years ago
- 0aa3b41 net: 3com: 3c574_cs: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
- 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0ff624f drivers/net: 3com/3c515: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 7974c0f3 drivers/net/3com: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 670af5e net: 3c59x: constify eisa_device_id by Arvind Yadav · 7 years ago
- 4ac5bc3 net: 3c509: constify eisa_device_id by Arvind Yadav · 7 years ago
- d369bcaf net: 3c509: constify pnp_device_id by Arvind Yadav · 7 years ago
- 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
- 697dae1 net/3com: Make el3_netdev_get_ecmd return void by yuval.shaia@oracle.com · 8 years ago
- 82c01a8 net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void by yuval.shaia@oracle.com · 8 years ago
- 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
- df29840 Annotate hardware config module parameters in drivers/net/ethernet/ by David Howells · 8 years ago
- 730826b net: typhoon: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
- 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
- 6b6bbb5 net: 3com: typhoon: typhoon_init_one: make return values more specific by Thomas Preisner · 8 years ago
- 107fded net: 3com: typhoon: typhoon_init_one: fix incorrect return values by Thomas Preisner · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- e28ceeb net/3com/3c515: Fix timer handling, prevent leaks and crashes by Thomas Gleixner · 8 years ago
- b12ab9b net: 3com: typhoon: fix typhoon_get_link_ksettings by Philippe Reynes · 8 years ago
- f7a5537 net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- b646cf2 net: 3c509: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- e19b788 net: 3c59x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
- aa211d2 3c59x: 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
- 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- a6522c0 3c59x: mask LAST_FRAG bit from length field in ring by Neil Horman · 9 years ago
- f12d33f 3c59x: Ensure to apply the expires time by Stafford Horne · 9 years ago
- 5b6490d 3c59x: Use setup_timer() by Amitoj Kaur Chawla · 9 years ago
- 6e14441 3c59x: fix another page map/single unmap imbalance by Neil Horman · 9 years ago
- 7356f4e 3c59x: balance page maps and unmaps by Neil Horman · 9 years ago
- cb4396e drivers/net: fix eisa_driver probe section mismatch by Fabian Frederick · 9 years ago
- 4a89ba0 3c59x: Add BQL support for 3c59x ethernet driver. by Loganaden Velvindron · 9 years ago
- 2fc0996 3c59x: Fix resource leaks in vortex_open by Jia-Ju Bai · 9 years ago
- 4eed4d8 3c59x: Fix shared IRQ handling by Denys Vlasenko · 10 years ago
- 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
- 1d6c4cc drivers/net: Use setup_timer and mod_timer by Vaishali Thakkar · 10 years ago
- df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
- 00fd5d9 net: typhoon: Remove redundant casts by Rasmus Villemoes · 10 years ago
- 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 88b09a6 3c59x: fix bad split of cpu_to_le32(pci_map_single()) by Sylvain "ythier" Hitier · 10 years ago
- 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 8400dd0 3c59x: Fix bad offset spec in skb_frag_dma_map by Neil Horman · 10 years ago
- 6f2b6a3 3c59x: Add dma error checking and recovery by Neil Horman · 10 years ago
- fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
- 98ea232 3c59x: avoid panic in boomerang_start_xmit when finding page address: by Neil Horman · 10 years ago
- 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
- 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
- ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 11 years ago
- e5ddf35 3c59x: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
- 8fa9524 3c509: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
- 6df3efc Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issues by Justin van Wijngaarden · 11 years ago
- 4e6ecd4 3c59x: Remove unused pointer in vortex_eisa_cleanup() by Christian Engelmayer · 11 years ago