summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/sky2.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-07-01ethernet/marvell: fix repeated words in commentsJilin Yuan1-1/+1
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski1-2/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-19sky2: use PCI VPD API in eeprom ethtool opsHeiner Kallweit1-72/+12
2021-10-28sky2: Remove redundant assignment and parenthesesluo penghao1-1/+1
2021-10-19ethernet: sky2/skge: use eth_hw_addr_set()Jakub Kicinski1-3/+6
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-18sky2: Stop printing VPD info to debugfsHeiner Kallweit1-83/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-03net: marvell: make the array name static, makes object smallerColin Ian King1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-1/+1
2021-05-19net: marvell: remove leading spaces before tabsHui Tang1-15/+15
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+3
2021-03-29net: marvell: Fix the trailing format of some block commentsYangyang Li1-3/+6
2021-03-14net: ethernet: marvell: Fixed typo in the file sky2.cBhaskar Chowdhury1-1/+1
2021-02-23Marvell Sky2 Ethernet adapter: fix warning messages.Krzysztof Halasa1-3/+2
2020-11-12drivers: net: sky2: Fix -Wstringop-truncation with W=1Andrew Lunn1-1/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-13net: sky2: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-42/+45
2020-07-08net: sky2: initialize return of gm_phy_readTom Rix1-1/+1
2020-03-15net: sky2: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+7
2019-08-29sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai1-0/+7
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+7
2019-07-24net: marvell: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-23sky2: Disable MSI on ASUS P6TTakashi Iwai1-0/+7
2019-07-14sky2: Disable MSI on P5W DH DeluxeTasos Sahanidis1-0/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195Thomas Gleixner1-13/+1
2019-05-11net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-4/+0
2019-03-04sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng1-1/+23
2019-02-20sky2: Increase D3 delay againKai-Heng Feng1-1/+1
2018-12-04net: marvell: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+1
2018-11-09sky2: use __vlan_hwaccel helpersMichał Mirosław1-4/+2
2018-04-02sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng1-1/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-01-02sky2: Replace mdelay with msleep in sky2_vpd_waitJia-Ju Bai1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-04-18sky2: Use seq_puts() in sky2_debug_show()Markus Elfring1-1/+1