aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/sky2.c
AgeCommit message (Expand)Author
2020-07-29net: sky2: initialize return of gm_phy_readTom Rix
2019-09-21sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai
2019-07-31sky2: Disable MSI on ASUS P6TTakashi Iwai
2019-03-13sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng
2019-02-23sky2: Increase D3 delay againKai-Heng Feng
2018-04-12sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng
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
2016-09-01sky2: use napi_complete_donestephen hemminger
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-09-29RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-05sky2: avoid pci write posting after disabling irqsLino Sanfilippo
2014-11-26sky2: Fix crash inside sky2_rx_cleanMirko Lindner
2014-11-21sky2: use new netdev_rss_key_fill() helperIan Morris
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08sky2: use pci_zalloc_consistentJoe Perches
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-24sky2: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-14sky2: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-10sky2: allow mac to come from dtTim Harvey
2014-01-27sky2: initialize napi before registering deviceStanislaw Gruszka
2013-12-18net: sky2 calls skb_set_hashTom Herbert
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-21net: sky2: remove unnecessary pci_set_drvdata()Jingoo Han
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-03sky2: Fix crash on receiving VLAN framesKirill Smelkov
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-29sky2: Threshold for Pause Packet is set wrongMirko Lindner
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...David S. Miller
2012-12-03skge: remove __dev* attributesBill Pemberton
2012-12-03sky2: fix cleanup sequence in probe() functionLino Sanfilippo
2012-10-07drivers/net/ethernet/marvell/sky2.c: fix error return codePeter Senna Tschudin
2012-07-09sky2: Fix for interrupt handlerMirko Lindner
2012-07-09sky2: Added support for Optima EEEMirko Lindner
2012-06-07sky2: fix checksum bit management on some chipsstephen hemminger