summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/sky2.c
AgeCommit message (Expand)Author
2021-10-28sky2: Remove redundant assignment and parenthesesluo penghao
2021-10-19ethernet: sky2/skge: use eth_hw_addr_set()Jakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-17sky2: Stop printing VPD info to debugfsHeiner Kallweit
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-02net: marvell: make the array name static, makes object smallerColin Ian King
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-05-19net: marvell: remove leading spaces before tabsHui Tang
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-03-29net: marvell: Fix the trailing format of some block commentsYangyang Li
2021-03-13net: ethernet: marvell: Fixed typo in the file sky2.cBhaskar Chowdhury
2021-02-23Marvell Sky2 Ethernet adapter: fix warning messages.Krzysztof Halasa
2020-11-11drivers: net: sky2: Fix -Wstringop-truncation with W=1Andrew Lunn
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-12net: sky2: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-07net: sky2: initialize return of gm_phy_readTom Rix
2020-03-14net: sky2: reject unsupported coalescing paramsJakub Kicinski
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-28sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-24net: marvell: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-23sky2: Disable MSI on ASUS P6TTakashi Iwai
2019-07-14sky2: Disable MSI on P5W DH DeluxeTasos Sahanidis
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195Thomas Gleixner
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-03-04sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng
2019-02-19sky2: Increase D3 delay againKai-Heng Feng
2018-12-03net: marvell: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-11-08sky2: use __vlan_hwaccel helpersMichał Mirosław
2018-04-01sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-01-02sky2: Replace mdelay with msleep in sky2_vpd_waitJia-Ju Bai
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-04-18sky2: Use seq_puts() in sky2_debug_show()Markus Elfring
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2017-01-17net: marvell: sky2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-18net: sky2: Fix shutdown crashJeremy Linton
2016-10-18ethernet/marvell: use core min/max MTU checkingJarod Wilson