aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-07vxge: show startup message with KERN_INFOWu Fengguang1-2/+2
2010-06-26vxge: fix memory leak in vxge_alloc_msix() error pathMichal Schmidt1-9/+20
2010-06-02vxge: Fix checkstack warning in vxge_probe()Prarit Bhargava1-42/+51
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches3-49/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-0/+4
2010-04-08vxge: Version update.Sreenivasa Honnur1-2/+2
2010-04-08vxge: Pass correct number of VFs value to pci_sriov_enable().Sreenivasa Honnur3-12/+71
2010-04-08vxge: Allow driver load for all enumerated pci functions.Sreenivasa Honnur1-2/+4
2010-04-08vxge: Fix a possible memory leak in vxge_hw_device_initialize().Sreenivasa Honnur1-1/+3
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-29vxge: Version update.Sreenivasa Honnur1-2/+2
2010-03-29vxge: Set function-0 as the privilaged function for normal function.Sreenivasa Honnur1-2/+4
2010-03-29vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur4-120/+81
2010-03-29vxge: Fixed "ethtool -d" prints.Sreenivasa Honnur1-3/+2
2010-03-29vxge: Align the memory only if it is misaligned.Sreenivasa Honnur1-4/+16
2010-03-29vxge: Fix starvation of receive ring controller when blasted by short packets.Sreenivasa Honnur3-13/+6
2010-03-29vxge: Fix a receive stall due to driver being out of synch with chip.Sreenivasa Honnur2-7/+56
2010-03-24net/various: remove trailing space in messagesFrans Pop1-1/+1
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-3/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2010-01-10vxge: use pci_dma_mapping_error to test return valueDenis Kirjanov1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-07drivers/net/vxge/vxge-main.c: use %pM to show MAC addresshartleys1-4/+2
2009-12-25vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov1-3/+3
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches2-13/+13
2009-10-28vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAGS + 1.Sreenivasa Honnur2-3/+4
2009-10-06vxge: Version update.Sreenivasa Honnur1-2/+2
2009-10-06vxge: Allow multiple functions with INTA.Sreenivasa Honnur5-57/+64
2009-10-06vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur3-0/+33
2009-10-06vxge: Removed unused functions.Sreenivasa Honnur1-204/+0
2009-10-06vxge: Fixed crash in PAE system due to wrong typecasting.Sreenivasa Honnur1-1/+1
2009-10-06vxge: Removed accessing non-supported registers.Sreenivasa Honnur2-6/+0
2009-10-06vxge: Update driver_config->vpath_per_dev for each function in probe.Sreenivasa Honnur1-1/+2
2009-10-06vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the privileged function: Resubmit#1Sreenivasa Honnur1-22/+30
2009-09-21trivial: remove unnecessary semicolonsJoe Perches2-2/+2
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-2/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-05vxge: Version updateBenjamin LaHaise1-2/+2
2009-08-05vxge: prefetch skb->dataBenjamin LaHaise2-1/+6
2009-08-05vxge: prefetch RxD descriptorsBenjamin LaHaise2-0/+2
2009-08-05vxge: improve tx performance by using mmiowb() instead of wmb()Benjamin LaHaise1-2/+2