summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/alteon
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: alteon: Simplify DMA settingChristophe JAILLET2022-01-092-8/+2
* ethernet: alteon: use eth_hw_addr_set()Jakub Kicinski2021-10-161-6/+8
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* net: alteon: remove leading spaces before tabsHui Tang2021-05-191-13/+13
* net: alteon: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-142-5/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: alteon: Avoid some useless memsetChristophe JAILLET2020-07-171-4/+1
* net: alteon: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-171-58/+56
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* net/alteon: Properly report FW versionLeon Romanovsky2020-02-241-3/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-281-1/+1
* alteon: acenic: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* net: alteon: acenic: remove redundant pointer rxdescColin Ian King2018-07-041-4/+1
* net: alteon: acenic: clean up indentation issueColin Ian King2017-12-151-7/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: alteon: acenic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-091-30/+35
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-3/+2
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net/ethernet/alteon/acenic: Use module_pci_driver to register driverPeter Hüwe2013-05-221-13/+2
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-4/+3
* acenic: remove __dev* attributesBill Pemberton2012-12-031-13/+13
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-4/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-5/+5
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* acenic: convert to SKB paged frag API.Ian Campbell2011-08-301-3/+3
* drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher2011-08-271-0/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* acenic: Move the Alteon driverJeff Kirsher2011-08-134-0/+4048