aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/sky2.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02sky2: Replace mdelay with msleep in sky2_vpd_waitGravatar Jia-Ju Bai 1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-3/+3
2017-04-18sky2: Use seq_puts() in sky2_debug_show()Gravatar Markus Elfring 1-1/+1
2017-01-18net: Remove usage of net_device last_rx memberGravatar Tobias Klauser 1-3/+3
2017-01-17net: marvell: sky2: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 1-28/+40
2017-01-08net: make ndo_get_stats64 a void functionGravatar stephen hemminger 1-4/+2
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+13
2016-11-18net: sky2: Fix shutdown crashGravatar Jeremy Linton 1-0/+13
2016-10-18ethernet/marvell: use core min/max MTU checkingGravatar Jarod Wilson 1-10/+8
2016-09-01sky2: use napi_complete_doneGravatar stephen hemminger 1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKGravatar Tom Herbert 1-1/+1
2015-09-29RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badGravatar Liviu Dudau 1-0/+12
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereGravatar Jiri Pirko 1-3/+3
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2014-12-05sky2: avoid pci write posting after disabling irqsGravatar Lino Sanfilippo 1-1/+2
2014-11-26sky2: Fix crash inside sky2_rx_cleanGravatar Mirko Lindner 1-1/+3
2014-11-21sky2: use new netdev_rss_key_fill() helperGravatar Ian Morris 1-9/+4
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnGravatar Joe Perches 1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-08-08sky2: use pci_zalloc_consistentGravatar Joe Perches 1-3/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSGravatar Wilfried Klaebe 1-1/+1
2014-03-24sky2: Call dev_kfree_skb_any instead of dev_kfree_skb.Gravatar Eric W. Biederman 1-1/+1
2014-03-14sky2: Don't receive packets when the napi budget == 0Gravatar Eric W. Biederman 1-0/+3
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqGravatar Eric W. Biederman 1-4/+4
2014-03-10sky2: allow mac to come from dtGravatar Tim Harvey 1-2/+13
2014-01-27sky2: initialize napi before registering deviceGravatar Stanislaw Gruszka 1-2/+2
2013-12-18net: sky2 calls skb_set_hashGravatar Tom Herbert 1-3/+3
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepGravatar John Stultz 1-0/+3
2013-10-21net: sky2: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-3/+0
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-1/+1
2013-05-03sky2: Fix crash on receiving VLAN framesGravatar Kirill Smelkov 1-0/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsGravatar Patrick McHardy 1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Gravatar Patrick McHardy 1-4/+5
2013-03-29sky2: Threshold for Pause Packet is set wrongGravatar Mirko Lindner 1-1/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsGravatar Joe Perches 1-3/+1
2013-01-08remove init of dev->perm_addr in driversGravatar Jiri Pirko 1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGravatar Greg Kroah-Hartman 1-5/+3
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar David S. Miller 1-8/+8
2012-12-03skge: remove __dev* attributesGravatar Bill Pemberton 1-8/+8
2012-12-03sky2: fix cleanup sequence in probe() functionGravatar Lino Sanfilippo 1-7/+8
2012-10-07drivers/net/ethernet/marvell/sky2.c: fix error return codeGravatar Peter Senna Tschudin 1-1/+4
2012-07-09sky2: Fix for interrupt handlerGravatar Mirko Lindner 1-1/+3
2012-07-09sky2: Added support for Optima EEEGravatar Mirko Lindner 1-1/+13
2012-06-07sky2: fix checksum bit management on some chipsGravatar stephen hemminger 1-4/+6
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-11/+20
2012-05-01sky2: fix receive length error in mixed non-VLAN/VLAN trafficGravatar stephen hemminger 1-11/+17
2012-05-01sky2: propogate rx hash when packet is copiedGravatar stephen hemminger 1-0/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+15