summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/sky2.c
AgeCommit message (Expand)Author
2020-07-31net: sky2: initialize return of gm_phy_readTom Rix
2019-09-21sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai
2019-08-04sky2: Disable MSI on ASUS P6TTakashi Iwai
2019-03-23sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng
2019-02-23sky2: Increase D3 delay againKai-Heng Feng
2018-04-13sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng
2016-12-10net: sky2: Fix shutdown crashJeremy Linton
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
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-01sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger
2012-05-01sky2: propogate rx hash when packet is copiedstephen hemminger
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-04sky2: copy received packets on inefficient unaligned architecturestephen hemminger
2012-04-03sky2: fix missing register reset on error path in sky2_test_msi()Lino Sanfilippo
2012-04-02sky2: dont overwrite settings for PHY Quick linkLino Sanfilippo
2012-03-21sky2: override for PCI legacy power managementstephen hemminger
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches