summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge
Commit message (Expand)AuthorAgeFilesLines
* vxge: do vlan cleanupJiri Pirko2011-07-212-80/+16Star
* net: vxge: Use is_multicast_ether_addr helperTobias Klauser2011-07-051-9/+5Star
* vxge: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason2011-06-281-8/+5Star
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-0/+1
* vxge: fix 64 bit access on 32 bit platformsstephen hemminger2011-06-222-40/+59
* drivers/net: Remove casts of void *Joe Perches2011-06-222-32/+18Star
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-072-0/+2
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-232-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-193-127/+59Star
* 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-281-2/+2
* net: use pci_dev->revision, againSergei Shtylyov2011-02-281-17/+1Star
* 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-201-2/+2
* | vxge: MSIX one shot modeJon Mason2011-01-206-50/+302
* | vxge: correct eprom version detectionJon Mason2011-01-202-2/+2
* | vxge: cleanup probe error pathsJon Mason2011-01-201-30/+25Star
|/
* 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-141-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-201-0/+2
* | drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo2010-12-121-2/+0Star
* | vxge: update driver versionJon Mason2010-12-111-3/+3
* | vxge: independent interrupt moderationJon Mason2010-12-111-4/+7
* | vxge: hotplug stallJon Mason2010-12-111-2/+2
* | vxge: transmit timeout deadlockJon Mason2010-12-112-5/+15
* | vxge: use pci_request_region()Jon Mason2010-12-111-3/+3
* | vxge: fix crash of VF when unloading PFJon Mason2010-12-111-7/+18
* | vxge: code cleanup and reorganizationJon Mason2010-12-116-1979/+1812Star
* | 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/+0Star
* | vxge: remove unnecessary [kv][mcz]alloc castsJoe Perches2010-11-292-18/+10Star
* | drivers/net: use vzalloc()Eric Dumazet2010-11-281-23/+8Star
* | drivers/net/vxge/vxge-main.c: Remove unnecessary casts of pci_get_drvdataJoe Perches2010-11-171-16/+12Star
* | 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/+76Star