aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/skge.c
AgeCommit message (Expand)Author
2011-08-12skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet driversJeff Kirsher
2011-07-07skge: update versionstephen hemminger
2011-07-07skge: make support for old Genesis chips optionalstephen hemminger
2011-07-07add pci-id for DGE-530Tstephen hemminger
2011-07-07skge: cleanup pci id tablestephen hemminger
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W
2011-04-07skge: convert to hw_featuresMichał Mirosław
2011-04-06skge: implement set_phys_idstephen hemminger
2011-02-24skge: don't mark carrier down at startStephen Hemminger
2010-12-31skge: Do not use legacy PCI power managementstephen hemminger
2010-12-21drivers/net/*.c: Use static constJoe Perches
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław
2010-12-12drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo
2010-11-08skge: Remove tx queue stopping in skge_devinit()Guillaume Chazarain
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-05skge: add quirk to limit DMAStanislaw Gruszka
2010-09-01skge: add GRO supportEric Dumazet
2010-05-15skge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori
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-24net/various: remove trailing space in messagesFrans Pop
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko
2010-02-17drivers/net/skge.c: Use (pr|netdev)_<level> macro helpersJoe Perches
2010-02-17drivers/net/skge.c: Use (pr|netdev)_<level> macro helpersJoe Perches
2010-02-12drivers/net/skge.c: Use netif_printk macrosJoe 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-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-01skge: use unique IRQ nameMichal Schmidt
2009-09-30skge: Make sure both ports initialize correctlyMike McCormack
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-22skge: Enable WoL by default if supportedRafael J. Wysocki
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-04-14skge: fix occasional BUG during MTU changeMichal Schmidt
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19skge: convert to net_device_opsStephen Hemminger