aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sungem.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11cassini/niu/sun*: Move the Sun driversJeff Kirsher1-3049/+0
2011-07-29sungem: fix compile failure caused by trivial #include consolidationJiri Kosina1-1/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2011-07-08drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-6/+1
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-2/+1
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-06-02sungem: Spring cleaning and GRO supportBenjamin Herrenschmidt1-516/+373
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-3/+3
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-4/+5
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-01net: convert sunhme/sungem network drivers to hw_featuresMichał Mirosław1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-27sungem: Use net_device's internal statsDenis Kirjanov1-29/+29
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-12-12sungem: update gp->reset_task flushingTejun Heo1-8/+4
2010-08-19drivers/net/sungem: Use netdev_<level>, netif_<level> and pr_<level>Joe Perches1-128/+83
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+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 imp...Tejun Heo1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-7/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+10
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+9
2009-11-17sungem: Fix Serdes detection.David S. Miller1-1/+9
2009-11-04NET: sungem, use spin_trylock_irqsaveJiri Slaby1-3/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-3/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+4
2009-03-19sungem: missing net_device_opsStephen Hemminger1-5/+4
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-03-04sungem: another error printed one too earlyRoel Kluin1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-20sungem: another error printed one too earlyroel kluin1-1/+1
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+4
2009-02-06sungem: Soft lockup in sungem on Netra AC200 when switching interface upIlkka Virta1-4/+4
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-02-02net: variables reach -1, but 0 testedRoel Kluin1-1/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-07sungem: update to net_device_opsStephen Hemminger1-8/+14
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-56/+88
2008-12-09sungem: improve ethtool output with internal pcs and serdesHermann Lauer1-0/+15
2008-12-09sungem: Make PCS PHY support partially work again.David S. Miller1-56/+73
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-26sungem: Fix PCS_MIICTRL register write in gem_init_phy().David S. Miller1-1/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-26/+26
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-03-23[SUNGEM]: Fix NAPI assertion failure.David S. Miller1-1/+1
2008-01-28NULL noise in drivers/netAl Viro1-1/+1
2008-01-28sungem endianness annotationsAl Viro1-3/+5
2007-11-29[SUNGEM]: Fix NAPI regression with reset workJohannes Berg1-6/+5
2007-11-12[SUNGEM]: Fix suspend regression due to NAPI changes.Johannes Berg1-6/+5
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-7/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-28/+24
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-28/+9
2007-04-26[SUNGEM]: Consolidate powerpc and sparc MAC probing code.David S. Miller1-25/+6
2007-04-26[SUNGEM]: __sparc__ --> CONFIG_SPARCDavid S. Miller1-4/+4
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-4/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-03-26[SUNGEM]: Fix MAC address setting when interface is up.Ruben Vandeginste1-0/+30
2007-01-03[SUNGEM]: PHY updates & pause fixes (#2)Benjamin Herrenschmidt1-1/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro1-0/+1
2006-12-02[NET]: Split skb->csumAl Viro1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-44/+44
2006-09-22Merge branch 'master' into upstreamJeff Garzik1-1/+1
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-2/+2
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-42/+42
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-31[POWERPC] netdevices: Constify & voidify get_property()Jeremy Kerr1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller1-8/+11
2006-03-20[SUNGEM]: sem2mutexIngo Molnar1-18/+19
2006-01-31[SUNGEM]: Unbreak Sun GEM chips.David S. Miller1-30/+25
2006-01-23[SUNGEM]: Make PM of PHYs more reliable (#2)Benjamin Herrenschmidt1-25/+30
2005-12-22[SUNGEM]: Fix link error with CONFIG_HOTPLUG disabled.Adrian Bunk1-2/+2
2005-11-13[PATCH] ppc: add support for new powerbooksOlof Johansson1-0/+2
2005-09-11Sun GEM ethernet: enable and map PCI ROM properlyLinus Torvalds1-22/+14
2005-09-01[SUNGEM]: Fix netpoll bug in Sun GEM Ether driverEric Lemoine1-0/+1
2005-07-07[PATCH] ppc64: Add new PHY to sungemBenjamin Herrenschmidt1-1/+3
2005-06-26drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3204