aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/jme.c
AgeCommit message (Expand)Author
2010-12-21drivers/net/*.c: Use static constJoe Perches
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław
2010-10-31jme: fix panic on loadEric Dumazet
2010-10-24jme: Support WoL after shutdownGuo-Fu Tseng
2010-10-21jme: Advance version numberGuo-Fu Tseng
2010-10-21jme: Adding mii-tool supportGuo-Fu Tseng
2010-10-21jme: Prevent possible read re-order errorGuo-Fu Tseng
2010-10-21jme: Add comment in jme_set_settingsGuo-Fu Tseng
2010-10-21jme: Fix PHY power-off errorGuo-Fu Tseng
2010-09-06drivers/net/jme: Use pr_<level>Joe Perches
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-05-17drivers/net: remove useless semicolonsJoe Perches
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18jme: Protect vlgrp structure by pause RX actions.Guo-Fu Tseng
2010-03-18jme: Fix VLAN memory leakGuo-Fu Tseng
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko
2010-02-12drivers/net/jme: Use netif_printk helpersJoe Perches
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-19drivers/net: tasklet_init - Remove unnecessary leading & from second argJoe Perches
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-06jme: Tuning rxsum functionGuo-Fu Tseng
2009-07-06jme: Remove shadow register supportGuo-Fu Tseng
2009-07-06jme: Change bufinf memory locationGuo-Fu Tseng
2009-07-06jme: Fix unmatched tasklet_{enable|disable} pairGuo-Fu Tseng
2009-07-06jme: Some minor coding style consistency modificationsGuo-Fu Tseng
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-04net: more timeouts that reach -1Roel Kluin
2009-03-01jme: Adding {64,40}bits DMA mask backGuo-Fu Tseng
2009-03-01jme: Clear all modified GHC register flagsGuo-Fu Tseng
2009-03-01jme: Fix pci syncGuo-Fu Tseng
2009-03-01jme: Modifies messages to display correct hardware versionGuo-Fu Tseng
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-03jme: Remove 64 and 40 bit dma_maskGuo-Fu Tseng
2008-12-03jme: GHC register control fix for new hardwareakeemting
2008-11-21jme: convert driver to net_device_opsStephen Hemminger
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-19net: jme.c rxdesc.flags is __le16, other missing endian swapsHarvey Harrison
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert more to %pMJohannes Berg
2008-10-13net: fix driver build errors due to missing net/ip6_checksum.h includeKamalesh Babulal
2008-10-12jme: remove unused #include <version.h>Huang Weiyi
2008-10-08jme: Fix warnings with CONFIG_PM disabled.David S. Miller