aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08sky2: version 1.29stephen hemminger1-1/+1
2011-07-08sky2: support for new Optima chipsets (EXPERIMENTAL)stephen hemminger1-6/+83
2011-07-08sky2: use correct Inter Packet Gap at 10/100mbitstephen hemminger1-3/+22
2011-07-08sky2: force receive checksum when using RSS on some hardware (v2)stephen hemminger1-3/+17
2011-07-07sky2: use GFP_KERNEL allocations at device setupEric Dumazet1-6/+7
2011-06-27sky2: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason1-8/+7
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+3
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-1/+1
2011-04-12net: sky2: convert to hw_featuresMichał Mirosław1-102/+59
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-04-06sky2: support ethtool set_phys_idstephen hemminger1-12/+13
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-14drivers/net: fix build warnings with CONFIG_PM_SLEEP disabledMichel Lespinasse1-1/+1
2011-01-09sky2: convert to new VLAN model (v0.2)Stephen Hemminger1-67/+50
2011-01-09sky2: fix limited auto negotiationStephen Hemminger1-9/+17
2011-01-01sky2: implement 64 bit statsstephen hemminger1-36/+67
2010-12-31sky2: Do not use legacy PCI power managementRafael J. Wysocki1-26/+28
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-09-15sky2: enable GRO by defaultstephen hemminger1-1/+2
2010-07-30sky2: Code style fixesMike McCormack1-12/+12
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-10/+6
2010-06-23sky2: enable rx/tx in sky2_phy_reinit()Brandon Philips1-5/+14
2010-05-14sky2: version 1.28stephen hemminger1-1/+1
2010-05-14sky2: Avoid allocating memory in sky2_resumeMike McCormack1-15/+5
2010-05-14sky2: Refactor down/up code out of sky2_restart()Mike McCormack1-7/+19
2010-05-14sky2: Shut off interrupts before NAPIMike McCormack1-2/+2
2010-05-14sky2: Avoid race in sky2_change_mtuMike McCormack1-1/+1
2010-05-14sky2: Restore multicast after restartMike McCormack1-0/+1
2010-04-28sky2: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-11/+11
2010-04-24sky2: add support for receive hashingStephen Hemminger1-2/+77
2010-04-22sky2: size status ring based on Tx/Rx ringstephen hemminger1-16/+19
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30sky2: avoid duplicate link up on Optima chipstephen hemminger1-1/+2
2010-03-30sky2: add XL revisionsstephen hemminger1-4/+6
2010-03-30sky2: support Yukon EC_U rev B1 and laterstephen hemminger1-2/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13sky2: Avoid rtnl_unlock without rtnl_lockMike McCormack1-1/+1
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-3/+2
2010-02-17drivers/net/sky2.c: Use (pr|netdev)_<level> macro helpersJoe Perches1-36/+27
2010-02-16drivers/net/sky2: Convert to use netif_printk macrosJoe Perches1-38/+27
2010-02-12sky2: version 1.27stephen hemminger1-1/+1
2010-02-12sky2: Avoid down and up during sky2_resetMike McCormack1-21/+47
2010-02-12sky2: Refactor sky2_down into two functionsMike McCormack1-11/+17
2010-02-12sky2: Refactor sky2_up into two functionsMike McCormack1-16/+25
2010-02-12sky2: Allocate initial skbs in sky2_alloc_buffersMike McCormack1-30/+36
2010-02-12sky2: Factor out code to calculate packet sizesMike McCormack1-20/+37
2010-02-12sky2: jumbo packet changesstephen hemminger1-22/+14