summaryrefslogtreecommitdiff
path: root/drivers/net/typhoon.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-113c*/acenic/typhoon: Move 3Com Ethernet driversJeff Kirsher1-2574/+0
2011-06-22drivers/net: Remove casts of void *Joe Perches1-1/+1
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-30ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-8/+9
2011-04-18net: typhoon: convert to hw_featuresMichał Mirosław1-31/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-25typhoon: Kill references to UTS_RELEASEDavid S. Miller1-2/+1
2010-12-20typhoon: memory corruption in typhoon_get_drvinfo()Dan Carpenter1-1/+0
2010-10-27drivers/net/typhoon.c: delete double assignmentJulia Lawall1-1/+1
2010-10-25typhoon: update to new VLAN acceleration modelDavid Dillow1-63/+25
2010-10-25typhoon: wait for RX mode commands to finishDavid Dillow1-1/+1
2010-09-27drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-26typhoon: fix a race in typhoon_do_get_statsEric Dumazet1-24/+22
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2010-04-04net: 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/+0
2010-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-03-06typhoon: fix incorrect use of smp_wmb()David Dillow1-2/+4
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-4/+1
2010-02-23drivers/net/typhoon.c: Use (pr|netdev)_<level> macro helpersJoe Perches1-147/+96
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+5
2010-02-04Fix misspelling of "truly" in a label.Adam Buchbinder1-3/+3
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-18drivers/net/typhoon.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-03typhoon: repair firmware loadingDavid Dillow1-54/+83
2009-03-02typhoon: Add missing firmware copy.David S. Miller1-0/+1
2009-03-02typhoon: Need non-vmalloc memory to DMA firmware to the card.David S. Miller1-7/+20
2009-02-27typhoon: Use request_firmware()Ben Hutchings1-57/+74
2009-01-22typhoon: replace users of __constant_{endian}Harvey Harrison1-1/+1
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-08typhoon: update to net_device_opsStephen Hemminger1-8/+14
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-4/+3
2008-11-13netdevice: safe convert to netdev_priv() #part-3Wang Chen1-1/+1
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-28net: convert print_mac to %pMJohannes Berg1-3/+2
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2008-06-28[netdrvr] kill sync_irq-before-freq_irq patternJeff Garzik1-3/+0
2008-04-25[netdrvr] typhoon: typhoon_resume - remove call to start_queueGrant Grundler1-1/+0
2008-02-10typhoon: section fixAndrew Morton1-2/+2
2007-12-23typhoon: trivial endianness annotationsAl Viro1-16/+15