aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/jme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-11-19drivers/net: tasklet_init - Remove unnecessary leading & from second argJoe Perches1-5/+5
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-06jme: Tuning rxsum functionGuo-Fu Tseng1-13/+13
2009-07-06jme: Remove shadow register supportGuo-Fu Tseng1-45/+4
2009-07-06jme: Change bufinf memory locationGuo-Fu Tseng1-24/+62
2009-07-06jme: Fix unmatched tasklet_{enable|disable} pairGuo-Fu Tseng1-4/+6
2009-07-06jme: Some minor coding style consistency modificationsGuo-Fu Tseng1-9/+9
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-03-04net: more timeouts that reach -1Roel Kluin1-1/+2
2009-03-01jme: Adding {64,40}bits DMA mask backGuo-Fu Tseng1-0/+10
2009-03-01jme: Clear all modified GHC register flagsGuo-Fu Tseng1-4/+3
2009-03-01jme: Fix pci syncGuo-Fu Tseng1-3/+3
2009-03-01jme: Modifies messages to display correct hardware versionGuo-Fu Tseng1-2/+6
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-1/+0
2008-12-03jme: Remove 64 and 40 bit dma_maskGuo-Fu Tseng1-8/+0
2008-12-03jme: GHC register control fix for new hardwareakeemting1-13/+14
2008-11-21jme: convert driver to net_device_opsStephen Hemminger1-9/+13
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+10
2008-11-19net: jme.c rxdesc.flags is __le16, other missing endian swapsHarvey Harrison1-11/+10
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert more to %pMJohannes Berg1-10/+2
2008-10-13net: fix driver build errors due to missing net/ip6_checksum.h includeKamalesh Babulal1-0/+1
2008-10-12jme: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-08jme: Fix warnings with CONFIG_PM disabled.David S. Miller1-0/+4
2008-10-08jme: Faulty IRQ handle bug fixakeemting1-1/+1
2008-10-08jme: Added half-duplex mode and IPv6 RSS fixGuo-Fu Tseng1-18/+33
2008-09-18jme: JMicron Gigabit Ethernet DriverGuo-Fu Tseng1-0/+3019