aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-05vxge: fix pktgen hangs (don't abuse skb->cb[])Benjamin LaHaise5-32/+40
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: Version updateSreenivasa Honnur1-1/+1
2009-07-05vxge: Printing the function's configured mode of operationSreenivasa Honnur1-0/+21
2009-07-05vxge: Disable fcs stripping.Sreenivasa Honnur2-5/+7
2009-07-05vxge: Fixes in isr routineSreenivasa Honnur2-10/+13
2009-07-05vxge: Removed the code to bounds check the mss valueSreenivasa Honnur2-7/+0
2009-07-05vxge: Corrected Register map entry for xmac_link registersSreenivasa Honnur1-3/+6
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 Honnur4-45/+10
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 Subramani3-7/+22
2009-06-11vxge: No need for check vfree() pointer.Figo.zhang1-8/+4
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-2/+4
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-05-17Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR?roel kluin1-1/+1
2009-04-29Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL"David S. Miller2-23/+34
2009-04-27vxge: use max() instead of VXGE_HW_SET_LEVELAlexander Beregalov2-34/+23
2009-04-27vxge: fix possible NULL dereference in vxge-traffic.cAlexander Beregalov1-2/+2
2009-04-04vxge: should include tcp.hAlexander Beregalov1-0/+1
2009-04-02Neterion: New driver: Kconfig and MakefileRamkrishna Vepa1-0/+7
2009-04-02Neterion: New driver: Driver versionRamkrishna Vepa1-0/+23
2009-04-02Neterion: New driver: Ethtool relatedRamkrishna Vepa2-0/+1215
2009-04-02Neterion: New driver: Main entry pointsRamkrishna Vepa2-0/+5059
2009-04-02Neterion: New driver: Traffic & alarm handlerRamkrishna Vepa2-0/+4937
2009-04-02Neterion: New driver: Hardware init & configurationRamkrishna Vepa2-0/+7523
2009-04-02Neterion: New driver: register set - vxge-reg.hRamkrishna Vepa1-0/+4608