summaryrefslogtreecommitdiff
path: root/drivers/net/sky2.c
AgeCommit message (Expand)Author
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W
2011-04-12net: sky2: convert to hw_featuresMichał Mirosław
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-06sky2: support ethtool set_phys_idstephen hemminger
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-14drivers/net: fix build warnings with CONFIG_PM_SLEEP disabledMichel Lespinasse
2011-01-09sky2: convert to new VLAN model (v0.2)Stephen Hemminger
2011-01-09sky2: fix limited auto negotiationStephen Hemminger
2011-01-01sky2: implement 64 bit statsstephen hemminger
2010-12-31sky2: Do not use legacy PCI power managementRafael J. Wysocki
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-09-15sky2: enable GRO by defaultstephen hemminger
2010-07-30sky2: Code style fixesMike McCormack
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-06-23sky2: enable rx/tx in sky2_phy_reinit()Brandon Philips
2010-05-14sky2: version 1.28stephen hemminger
2010-05-14sky2: Avoid allocating memory in sky2_resumeMike McCormack
2010-05-14sky2: Refactor down/up code out of sky2_restart()Mike McCormack
2010-05-14sky2: Shut off interrupts before NAPIMike McCormack
2010-05-14sky2: Avoid race in sky2_change_mtuMike McCormack
2010-05-14sky2: Restore multicast after restartMike McCormack
2010-04-28sky2: use the DMA state API instead of the pci equivalentsFUJITA Tomonori
2010-04-24sky2: add support for receive hashingStephen Hemminger
2010-04-22sky2: size status ring based on Tx/Rx ringstephen hemminger
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30sky2: avoid duplicate link up on Optima chipstephen hemminger
2010-03-30sky2: add XL revisionsstephen hemminger
2010-03-30sky2: support Yukon EC_U rev B1 and laterstephen hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-13sky2: Avoid rtnl_unlock without rtnl_lockMike McCormack
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko
2010-02-17drivers/net/sky2.c: Use (pr|netdev)_<level> macro helpersJoe Perches
2010-02-16drivers/net/sky2: Convert to use netif_printk macrosJoe Perches
2010-02-12sky2: version 1.27stephen hemminger
2010-02-12sky2: Avoid down and up during sky2_resetMike McCormack
2010-02-12sky2: Refactor sky2_down into two functionsMike McCormack
2010-02-12sky2: Refactor sky2_up into two functionsMike McCormack
2010-02-12sky2: Allocate initial skbs in sky2_alloc_buffersMike McCormack
2010-02-12sky2: Factor out code to calculate packet sizesMike McCormack
2010-02-12sky2: jumbo packet changesstephen hemminger
2010-02-12sky2: dont enable PME legacy modestephen hemminger
2010-02-12sky2: WoL changesstephen hemminger
2010-02-12sky2: fix sparse warningstephen hemminger
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-10sky2: receive checksum refactoringstephen hemminger
2010-02-10sky2: disable ASF on Yukon Supremestephen hemminger
2010-02-10sky2: resume clocksstephen hemminger