aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-18net: vxge: convert to hw_featuresMichał Mirosław1-45/+55
2011-04-12vxge: always enable hardware time stampJon Mason1-17/+26
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-02-28net: use pci_dev->revision, againSergei Shtylyov1-17/+1
2011-01-19vxge: MSIX one shot modeJon Mason1-18/+141
2011-01-19vxge: correct eprom version detectionJon Mason1-1/+1
2011-01-19vxge: cleanup probe error pathsJon Mason1-30/+25
2011-01-13vxge: Remember to release firmware after upgrading firmwareJesper Juhl1-0/+1
2010-12-19vxge: add missing flush of reset_taskTejun Heo1-0/+2
2010-12-12drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo1-2/+0
2010-12-10vxge: hotplug stallJon Mason1-2/+2
2010-12-10vxge: transmit timeout deadlockJon Mason1-5/+14
2010-12-10vxge: use pci_request_region()Jon Mason1-3/+3
2010-12-10vxge: fix crash of VF when unloading PFJon Mason1-7/+18
2010-12-10vxge: code cleanup and reorganizationJon Mason1-248/+226
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-1/+1
2010-12-01vxge: use strcpy for stringsJon Mason1-1/+1
2010-12-01vxge: remove unnecessary printksJon Mason1-11/+0
2010-11-28vxge: remove unnecessary [kv][mcz]alloc castsJoe Perches1-3/+1
2010-11-17drivers/net/vxge/vxge-main.c: Remove unnecessary casts of pci_get_drvdataJoe Perches1-16/+12
2010-11-17drivers/net/vxge: Remove unnecessary casts of netdev_privJoe Perches1-13/+13
2010-11-11vxge: sparse and other clean-upsJon Mason1-55/+39
2010-11-11vxge: Titan1A detectionJon Mason1-5/+40
2010-11-11vxge: add receive hardware timestampingJon Mason1-6/+127
2010-11-11vxge: add support for ethtool firmware flashingJon Mason1-16/+174
2010-11-11vxge: Wait for Rx to become idle before reseting or closingJon Mason1-6/+13
2010-11-11vxge: enable rxhashJon Mason1-20/+34
2010-10-24vxge: make functions local and remove dead codestephen hemminger1-26/+38
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-19vxge: Implement 64bit statsEric Dumazet1-15/+7
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-5/+5
2010-07-30drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>Joe Perches1-16/+11
2010-07-15vxge: Update copyright informationJon Mason1-3/+3
2010-07-15vxge: NETIF_F_LLTX removalJon Mason1-114/+35
2010-07-15vxge: Fix multicast issuesJon Mason1-124/+146
2010-07-15vxge: Remove queue_state referencesJon Mason1-77/+41
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+22
2010-07-07vxge: show startup message with KERN_INFOWu Fengguang1-2/+2
2010-06-26vxge: fix memory leak in vxge_alloc_msix() error pathMichal Schmidt1-9/+20
2010-06-02vxge: Fix checkstack warning in vxge_probe()Prarit Bhargava1-42/+51
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-08vxge: Pass correct number of VFs value to pci_sriov_enable().Sreenivasa Honnur1-10/+54
2010-04-08vxge: Allow driver load for all enumerated pci functions.Sreenivasa Honnur1-2/+4
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
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-29vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur1-96/+67