aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-222-0/+2
* 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-1/+2
* net: vxge: convert to hw_featuresMichał Mirosław2011-04-183-127/+59
* vxge: update driver versionJon Mason2011-04-121-2/+2
* vxge: spin-lock issueJon Mason2011-04-121-16/+32
* vxge: always enable hardware time stampJon Mason2011-04-123-51/+64
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-114-8/+8
|\
| * Fix common misspellingsLucas De Marchi2011-03-314-8/+8
* | vxge: convert to set_phys_idstephen hemminger2011-04-061-9/+16
|/
* net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-271-2/+2
* net: use pci_dev->revision, againSergei Shtylyov2011-02-281-17/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-1/+1
|\
| * vxge: Fix wrong boolean operatorStefan Weil2011-02-011-1/+1
* | vxge: update driver versionJon Mason2011-01-191-2/+2
* | vxge: MSIX one shot modeJon Mason2011-01-196-50/+302
* | vxge: correct eprom version detectionJon Mason2011-01-192-2/+2
* | vxge: cleanup probe error pathsJon Mason2011-01-191-30/+25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-141-0/+1
|\
| * vxge: Remember to release firmware after upgrading firmwareJesper Juhl2011-01-131-0/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ | |/ |/|
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | vxge: remove duplicated part of checkDan Carpenter2010-12-281-1/+1
* | vxge: add missing flush of reset_taskTejun Heo2010-12-191-0/+2
* | drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo2010-12-121-2/+0
* | vxge: update driver versionJon Mason2010-12-101-3/+3
* | vxge: independent interrupt moderationJon Mason2010-12-101-4/+7
* | vxge: hotplug stallJon Mason2010-12-101-2/+2
* | vxge: transmit timeout deadlockJon Mason2010-12-102-5/+15
* | vxge: use pci_request_region()Jon Mason2010-12-101-3/+3
* | vxge: fix crash of VF when unloading PFJon Mason2010-12-101-7/+18
* | vxge: code cleanup and reorganizationJon Mason2010-12-106-1979/+1812
* | net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2010-12-062-2/+2
* | vxge: update driver versionJon Mason2010-12-011-2/+2
* | vxge: use strcpy for stringsJon Mason2010-12-011-1/+1
* | vxge: remove unnecessary printksJon Mason2010-12-011-11/+0
* | vxge: remove unnecessary [kv][mcz]alloc castsJoe Perches2010-11-282-18/+10
* | drivers/net: use vzalloc()Eric Dumazet2010-11-271-23/+8
* | drivers/net/vxge/vxge-main.c: Remove unnecessary casts of pci_get_drvdataJoe Perches2010-11-171-16/+12
* | drivers/net/vxge: Remove unnecessary casts of netdev_privJoe Perches2010-11-172-26/+26
* | vxge: update driver versionJon Mason2010-11-111-2/+2
* | vxge: sparse and other clean-upsJon Mason2010-11-113-153/+76
* | vxge: correct multi-function detectionJon Mason2010-11-112-3/+6
* | vxge: Titan1A detectionJon Mason2010-11-114-55/+87
* | vxge: Handle errors in vxge_hw_vpath_fw_apiJon Mason2010-11-111-5/+10
* | vxge: add receive hardware timestampingJon Mason2010-11-112-9/+132
* | vxge: add support for ethtool firmware flashingJon Mason2010-11-117-22/+500
* | vxge: serialize access to steering control registerJon Mason2010-11-112-483/+325
* | vxge: cleanup debug printing and assertsJon Mason2010-11-112-35/+9
* | vxge: Wait for Rx to become idle before reseting or closingJon Mason2010-11-115-9/+106