aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-27vxge: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason1-8/+5
2011-06-21drivers/net: Remove casts of void *Joe Perches1-29/+15
2011-04-12vxge: spin-lock issueJon Mason1-16/+32
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-02-01vxge: Fix wrong boolean operatorStefan Weil1-1/+1
2011-01-19vxge: MSIX one shot modeJon Mason1-20/+10
2011-01-19vxge: correct eprom version detectionJon Mason1-1/+1
2010-12-10vxge: independent interrupt moderationJon Mason1-4/+7
2010-12-10vxge: code cleanup and reorganizationJon Mason1-1303/+1178
2010-11-28vxge: remove unnecessary [kv][mcz]alloc castsJoe Perches1-15/+9
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-23/+8
2010-11-11vxge: sparse and other clean-upsJon Mason1-77/+23
2010-11-11vxge: correct multi-function detectionJon Mason1-3/+3
2010-11-11vxge: Titan1A detectionJon Mason1-31/+9
2010-11-11vxge: Handle errors in vxge_hw_vpath_fw_apiJon Mason1-5/+10
2010-11-11vxge: add support for ethtool firmware flashingJon Mason1-1/+182
2010-11-11vxge: serialize access to steering control registerJon Mason1-483/+324
2010-11-11vxge: Wait for Rx to become idle before reseting or closingJon Mason1-3/+83
2010-11-11vxge: enable rxhashJon Mason1-0/+2
2010-10-24vxge: make functions local and remove dead codestephen hemminger1-85/+247
2010-07-15vxge: Update copyright informationJon Mason1-2/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-17/+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: Fix a possible memory leak in vxge_hw_device_initialize().Sreenivasa Honnur1-1/+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: Set function-0 as the privilaged function for normal function.Sreenivasa Honnur1-2/+4
2010-03-29vxge: Fix starvation of receive ring controller when blasted by short packets.Sreenivasa Honnur1-10/+4
2009-10-06vxge: Allow multiple functions with INTA.Sreenivasa Honnur1-0/+24
2009-10-06vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur1-0/+22
2009-10-06vxge: Removed unused functions.Sreenivasa Honnur1-204/+0
2009-10-06vxge: Removed accessing non-supported registers.Sreenivasa Honnur1-2/+0
2009-10-06vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the privileged function: Resubmit#1Sreenivasa Honnur1-22/+30
2009-07-05vxge: Removed ioremap of unused bar addresses and their referencesSreenivasa Honnur1-10/+0
2009-06-17vxge: Enable SRIOV support in the driver.Sivakumar Subramani1-5/+7
2009-06-11vxge: No need for check vfree() pointer.Figo.zhang1-8/+4
2009-04-02Neterion: New driver: Hardware init & configurationRamkrishna Vepa1-0/+5264