summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-main.c
Commit message (Expand)AuthorAgeFilesLines
* s2io/vxge: Move the Exar driversJeff Kirsher2011-08-111-4854/+0Star
* vxge: do vlan cleanupJiri Pirko2011-07-211-78/+13Star
* net: vxge: Use is_multicast_ether_addr helperTobias Klauser2011-07-051-9/+5Star
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
* vxge: fix 64 bit access on 32 bit platformsstephen hemminger2011-06-221-10/+41
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-231-0/+1
* net: vxge: convert to hw_featuresMichał Mirosław2011-04-191-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/+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