aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/jme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-1/+2
2011-04-01jme: convert offload constraints to ndo_fix_featuresMichał Mirosław1-58/+19
2011-03-27Net / jme: Do not use legacy PCI power managementRafael J. Wysocki1-14/+16
2011-02-28net: use pci_dev->revision, againSergei Shtylyov1-1/+1
2011-02-13jme: Don't show UDP Checksum error if HW misjudgedGuo-Fu Tseng1-3/+29
2011-02-13jme: Refill receive unicase MAC addr after resumeGuo-Fu Tseng1-10/+18
2011-02-13jme: Safer MAC processor reset sequenceGuo-Fu Tseng1-35/+117
2011-02-13jme: Fix hardware action of full-duplexGuo-Fu Tseng1-4/+2
2011-02-13jme: Rename phyfifo function for easier understandGuo-Fu Tseng1-6/+6
2011-02-13jme: PHY Power control for new chipGuo-Fu Tseng1-14/+54
2011-02-13jme: Extract main and sub chip revisionGuo-Fu Tseng1-3/+5
2010-12-21drivers/net/*.c: Use static constJoe Perches1-2/+2
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-7/+9
2010-10-31jme: fix panic on loadEric Dumazet1-4/+0
2010-10-24jme: Support WoL after shutdownGuo-Fu Tseng1-15/+30
2010-10-21jme: Advance version numberGuo-Fu Tseng1-0/+1
2010-10-21jme: Adding mii-tool supportGuo-Fu Tseng1-1/+33
2010-10-21jme: Prevent possible read re-order errorGuo-Fu Tseng1-0/+1
2010-10-21jme: Add comment in jme_set_settingsGuo-Fu Tseng1-3/+6
2010-10-21jme: Fix PHY power-off errorGuo-Fu Tseng1-4/+18
2010-09-06drivers/net/jme: Use pr_<level>Joe Perches1-50/+48
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-18jme: Protect vlgrp structure by pause RX actions.Guo-Fu Tseng1-0/+33
2010-03-18jme: Fix VLAN memory leakGuo-Fu Tseng1-0/+2
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-5/+1
2010-02-12drivers/net/jme: Use netif_printk helpersJoe Perches1-27/+27
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
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