| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-14 | eth: fealnx: fix typo in comments | Denis Benato | 1 | -2/+2 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -2/+2 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2023-03-08 | eth: fealnx: bring back this old driver | Jakub Kicinski | 1 | -0/+1953 |
| 2022-10-27 | eth: fealnx: delete the driver for Myson MTD-800 | Jakub Kicinski | 1 | -1953/+0 |
| 2022-08-31 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
| 2021-10-18 | ethernet: use eth_hw_addr_set() in unmaintained drivers | Jakub Kicinski | 1 | -1/+3 |
| 2021-10-14 | net: fealnx: fix build for UML | Randy Dunlap | 1 | -1/+1 |
| 2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 1 | -1/+1 |
| 2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -1/+1 |
| 2021-05-19 | net: fealnx: remove leading spaces before tabs | Hui Tang | 1 | -1/+1 |
| 2021-04-07 | net: fealnx: use module_pci_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
| 2020-07-20 | net/fealnx: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -38/+53 |
| 2020-03-03 | net/fealnx: Delete driver version | Leon Romanovsky | 1 | -20/+0 |
| 2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -2/+2 |
| 2019-02-13 | net: fealnx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles | Yang Wei | 1 | -1/+1 |
| 2017-11-16 | fealnx: Fix building error on MIPS | Huacai Chen | 1 | -3/+3 |
| 2017-10-28 | drivers/net: fealnx: Convert timers to use timer_setup() | Kees Cook | 1 | -10/+10 |
| 2017-09-21 | drivers: net: fealnx: use setup_timer() helper. | Allen Pais | 1 | -6/+2 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -2/+2 |
| 2017-06-05 | net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ... | yuval.shaia@oracle.com | 1 | -3/+2 |
| 2017-01-02 | net: fealnx: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 1 | -1/+0 |
| 2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -1/+1 |
| 2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
| 2013-10-21 | net: fealnx: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |
| 2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-12-03 | net/ethernet: remove __dev* attributes | Bill Pemberton | 1 | -5/+5 |
| 2012-10-06 | sections: fix section conflicts in drivers/net | Andi Kleen | 1 | -1/+1 |
| 2012-04-07 | fealnx: Remove unused local label 'out' in netdev_open(). | David S. Miller | 1 | -1/+0 |
| 2012-04-07 | fealnx: stop using net_device.{base_addr, irq}. | Francois Romieu | 1 | -8/+7 |
| 2012-02-06 | netdev: ethernet dev_alloc_skb to netdev_alloc_skb | Pradeep A Dalvi | 1 | -5/+3 |
| 2011-11-08 | sweep the floors and convert some .get_drvinfo routines to strlcpy | Rick Jones | 1 | -3/+3 |
| 2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
| 2011-08-12 | fealnx: Move the Myson driver | Jeff Kirsher | 1 | -0/+1976 |