summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge
Commit message (Expand)AuthorAgeFilesLines
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* vxge: Version update.Sreenivasa Honnur2010-03-291-2/+2
* vxge: Set function-0 as the privilaged function for normal function.Sreenivasa Honnur2010-03-291-2/+4
* vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur2010-03-294-120/+81
* vxge: Fixed "ethtool -d" prints.Sreenivasa Honnur2010-03-291-3/+2
* vxge: Align the memory only if it is misaligned.Sreenivasa Honnur2010-03-291-4/+16
* vxge: Fix starvation of receive ring controller when blasted by short packets.Sreenivasa Honnur2010-03-293-13/+6
* vxge: Fix a receive stall due to driver being out of synch with chip.Sreenivasa Honnur2010-03-292-7/+56
* net/various: remove trailing space in messagesFrans Pop2010-03-241-1/+1
* net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-261-3/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-4/+4
|\
| * vxge: use pci_dma_mapping_error to test return valueDenis Kirjanov2010-01-101-1/+1
| * vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov2009-12-251-3/+3
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* | drivers/net/vxge/vxge-main.c: use %pM to show MAC addresshartleys2010-01-071-4/+2
|/
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-032-13/+13
* vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAG...Sreenivasa Honnur2009-10-282-3/+4
* vxge: Version update.Sreenivasa Honnur2009-10-061-2/+2
* vxge: Allow multiple functions with INTA.Sreenivasa Honnur2009-10-065-57/+64
* vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur2009-10-063-0/+33
* vxge: Removed unused functions.Sreenivasa Honnur2009-10-061-204/+0
* vxge: Fixed crash in PAE system due to wrong typecasting.Sreenivasa Honnur2009-10-061-1/+1
* vxge: Removed accessing non-supported registers.Sreenivasa Honnur2009-10-062-6/+0
* vxge: Update driver_config->vpath_per_dev for each function in probe.Sreenivasa Honnur2009-10-061-1/+2
* vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the...Sreenivasa Honnur2009-10-061-22/+30
* trivial: remove unnecessary semicolonsJoe Perches2009-09-212-2/+2
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-2/+0
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* vxge: Version updateBenjamin LaHaise2009-08-051-2/+2
* vxge: prefetch skb->dataBenjamin LaHaise2009-08-052-1/+6
* vxge: prefetch RxD descriptorsBenjamin LaHaise2009-08-052-0/+2
* vxge: improve tx performance by using mmiowb() instead of wmb()Benjamin LaHaise2009-08-051-2/+2
* vxge: fix pktgen hangs (don't abuse skb->cb[])Benjamin LaHaise2009-08-055-32/+40
* vxge: don't drop frame on tx queue fullBenjamin LaHaise2009-08-051-0/+6
* vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-011-0/+3
* vxge: Version updateSreenivasa Honnur2009-07-051-1/+1
* vxge: Printing the function's configured mode of operationSreenivasa Honnur2009-07-051-0/+21
* vxge: Disable fcs stripping.Sreenivasa Honnur2009-07-052-5/+7
* vxge: Fixes in isr routineSreenivasa Honnur2009-07-052-10/+13
* vxge: Removed the code to bounds check the mss valueSreenivasa Honnur2009-07-052-7/+0
* vxge: Corrected Register map entry for xmac_link registersSreenivasa Honnur2009-07-051-3/+6
* vxge: check for card status before continuing in device closeSreenivasa Honnur2009-07-051-0/+3
* vxge: Fixed memory leak by freeing memory allocated for device_configSreenivasa Honnur2009-07-051-0/+1
* vxge: Removed ioremap of unused bar addresses and their referencesSreenivasa Honnur2009-07-054-45/+10
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* vxge: Enable SRIOV support in the driver.Sivakumar Subramani2009-06-173-7/+22
* vxge: No need for check vfree() pointer.Figo.zhang2009-06-111-8/+4
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-1/+1
|\
OpenPOWER on IntegriCloud