aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-19vxge: update driver versionJon Mason1-2/+2
2011-01-19vxge: MSIX one shot modeJon Mason6-50/+302
2011-01-19vxge: correct eprom version detectionJon Mason2-2/+2
2011-01-19vxge: cleanup probe error pathsJon Mason1-30/+25
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-01-13vxge: Remember to release firmware after upgrading firmwareJesper Juhl1-0/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-28vxge: remove duplicated part of checkDan Carpenter1-1/+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: update driver versionJon Mason1-3/+3
2010-12-10vxge: independent interrupt moderationJon Mason1-4/+7
2010-12-10vxge: hotplug stallJon Mason1-2/+2
2010-12-10vxge: transmit timeout deadlockJon Mason2-5/+15
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 Mason6-1979/+1812
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2-2/+2
2010-12-01vxge: update driver versionJon Mason1-2/+2
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 Perches2-18/+10
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-23/+8
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 Perches2-26/+26
2010-11-11vxge: update driver versionJon Mason1-2/+2
2010-11-11vxge: sparse and other clean-upsJon Mason3-153/+76
2010-11-11vxge: correct multi-function detectionJon Mason2-3/+6
2010-11-11vxge: Titan1A detectionJon Mason4-55/+87
2010-11-11vxge: Handle errors in vxge_hw_vpath_fw_apiJon Mason1-5/+10
2010-11-11vxge: add receive hardware timestampingJon Mason2-9/+132
2010-11-11vxge: add support for ethtool firmware flashingJon Mason7-22/+500
2010-11-11vxge: serialize access to steering control registerJon Mason2-483/+325
2010-11-11vxge: cleanup debug printing and assertsJon Mason2-35/+9
2010-11-11vxge: Wait for Rx to become idle before reseting or closingJon Mason5-9/+106
2010-11-11vxge: enable rxhashJon Mason6-63/+86
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-24vxge: make functions local and remove dead codestephen hemminger7-615/+304
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 Dumazet2-16/+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: Version updateJon Mason1-3/+2
2010-07-15vxge: Update copyright informationJon Mason11-22/+22
2010-07-15vxge: NETIF_F_LLTX removalJon Mason3-129/+39
2010-07-15vxge: Fix multicast issuesJon Mason1-124/+146
2010-07-15vxge: Remove queue_state referencesJon Mason2-86/+42
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+22