aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Pass correct number of VFs value to pci_sriov_enable().Sreenivasa Honnur1-10/+54
2010-04-08vxge: Allow driver load for all enumerated pci functions.Sreenivasa Honnur1-2/+4
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 Heo1-0/+1
2010-03-29vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur1-96/+67
2010-03-29vxge: Fix starvation of receive ring controller when blasted by short packets.Sreenivasa Honnur1-1/+1
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 Perches1-3/+3
2009-10-28vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAGS + 1.Sreenivasa Honnur1-2/+3
2009-10-06vxge: Allow multiple functions with INTA.Sreenivasa Honnur1-56/+36
2009-10-06vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur1-0/+9
2009-10-06vxge: Update driver_config->vpath_per_dev for each function in probe.Sreenivasa Honnur1-1/+2
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
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: prefetch skb->dataBenjamin LaHaise1-1/+5
2009-08-05vxge: prefetch RxD descriptorsBenjamin LaHaise1-0/+1
2009-08-05vxge: fix pktgen hangs (don't abuse skb->cb[])Benjamin LaHaise1-25/+28
2009-08-05vxge: don't drop frame on tx queue fullBenjamin LaHaise1-0/+6
2009-08-01vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-07-05vxge: Printing the function's configured mode of operationSreenivasa Honnur1-0/+21
2009-07-05vxge: Disable fcs stripping.Sreenivasa Honnur1-4/+6
2009-07-05vxge: Fixes in isr routineSreenivasa Honnur1-10/+12
2009-07-05vxge: Removed the code to bounds check the mss valueSreenivasa Honnur1-5/+0
2009-07-05vxge: check for card status before continuing in device closeSreenivasa Honnur1-0/+3
2009-07-05vxge: Fixed memory leak by freeing memory allocated for device_configSreenivasa Honnur1-0/+1
2009-07-05vxge: Removed ioremap of unused bar addresses and their referencesSreenivasa Honnur1-25/+9
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-17vxge: Enable SRIOV support in the driver.Sivakumar Subramani1-0/+13
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-2/+4
2009-04-04vxge: should include tcp.hAlexander Beregalov1-0/+1
2009-04-02Neterion: New driver: Main entry pointsRamkrishna Vepa1-0/+4502