summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-main.c
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* net: vxge: convert to hw_featuresMichał Mirosław2011-04-181-45/+55
* vxge: always enable hardware time stampJon Mason2011-04-121-17/+26
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* net: use pci_dev->revision, againSergei Shtylyov2011-02-281-17/+1
* vxge: MSIX one shot modeJon Mason2011-01-191-18/+141
* vxge: correct eprom version detectionJon Mason2011-01-191-1/+1
* vxge: cleanup probe error pathsJon Mason2011-01-191-30/+25
* vxge: Remember to release firmware after upgrading firmwareJesper Juhl2011-01-131-0/+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: hotplug stallJon Mason2010-12-101-2/+2
* vxge: transmit timeout deadlockJon Mason2010-12-101-5/+14
* 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-101-248/+226
* net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2010-12-061-1/+1
* 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-281-3/+1
* 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-171-13/+13
* vxge: sparse and other clean-upsJon Mason2010-11-111-55/+39
* vxge: Titan1A detectionJon Mason2010-11-111-5/+40
* vxge: add receive hardware timestampingJon Mason2010-11-111-6/+127
* vxge: add support for ethtool firmware flashingJon Mason2010-11-111-16/+174
* vxge: Wait for Rx to become idle before reseting or closingJon Mason2010-11-111-6/+13
* vxge: enable rxhashJon Mason2010-11-111-20/+34
* vxge: make functions local and remove dead codestephen hemminger2010-10-241-26/+38
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-1/+1
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* vxge: Implement 64bit statsEric Dumazet2010-08-191-15/+7
* drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-171-5/+5
* drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>Joe Perches2010-07-301-16/+11
* vxge: Update copyright informationJon Mason2010-07-151-3/+3
* vxge: NETIF_F_LLTX removalJon Mason2010-07-151-114/+35
* vxge: Fix multicast issuesJon Mason2010-07-151-124/+146
* vxge: Remove queue_state referencesJon Mason2010-07-151-77/+41
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-11/+22
|\
| * vxge: show startup message with KERN_INFOWu Fengguang2010-07-071-2/+2
| * vxge: fix memory leak in vxge_alloc_msix() error pathMichal Schmidt2010-06-261-9/+20
* | vxge: Fix checkstack warning in vxge_probe()Prarit Bhargava2010-06-021-42/+51
|/
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
* 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
* | vxge: Pass correct number of VFs value to pci_sriov_enable().Sreenivasa Honnur2010-04-081-10/+54
* | vxge: Allow driver load for all enumerated pci functions.Sreenivasa Honnur2010-04-081-2/+4
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur2010-03-291-96/+67
OpenPOWER on IntegriCloud