summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/sky2.c
AgeCommit message (Expand)Author
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
2011-11-29sky2: add bql supportstephen hemminger
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-17sky2: fix hang in napi_disablestephen hemminger
2011-11-17sky2: enforce minimum ring sizestephen hemminger
2011-11-16net: drivers: use bool type instead of double negationMichał Mirosław
2011-11-16sky2: version 1.30stephen hemminger
2011-11-16sky2: used fixed RSS keystephen hemminger
2011-11-16sky2: reduce default Tx ring sizestephen hemminger
2011-11-16sky2: rename up/down functionsstephen hemminger
2011-11-16sky2: pci posting issuesstephen hemminger
2011-11-16sky2: fix hang on shutdown (and other irq issues)stephen hemminger
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones
2011-11-04sky2: fix regression on Yukon Optimastephen hemminger
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-13sky2: fix skb truesize underestimationEric Dumazet
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell
2011-09-27sky2: manage irq better on single port cardstephen hemminger
2011-09-22sky2: convert to SKB paged frag API.Ian Campbell
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko