aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-traffic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-11s2io/vxge: Move the Exar driversJeff Kirsher1-2514/+0
2011-06-21drivers/net: Remove casts of void *Joe Perches1-3/+3
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-19vxge: MSIX one shot modeJon Mason1-8/+108
2010-12-28vxge: remove duplicated part of checkDan Carpenter1-1/+1
2010-12-10vxge: code cleanup and reorganizationJon Mason1-393/+380
2010-10-24vxge: make functions local and remove dead codestephen hemminger1-85/+16
2010-07-15vxge: Update copyright informationJon Mason1-2/+2
2010-07-15vxge: NETIF_F_LLTX removalJon Mason1-3/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-28/+0
2010-03-29vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur1-23/+12
2010-03-29vxge: Fix a receive stall due to driver being out of synch with chip.Sreenivasa Honnur1-7/+11
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-10/+10
2009-10-06vxge: Allow multiple functions with INTA.Sreenivasa Honnur1-0/+2
2009-10-06vxge: Fixed crash in PAE system due to wrong typecasting.Sreenivasa Honnur1-1/+1
2009-08-05vxge: prefetch RxD descriptorsBenjamin LaHaise1-0/+1
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 LaHaise1-3/+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. Miller1-23/+32
2009-04-27vxge: use max() instead of VXGE_HW_SET_LEVELAlexander Beregalov1-32/+23
2009-04-27vxge: fix possible NULL dereference in vxge-traffic.cAlexander Beregalov1-2/+2
2009-04-02Neterion: New driver: Traffic & alarm handlerRamkrishna Vepa1-0/+2528