summaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.c
Commit message (Expand)AuthorAgeFilesLines
* sky2: version 1.29stephen hemminger2011-07-081-1/+1
* sky2: support for new Optima chipsets (EXPERIMENTAL)stephen hemminger2011-07-081-6/+83
* sky2: use correct Inter Packet Gap at 10/100mbitstephen hemminger2011-07-081-3/+22
* sky2: force receive checksum when using RSS on some hardware (v2)stephen hemminger2011-07-081-3/+17
* sky2: use GFP_KERNEL allocations at device setupEric Dumazet2011-07-071-6/+7
* sky2: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason2011-06-281-8/+7Star
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+3
* ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-151-1/+1
* net: sky2: convert to hw_featuresMichał Mirosław2011-04-121-102/+59Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-2/+2
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | sky2: support ethtool set_phys_idstephen hemminger2011-04-061-12/+13
|/
* drivers/net: fix build warnings with CONFIG_PM_SLEEP disabledMichel Lespinasse2011-03-141-1/+1
* sky2: convert to new VLAN model (v0.2)Stephen Hemminger2011-01-101-67/+50Star
* sky2: fix limited auto negotiationStephen Hemminger2011-01-101-9/+17
* sky2: implement 64 bit statsstephen hemminger2011-01-011-36/+67
* sky2: Do not use legacy PCI power managementRafael J. Wysocki2010-12-311-26/+28
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* sky2: enable GRO by defaultstephen hemminger2010-09-161-1/+2
* sky2: Code style fixesMike McCormack2010-07-311-12/+12
* ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-10/+6Star
* sky2: enable rx/tx in sky2_phy_reinit()Brandon Philips2010-06-231-5/+14
* sky2: version 1.28stephen hemminger2010-05-141-1/+1
* sky2: Avoid allocating memory in sky2_resumeMike McCormack2010-05-141-15/+5Star
* sky2: Refactor down/up code out of sky2_restart()Mike McCormack2010-05-141-7/+19
* sky2: Shut off interrupts before NAPIMike McCormack2010-05-141-2/+2
* sky2: Avoid race in sky2_change_mtuMike McCormack2010-05-141-1/+1
* sky2: Restore multicast after restartMike McCormack2010-05-141-0/+1
* sky2: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-04-281-11/+11
* sky2: add support for receive hashingStephen Hemminger2010-04-251-2/+77
* sky2: size status ring based on Tx/Rx ringstephen hemminger2010-04-231-16/+19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | sky2: avoid duplicate link up on Optima chipstephen hemminger2010-03-311-1/+2
* | sky2: add XL revisionsstephen hemminger2010-03-311-4/+6
* | sky2: support Yukon EC_U rev B1 and laterstephen hemminger2010-03-311-2/+5
|/
* sky2: Avoid rtnl_unlock without rtnl_lockMike McCormack2010-03-131-1/+1
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-3/+2Star
* drivers/net/sky2.c: Use (pr|netdev)_<level> macro helpersJoe Perches2010-02-181-36/+27Star
* drivers/net/sky2: Convert to use netif_printk macrosJoe Perches2010-02-171-38/+27Star
* sky2: version 1.27stephen hemminger2010-02-131-1/+1
* sky2: Avoid down and up during sky2_resetMike McCormack2010-02-131-21/+47
* sky2: Refactor sky2_down into two functionsMike McCormack2010-02-131-11/+17
* sky2: Refactor sky2_up into two functionsMike McCormack2010-02-131-16/+25
* sky2: Allocate initial skbs in sky2_alloc_buffersMike McCormack2010-02-131-30/+36
* sky2: Factor out code to calculate packet sizesMike McCormack2010-02-131-20/+37
* sky2: jumbo packet changesstephen hemminger2010-02-131-22/+14Star