aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/alteon (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09net: alteon: Simplify DMA settingChristophe JAILLET2-8/+2
2021-10-16ethernet: alteon: use eth_hw_addr_set()Jakub Kicinski1-6/+8
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-2/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-05-19net: alteon: remove leading spaces before tabsHui Tang1-13/+13
2020-09-14net: alteon: convert tasklets to use new tasklet_setup() APIAllen Pais2-5/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-17net: alteon: Avoid some useless memsetChristophe JAILLET1-4/+1
2020-07-17net: alteon: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-58/+56
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-02-24net/alteon: Properly report FW versionLeon Romanovsky1-3/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-01-28net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei1-1/+1
2018-08-07alteon: acenic: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-04net: alteon: acenic: remove redundant pointer rxdescColin Ian King1-4/+1
2017-12-15net: alteon: acenic: clean up indentation issueColin Ian King1-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-09net: alteon: acenic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+35
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-3/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-22net/ethernet/alteon/acenic: Use module_pci_driver to register driverPeter Hüwe1-13/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-4/+3
2012-12-03acenic: remove __dev* attributesBill Pemberton1-13/+13
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-4/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-5/+5
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-08-30acenic: convert to SKB paged frag API.Ian Campbell1-3/+3
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-13acenic: Move the Alteon driverJeff Kirsher4-0/+4048