aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-traffic.c
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* vxge: MSIX one shot modeJon Mason2011-01-191-8/+108
* vxge: remove duplicated part of checkDan Carpenter2010-12-281-1/+1
* vxge: code cleanup and reorganizationJon Mason2010-12-101-393/+380
* vxge: make functions local and remove dead codestephen hemminger2010-10-241-85/+16
* vxge: Update copyright informationJon Mason2010-07-151-2/+2
* vxge: NETIF_F_LLTX removalJon Mason2010-07-151-3/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-28/+0
* vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur2010-03-291-23/+12
* vxge: Fix a receive stall due to driver being out of synch with chip.Sreenivasa Honnur2010-03-291-7/+11
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-10/+10
* vxge: Allow multiple functions with INTA.Sreenivasa Honnur2009-10-061-0/+2
* vxge: Fixed crash in PAE system due to wrong typecasting.Sreenivasa Honnur2009-10-061-1/+1
* vxge: prefetch RxD descriptorsBenjamin LaHaise2009-08-051-0/+1
* 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-051-3/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-1/+1
|\
| * Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR?roel kluin2009-05-171-1/+1
* | Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL"David S. Miller2009-04-291-23/+32
* | vxge: use max() instead of VXGE_HW_SET_LEVELAlexander Beregalov2009-04-271-32/+23
* | vxge: fix possible NULL dereference in vxge-traffic.cAlexander Beregalov2009-04-271-2/+2
|/
* Neterion: New driver: Traffic & alarm handlerRamkrishna Vepa2009-04-021-0/+2528