aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/vxge/vxge-main.c
AgeCommit message (Expand)Author
2011-08-11s2io/vxge: Move the Exar driversJeff Kirsher
2011-07-21vxge: do vlan cleanupJiri Pirko
2011-07-04net: vxge: Use is_multicast_ether_addr helperTobias Klauser
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-06-21vxge: fix 64 bit access on 32 bit platformsstephen hemminger
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-04-18net: vxge: convert to hw_featuresMichał Mirosław
2011-04-12vxge: always enable hardware time stampJon Mason
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-28net: use pci_dev->revision, againSergei Shtylyov
2011-01-19vxge: MSIX one shot modeJon Mason
2011-01-19vxge: correct eprom version detectionJon Mason
2011-01-19vxge: cleanup probe error pathsJon Mason
2011-01-13vxge: Remember to release firmware after upgrading firmwareJesper Juhl
2010-12-19vxge: add missing flush of reset_taskTejun Heo
2010-12-12drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo
2010-12-10vxge: hotplug stallJon Mason
2010-12-10vxge: transmit timeout deadlockJon Mason
2010-12-10vxge: use pci_request_region()Jon Mason
2010-12-10vxge: fix crash of VF when unloading PFJon Mason
2010-12-10vxge: code cleanup and reorganizationJon Mason
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław
2010-12-01vxge: use strcpy for stringsJon Mason
2010-12-01vxge: remove unnecessary printksJon Mason
2010-11-28vxge: remove unnecessary [kv][mcz]alloc castsJoe Perches
2010-11-17drivers/net/vxge/vxge-main.c: Remove unnecessary casts of pci_get_drvdataJoe Perches
2010-11-17drivers/net/vxge: Remove unnecessary casts of netdev_privJoe Perches
2010-11-11vxge: sparse and other clean-upsJon Mason
2010-11-11vxge: Titan1A detectionJon Mason
2010-11-11vxge: add receive hardware timestampingJon Mason
2010-11-11vxge: add support for ethtool firmware flashingJon Mason
2010-11-11vxge: Wait for Rx to become idle before reseting or closingJon Mason
2010-11-11vxge: enable rxhashJon Mason
2010-10-24vxge: make functions local and remove dead codestephen hemminger
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-19vxge: Implement 64bit statsEric Dumazet
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches
2010-07-30drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>Joe Perches
2010-07-15vxge: Update copyright informationJon Mason
2010-07-15vxge: NETIF_F_LLTX removalJon Mason
2010-07-15vxge: Fix multicast issuesJon Mason
2010-07-15vxge: Remove queue_state referencesJon Mason
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-07vxge: show startup message with KERN_INFOWu Fengguang
2010-06-26vxge: fix memory leak in vxge_alloc_msix() error pathMichal Schmidt
2010-06-02vxge: Fix checkstack warning in vxge_probe()Prarit Bhargava
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches