aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/skge.c
Commit message (Expand)AuthorAgeFilesLines
* skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower2012-10-281-0/+7
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+3
* ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-141-1/+1
* skge: convert to hw_featuresMichał Mirosław2011-04-071-48/+5
* skge: implement set_phys_idstephen hemminger2011-04-061-17/+16
* skge: don't mark carrier down at startStephen Hemminger2011-02-241-3/+0
* skge: Do not use legacy PCI power managementstephen hemminger2010-12-311-30/+16
* drivers/net/*.c: Use static constJoe Perches2010-12-211-2/+2
* net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław2010-12-161-1/+1
* drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo2010-12-121-2/+0
* skge: Remove tx queue stopping in skge_devinit()Guillaume Chazarain2010-11-081-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-061-1/+17
|\
| * skge: add quirk to limit DMAStanislaw Gruszka2010-10-051-1/+17
* | skge: add GRO supportEric Dumazet2010-09-011-2/+3
|/
* skge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-05-151-16/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-6/+6
* | net/various: remove trailing space in messagesFrans Pop2010-03-241-1/+1
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-6/+4
* drivers/net/skge.c: Use (pr|netdev)_<level> macro helpersJoe Perches2010-02-171-39/+42
* drivers/net/skge.c: Use (pr|netdev)_<level> macro helpersJoe Perches2010-02-171-29/+21
* drivers/net/skge.c: Use netif_printk macrosJoe Perches2010-02-121-44/+29
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-11/+12
* drivers/net: tasklet_init - Remove unnecessary leading & from second argJoe Perches2009-11-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-4/+3
|/
* skge: use unique IRQ nameMichal Schmidt2009-10-011-2/+5
* skge: Make sure both ports initialize correctlyMike McCormack2009-09-301-3/+6
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-3/+0
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* skge: Enable WoL by default if supportedRafael J. Wysocki2009-07-221-1/+3
* net: dont update dev->trans_startEric Dumazet2009-05-291-2/+0
* skge: fix occasional BUG during MTU changeMichal Schmidt2009-04-141-2/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-1/+1
* skge: convert to net_device_opsStephen Hemminger2008-11-191-18/+33
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* skge: adapt skge to use reworked PCI PMRafael J. Wysocki2008-10-311-27/+11
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* skge: Fix skge_set_ring_param() losing error returnWang Chen2008-10-081-2/+2