summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/sky2.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: sky2: Fix -Wstringop-truncation with W=1Andrew Lunn2020-11-111-1/+1
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-1/+1
|\
| * PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński2020-09-291-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* net: sky2: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-121-42/+45
* net: sky2: initialize return of gm_phy_readTom Rix2020-07-071-1/+1
* net: sky2: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\
| * netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-0/+7
|\
| * sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai2019-08-281-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-0/+7
|\|
| * sky2: Disable MSI on ASUS P6TTakashi Iwai2019-07-231-0/+7
* | net: marvell: Use dev_get_drvdata where possibleChuhong Yuan2019-07-241-2/+1
|/
* sky2: Disable MSI on P5W DH DeluxeTasos Sahanidis2019-07-141-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195Thomas Gleixner2019-05-301-13/+1
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-1/+1
|\
| * net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0
|/
* sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng2019-03-041-1/+23
* sky2: Increase D3 delay againKai-Heng Feng2019-02-191-1/+1
* net: marvell: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-031-13/+1
* sky2: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-4/+2
* sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng2018-04-011-1/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* sky2: Replace mdelay with msleep in sky2_vpd_waitJia-Ju Bai2018-01-021-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* sky2: Use seq_puts() in sky2_debug_show()Markus Elfring2017-04-181-1/+1
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-3/+3
* net: marvell: sky2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-171-28/+40
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-0/+13
|\
| * net: sky2: Fix shutdown crashJeremy Linton2016-11-181-0/+13
* | ethernet/marvell: use core min/max MTU checkingJarod Wilson2016-10-181-10/+8
|/
* sky2: use napi_complete_donestephen hemminger2016-09-011-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau2015-09-291-0/+12
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-1/+2
|\
| * sky2: avoid pci write posting after disabling irqsLino Sanfilippo2014-12-051-1/+2
* | sky2: Fix crash inside sky2_rx_cleanMirko Lindner2014-11-261-1/+3
* | sky2: use new netdev_rss_key_fill() helperIan Morris2014-11-211-9/+4
|/
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* sky2: use pci_zalloc_consistentJoe Perches2014-08-081-3/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* sky2: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1