aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/sky2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-18net: sky2: Fix shutdown crashJeremy Linton1-0/+13
2016-09-01sky2: use napi_complete_donestephen hemminger1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-09-29RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau1-0/+12
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-3/+3
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-12-05sky2: avoid pci write posting after disabling irqsLino Sanfilippo1-1/+2
2014-11-26sky2: Fix crash inside sky2_rx_cleanMirko Lindner1-1/+3
2014-11-21sky2: use new netdev_rss_key_fill() helperIan Morris1-9/+4
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08sky2: use pci_zalloc_consistentJoe Perches1-3/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-24sky2: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-14sky2: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-10sky2: allow mac to come from dtTim Harvey1-2/+13
2014-01-27sky2: initialize napi before registering deviceStanislaw Gruszka1-2/+2
2013-12-18net: sky2 calls skb_set_hashTom Herbert1-3/+3
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+3
2013-10-21net: sky2: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-03sky2: Fix crash on receiving VLAN framesKirill Smelkov1-0/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-4/+5
2013-03-29sky2: Threshold for Pause Packet is set wrongMirko Lindner1-1/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-5/+3
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-nextDavid S. Miller1-8/+8
2012-12-03skge: remove __dev* attributesBill Pemberton1-8/+8
2012-12-03sky2: fix cleanup sequence in probe() functionLino Sanfilippo1-7/+8
2012-10-07drivers/net/ethernet/marvell/sky2.c: fix error return codePeter Senna Tschudin1-1/+4
2012-07-09sky2: Fix for interrupt handlerMirko Lindner1-1/+3
2012-07-09sky2: Added support for Optima EEEMirko Lindner1-1/+13
2012-06-07sky2: fix checksum bit management on some chipsstephen hemminger1-4/+6
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+20
2012-05-01sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger1-11/+17
2012-05-01sky2: propogate rx hash when packet is copiedstephen hemminger1-0/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+15
2012-04-04sky2: copy received packets on inefficient unaligned architecturestephen hemminger1-1/+12
2012-04-03sky2: fix missing register reset on error path in sky2_test_msi()Lino Sanfilippo1-2/+2
2012-04-02sky2: dont overwrite settings for PHY Quick linkLino Sanfilippo1-2/+3
2012-03-21sky2: override for PCI legacy power managementstephen hemminger1-0/+11
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-11-29sky2: add bql supportstephen hemminger1-5/+13
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-1/+0
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-38/+68