summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/8390/ne2k-pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-28net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'Dr. David Alan Gilbert1-11/+0
2023-08-11net: ethernet: 8390: ne2k-pci: use module_pci_driver() macroYang Yingliang1-15/+1
2023-05-16net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifierBagas Sanjaya1-0/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2020-11-01ne2k: Fix Typo in RW-BugfixArmin Wolf1-1/+1
2020-07-18ne2k-pci: Use netif_msg_init to initialize msg_enable bitsArmin Wolf1-3/+6
2020-07-01ne2k-pci: use generic power managementVaibhav Gupta1-23/+6
2020-05-27ne2k-pci: Fix various coding-style issues and improve printk() usageArmin Wolf1-163/+182
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2014-12-27ne2k-pci: Add pci_disable_device in error handlingJia-Ju Bai1-2/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-12-128390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead1-17/+37
2013-10-18net: 8390: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-06-29net/trivial: replace numeric with standard PM state macrosYijing Wang1-1/+1
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-038390: remove __dev* attributesBill Pemberton1-6/+6
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-11-09sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+3
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-118390: Move the 8390 related driversJeff Kirsher1-0/+726