summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-main.c
Commit message (Expand)AuthorAgeFilesLines
* net: use pci_dev->revision, againSergei Shtylyov2011-02-281-17/+1Star
* vxge: MSIX one shot modeJon Mason2011-01-201-18/+141
* vxge: correct eprom version detectionJon Mason2011-01-201-1/+1
* vxge: cleanup probe error pathsJon Mason2011-01-201-30/+25Star
* vxge: Remember to release firmware after upgrading firmwareJesper Juhl2011-01-141-0/+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: hotplug stallJon Mason2010-12-111-2/+2
* vxge: transmit timeout deadlockJon Mason2010-12-111-5/+14
* 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-111-248/+226Star
* 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/+0Star
* vxge: remove unnecessary [kv][mcz]alloc castsJoe Perches2010-11-291-3/+1Star
* 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-171-13/+13
* vxge: sparse and other clean-upsJon Mason2010-11-111-55/+39Star
* 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-251-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-031-1/+1
* vxge: Implement 64bit statsEric Dumazet2010-08-191-15/+7Star
* drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-181-5/+5
* drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>Joe Perches2010-07-311-16/+11Star
* vxge: Update copyright informationJon Mason2010-07-161-3/+3
* vxge: NETIF_F_LLTX removalJon Mason2010-07-161-114/+35Star
* vxge: Fix multicast issuesJon Mason2010-07-161-124/+146
* vxge: Remove queue_state referencesJon Mason2010-07-161-77/+41Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-081-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-271-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/+0Star
* 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-301-96/+67Star
* | vxge: Fix starvation of receive ring controller when blasted by short packets.Sreenivasa Honnur2010-03-301-1/+1
* | net/various: remove trailing space in messagesFrans Pop2010-03-241-1/+1
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-261-3/+1Star
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3