summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/sky2.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-06sky2: 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-10drivers/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-09sky2: use pci_zalloc_consistentJoe Perches1-3/+2
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-25sky2: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-15sky2: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15net: 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-28sky2: initialize napi before registering deviceStanislaw Gruszka1-2/+2
2013-12-19net: sky2 calls skb_set_hashTom Herbert1-3/+3
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+3
2013-10-22net: sky2: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-05-29net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-04sky2: 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-09remove 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-04Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...David 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-08sky2: fix checksum bit management on some chipsstephen hemminger1-4/+6
2012-05-08Merge 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-05sky2: copy received packets on inefficient unaligned architecturestephen hemminger1-1/+12
2012-04-04sky2: fix missing register reset on error path in sky2_test_msi()Lino Sanfilippo1-2/+2
2012-04-03sky2: dont overwrite settings for PHY Quick linkLino Sanfilippo1-2/+3
2012-03-22sky2: override for PCI legacy power managementstephen hemminger1-0/+11
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-11-30sky2: add bql supportstephen hemminger1-5/+13
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones1-1/+0
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-38/+68
2011-11-18sky2: fix hang in napi_disablestephen hemminger1-7/+10
2011-11-18sky2: enforce minimum ring sizestephen hemminger1-2/+12
2011-11-17net: drivers: use bool type instead of double negationMichał Mirosław1-1/+1
2011-11-17sky2: version 1.30stephen hemminger1-1/+1
2011-11-17sky2: used fixed RSS keystephen hemminger1-4/+9
2011-11-17sky2: reduce default Tx ring sizestephen hemminger1-1/+1
2011-11-17sky2: rename up/down functionsstephen hemminger1-10/+10